From 43ab026e48ef63e956d7ab2be8133096a871b96d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Sep 2023 06:14:40 +0000 Subject: [PATCH] build: json,readme --- README.md | 12 +++++++++++- dist/gkd.json | 28 +++++++++++++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7b8b145..2c2c6772 100644 --- a/README.md +++ b/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) - 酷狗音乐 - **开屏广告** diff --git a/dist/gkd.json b/dist/gkd.json index c0bcab92..e1dfecba 100644 --- a/dist/gkd.json +++ b/dist/gkd.json @@ -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": "酷狗音乐",