mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-02-07 22:10:03 +08:00
6 lines
169 B
TypeScript
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)
|