From dca03c4f0c1d3f1a5a135387074ee274b05dfb96 Mon Sep 17 00:00:00 2001 From: ZSCGR <932478692@qq.com> Date: Sun, 21 Sep 2025 21:42:34 +0800 Subject: [PATCH] Update refresh.ts --- scripts/refresh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/refresh.ts b/scripts/refresh.ts index 8e6c21f..a0a04e2 100644 --- a/scripts/refresh.ts +++ b/scripts/refresh.ts @@ -1,5 +1,5 @@ import sources from "../shared/sources.json" Promise.all(Object.keys(sources).map(id => - fetch(`https://newsnow.busiyi.world/api/s?id=${id}`), + fetch(`https://hot.chgr.cc/api/s?id=${id}`), )).catch(console.error)