feat:修改配置

This commit is contained in:
aisouler
2024-02-01 20:23:16 +08:00
parent 8ff1e8c417
commit 09514c3831
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ AIsouler维护的GKD规则, 仅启用 `开屏广告` 一类规则, 其它所有
在 GKD 内添加以下链接即可使用此规则 在 GKD 内添加以下链接即可使用此规则
```txt ```txt
https://fastly.jsdelivr.net/npm/@gkd-kit/subscription https://raw.gitmirror.com/AIsouler/subscription/main/dist/AIsouler_gkd.json5
``` ```
当前版本: v185 当前版本: v185

1
dist/Aisouler_gkd.json5 vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/gkd.json5 vendored

File diff suppressed because one or more lines are too long

View File

@@ -10,9 +10,9 @@ const subsConfig: RawSubscription = {
author: 'AIsouler', author: 'AIsouler',
supportUri: 'https://github.com/AIsouler/subscription', supportUri: 'https://github.com/AIsouler/subscription',
updateUrl: updateUrl:
'https://registry.npmmirror.com/@gkd-kit/subscription/latest/files', 'https://raw.gitmirror.com/AIsouler/subscription/main/dist/AIsouler_gkd.json5',
checkUpdateUrl: checkUpdateUrl:
'https://registry.npmmirror.com/@gkd-kit/subscription/latest/files/dist/gkd.version.json', 'https://raw.githubusercontent.com/AIsouler/subscription/main/dist/AIsouler_gkd.version.json',
globalGroups, globalGroups,
categories, categories,
apps, apps,