mirror of
https://github.com/d0zingcat/BroadcastChannel.git
synced 2026-05-13 15:09:12 +00:00
Merge branch 'main' of github.com:ccbikai/BroadcastChannel
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
- [gledos 的微型博客](https://microblogging.gledos.science)
|
||||
- [Steve Studio](https://tgc.surgeee.me/)
|
||||
- [LiFePO4:沙雕吐槽](https://lifepo4.top)
|
||||
- [Hotspot Hourly](https://hourly.top/)
|
||||
|
||||
### 平台
|
||||
|
||||
|
||||
@@ -146,7 +146,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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user