Update refresh.ts

This commit is contained in:
ZSCGR
2025-09-21 21:42:34 +08:00
committed by GitHub
parent 576137a62f
commit dca03c4f0c
+1 -1
View File
@@ -1,5 +1,5 @@
import sources from "../shared/sources.json"
Promise.all(Object.keys(sources).map(id =>
fetch(`https://newsnow.busiyi.world/api/s?id=${id}`),
fetch(`https://hot.chgr.cc/api/s?id=${id}`),
)).catch(console.error)