From a9143966855307d379a1fcf761cd6f05fd4451f9 Mon Sep 17 00:00:00 2001 From: ZSCGR <932478692@qq.com> Date: Mon, 18 Aug 2025 21:09:59 +0800 Subject: [PATCH] Update linuxdo.ts --- server/sources/linuxdo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sources/linuxdo.ts b/server/sources/linuxdo.ts index ec92864..a4cb1bf 100644 --- a/server/sources/linuxdo.ts +++ b/server/sources/linuxdo.ts @@ -32,7 +32,7 @@ interface Res { } const hot = defineSource(async () => { - const res = await myFetch("https://linux.do/top/daily.json") + const res = await myFetch("https://n8n.chgr.cc/webhook/api?name=linuxdo") return res.topic_list.topics .filter(k => k.visible && !k.archived && !k.pinned) .map(k => ({