mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat:修改配置
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
AIsouler维护的GKD规则, 仅启用 `开屏广告` 一类规则, 其它所有规则均需用户手动打开
|
由AIsouler维护的GKD规则, 仅启用 `开屏广告` 一类规则, 其它所有规则均需用户手动打开
|
||||||
|
|
||||||
在 GKD 内添加以下链接即可使用此规则
|
在 GKD 内添加以下链接即可使用此规则
|
||||||
|
|
||||||
|
|||||||
2
dist/AIsouler_gkd.version.json
vendored
2
dist/AIsouler_gkd.version.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"id": 666,
|
"id": 666,
|
||||||
"version": 186
|
"version": 185
|
||||||
}
|
}
|
||||||
2
dist/Aisouler_gkd.json5
vendored
2
dist/Aisouler_gkd.json5
vendored
File diff suppressed because one or more lines are too long
@@ -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",
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user