feat:修改配置

This commit is contained in:
aisouler
2024-02-01 20:35:17 +08:00
parent 09514c3831
commit fbc7b0b603
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
--- ---
AIsouler维护的GKD规则, 仅启用 `开屏广告` 一类规则, 其它所有规则均需用户手动打开 AIsouler维护的GKD规则, 仅启用 `开屏广告` 一类规则, 其它所有规则均需用户手动打开
在 GKD 内添加以下链接即可使用此规则 在 GKD 内添加以下链接即可使用此规则

View File

@@ -1,4 +1,4 @@
{ {
"id": 666, "id": 666,
"version": 186 "version": 185
} }

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"name": "@gkd-kit/subscription", "name": "@gkd-kit/subscription",
"type": "module", "type": "module",
"version": "1.186.0", "version": "1.185.0",
"main": "./dist/gkd.json5", "main": "./dist/gkd.json5",
"unpkg": "./dist/gkd.json5", "unpkg": "./dist/gkd.json5",
"jsdelivr": "./dist/gkd.json5", "jsdelivr": "./dist/gkd.json5",

View File

@@ -4,7 +4,7 @@ import apps from './rawApps';
import type { RawSubscription } from './types'; import type { RawSubscription } from './types';
const subsConfig: RawSubscription = { const subsConfig: RawSubscription = {
id: 0, id: 666,
version: 0, version: 0,
name: 'AIsouler的GKD订阅', name: 'AIsouler的GKD订阅',
author: 'AIsouler', author: 'AIsouler',