仓库地址复活,但是还在测试

This commit is contained in:
develop202
2026-01-15 22:32:02 +08:00
parent c7f4fa5a7a
commit 2769cb8ee5
6 changed files with 5449 additions and 5246 deletions

View File

@@ -69,6 +69,8 @@ async function getAllURL() {
// printYellow(`${channel?.title} 广告频道, 过滤`)
continue
}
channel.title = channel.title.replace("-", "");
if (channel?.province != lastChannelCate) {
channelsURLTXT.push(`${channel?.province},#genre#`)
@@ -93,7 +95,7 @@ async function getAllURL() {
const timeoutId = setTimeout(() => {
controller.abort()
// console.log("请求超时")
}, 1200);
}, 500);
const test = await fetch(decryptURL, {
signal: controller.signal
})