Files
newsnow/scripts/refresh.ts
T
2025-09-21 21:42:34 +08:00

6 lines
160 B
TypeScript

import sources from "../shared/sources.json"
Promise.all(Object.keys(sources).map(id =>
fetch(`https://hot.chgr.cc/api/s?id=${id}`),
)).catch(console.error)