From 1be9fde7c54867fa2855ace62bc24fb4c49cb672 Mon Sep 17 00:00:00 2001 From: Yunfi Date: Tue, 6 Aug 2024 14:19:00 +0000 Subject: [PATCH 1/2] chore(typo): "Macth" to "Match" in `lib/telegram/index.js` --- src/lib/telegram/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/telegram/index.js b/src/lib/telegram/index.js index 53ca3e9..dddc5d7 100644 --- a/src/lib/telegram/index.js +++ b/src/lib/telegram/index.js @@ -139,7 +139,7 @@ export async function getChannelInfo(Astro, { before = '', after = '', q = '', t const cachedResult = cache.get(cacheKey) if (cachedResult) { - console.info('Macth Cache', { before, after, q, type, id }) + console.info('Match Cache', { before, after, q, type, id }) return JSON.parse(JSON.stringify(cachedResult)) } From cffd76262e4600eead3c1996dbfb1168015d60f3 Mon Sep 17 00:00:00 2001 From: Charles Chin Date: Tue, 6 Aug 2024 22:19:32 +0800 Subject: [PATCH 2/2] feat: add new real user resource Added a new link to a blog discovery platform under the Real users section in both English and Chinese README files, enhancing resource visibility and accessibility for users. * https://hourly.top/ --- README.md | 1 + README.zh-cn.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index f69bc42..6587ec6 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ English | [简体中文](./README.zh-cn.md) - [gledos 的微型博客](https://microblogging.gledos.science) - [Steve Studio](https://tgc.surgeee.me/) - [LiFePO4:沙雕吐槽](https://lifepo4.top) +- [Hotspot Hourly](https://hourly.top/) ### Platform diff --git a/README.zh-cn.md b/README.zh-cn.md index 7043967..510916e 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -31,6 +31,7 @@ - [gledos 的微型博客](https://microblogging.gledos.science) - [Steve Studio](https://tgc.surgeee.me/) - [LiFePO4:沙雕吐槽](https://lifepo4.top) +- [Hotspot Hourly](https://hourly.top/) ### 平台