newsnow/scripts/refresh.ts
2025-01-19 18:23:25 +08:00

6 lines
169 B
TypeScript

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)