chore: checkUpdateUrl 使用相对路径

This commit is contained in:
AIsouler
2024-03-28 09:25:29 +08:00
parent b24d82126f
commit aa33bd35f3

View File

@@ -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,