mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
build: json,readme
This commit is contained in:
12
README.md
12
README.md
@@ -6,7 +6,7 @@
|
||||
|
||||
搞快点 APP 默认订阅规则
|
||||
|
||||
当前订阅文件已适配 94 个 APP, 共有 166 规则组
|
||||
当前订阅文件已适配 96 个 APP, 共有 168 规则组
|
||||
|
||||
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||
|
||||
@@ -254,6 +254,11 @@
|
||||
|
||||
- **开屏广告**
|
||||
|
||||
### [com.jingdong.app.mall](/src/apps/com.jingdong.app.mall.ts) - 京东
|
||||
|
||||
- **开屏广告**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12519430)
|
||||
|
||||
### [com.jym.mall](/src/apps/com.jym.mall.ts) - 交易猫
|
||||
|
||||
- **升级弹窗**
|
||||
@@ -272,6 +277,11 @@
|
||||
|
||||
- **开屏广告**
|
||||
|
||||
### [com.kuaishou.nebula](/src/apps/com.kuaishou.nebula.ts) - 快手极速版
|
||||
|
||||
- **开屏广告**
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12519389)
|
||||
|
||||
### [com.kugou.android](/src/apps/com.kugou.android.ts) - 酷狗音乐
|
||||
|
||||
- **开屏广告**
|
||||
|
||||
28
dist/gkd.json
vendored
28
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 60,
|
||||
"version": 61,
|
||||
"author": "lisonge",
|
||||
"supportUri": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
@@ -921,6 +921,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "com.jingdong.app.mall",
|
||||
"name": "京东",
|
||||
"groups": [
|
||||
{
|
||||
"key": 0,
|
||||
"name": "开屏广告",
|
||||
"activityIds": "com.jingdong.app.mall.MainFrameActivity",
|
||||
"rules": "[desc$=\"广告\"] +2 [desc=\"跳过\"] > [text=\"跳过\"]",
|
||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12519430"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "com.jym.mall",
|
||||
"name": "交易猫",
|
||||
@@ -970,6 +983,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "com.kuaishou.nebula",
|
||||
"name": "快手极速版",
|
||||
"groups": [
|
||||
{
|
||||
"key": 0,
|
||||
"name": "开屏广告",
|
||||
"activityIds": "com.yxcorp.gifshow.HomeActivity",
|
||||
"rules": "[id=\"com.kuaishou.nebula:id/splash_skip_text\"]",
|
||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12519389"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "com.kugou.android",
|
||||
"name": "酷狗音乐",
|
||||
|
||||
Reference in New Issue
Block a user