mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
feat: update theblockbeats cache key
This commit is contained in:
@@ -91,7 +91,7 @@ async function handler(ctx) {
|
||||
if (channel !== 'newsflash') {
|
||||
list = await Promise.all(
|
||||
list.map((item) =>
|
||||
cache.tryGet(item.link, async () => {
|
||||
cache.tryGet(`theblockbeats:${item.link}`, async () => {
|
||||
const response = await ofetch(item.link);
|
||||
const $ = load(response);
|
||||
item.description = render({
|
||||
|
||||
Reference in New Issue
Block a user