Update linuxdo.ts

This commit is contained in:
ZSCGR
2025-08-18 21:09:59 +08:00
committed by GitHub
parent 51fa15a4e4
commit a914396685
+1 -1
View File
@@ -32,7 +32,7 @@ interface Res {
}
const hot = defineSource(async () => {
const res = await myFetch<Res>("https://linux.do/top/daily.json")
const res = await myFetch<Res>("https://n8n.chgr.cc/webhook/api?name=linuxdo")
return res.topic_list.topics
.filter(k => k.visible && !k.archived && !k.pinned)
.map(k => ({