From aa33bd35f34ae0349a5aa0a01a026184e5ecc83c Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 28 Mar 2024 09:25:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20checkUpdateUrl=20=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9B=B8=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/config.ts b/src/config.ts index 622f0f75..1735bf00 100644 --- a/src/config.ts +++ b/src/config.ts @@ -9,10 +9,7 @@ const subsConfig: RawSubscription = { name: 'AIsouler的GKD订阅', author: 'AIsouler', supportUri: 'https://github.com/AIsouler/GKD_subscription', - updateUrl: - 'https://raw.gitmirror.com/AIsouler/GKD_subscription/main/dist/AIsouler_gkd.json5', - checkUpdateUrl: - 'https://raw.gitmirror.com/AIsouler/GKD_subscription/main/dist/AIsouler_gkd.version.json', + checkUpdateUrl: './AIsouler_gkd.version.json', globalGroups, categories, apps,