mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-31 10:58:04 +08:00
fix(script): url
This commit is contained in:
parent
c249586199
commit
6a30dd01c6
@ -4,7 +4,7 @@ import { delay } from "../shared/utils"
|
|||||||
async function main() {
|
async function main() {
|
||||||
for (const id of Object.keys(sources)) {
|
for (const id of Object.keys(sources)) {
|
||||||
await delay(100)
|
await delay(100)
|
||||||
fetch(`https://newsnow.busiyi/api/s/${id}`)
|
fetch(`https://newsnow.busiyi.world/api/s/${id}`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user