newsnow/scripts/refresh.ts
2024-11-05 00:04:35 +08:00

6 lines
168 B
TypeScript

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