fix(script): url

This commit is contained in:
Ou 2024-10-19 15:13:40 +08:00
parent c249586199
commit 6a30dd01c6

View File

@ -4,7 +4,7 @@ import { delay } from "../shared/utils"
async function main() {
for (const id of Object.keys(sources)) {
await delay(100)
fetch(`https://newsnow.busiyi/api/s/${id}`)
fetch(`https://newsnow.busiyi.world/api/s/${id}`)
}
}