chore: remove autorefresh script

This commit is contained in:
ourongxing
2025-11-01 10:09:07 +00:00
parent 3721fd383a
commit 3e870e1e37
2 changed files with 0 additions and 28 deletions
-5
View File
@@ -1,5 +0,0 @@
import sources from "../shared/sources.json"
Promise.all(Object.keys(sources).map(id =>
fetch(`https://newsnow.busiyi.world/api/s?id=${id}`),
)).catch(console.error)