From a7628fd1e53e125ade949975f8b04eccada0df24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 16 Sep 2023 18:00:14 +0000 Subject: [PATCH] build: json,readme --- README.md | 38 ++++++++++- dist/gkd.json | 181 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 217 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71541cd2..59e7684b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 搞快点 APP 默认订阅规则 -当前订阅文件已适配 115 个 APP, 共有 220 规则组 +当前订阅文件已适配 118 个 APP, 共有 230 规则组 如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md) @@ -399,6 +399,13 @@ - **开屏广告** - [快照-0](https://gkd-kit.gitee.io/import/12514049) +### [com.maque.app](/src/apps/com.maque.app.ts) - 麻雀省钱 + +- **开屏广告** + - [快照-0](https://gkd-kit.gitee.io/import/12641032) +- **首页活动弹窗** + - [快照-0](https://gkd-kit.gitee.io/import/12640100) + ### [com.miaoying.appmy.cs](/src/apps/com.miaoying.appmy.cs.ts) - 新小财神影视 - **关闭公告栏** - APP启动时出现的公告栏 @@ -470,6 +477,15 @@ - **开屏广告** - [快照-0](https://gkd-kit.gitee.io/import/12508836) +- **更新弹窗** + - [快照-0](https://gkd-kit.gitee.io/import/12641026) +- **青少年模式弹窗** + - [快照-0](https://gkd-kit.gitee.io/import/12640241) +- **活动弹窗** + - [快照-0](https://gkd-kit.gitee.io/import/12640195) + - [快照-1](https://gkd-kit.gitee.io/import/12640158) +- 默认禁用 **系统推送提示信息** - 点击顶部提醒左侧x按钮 + - [快照-0](https://gkd-kit.gitee.io/import/12640242) ### [com.qiyi.video](/src/apps/com.qiyi.video.ts) - 爱奇艺 @@ -713,6 +729,17 @@ - **开屏广告** - **首页-推荐-卡片广告** +### [com.xingluo.allcolor](/src/apps/com.xingluo.allcolor.ts) - 一起来涂色 + +- **开屏广告** + - [快照-0](https://gkd-kit.gitee.io/import/12640349) +- 默认禁用 **底部穿山甲广告** - 点击广告卡片x关闭按钮-关闭反馈理由弹窗 + - [快照-0](https://gkd-kit.gitee.io/import/12640358) + - [快照-1](https://gkd-kit.gitee.io/import/12640359) + - [快照-2](https://gkd-kit.gitee.io/import/12640362) + - [快照-3](https://gkd-kit.gitee.io/import/12640374) + - [快照-4](https://gkd-kit.gitee.io/import/12640406) + ### [com.xunlei.downloadprovider](/src/apps/com.xunlei.downloadprovider.ts) - 迅雷 - **开屏广告** @@ -748,6 +775,15 @@ - [快照-0](https://gkd-kit.gitee.io/import/38517192/104f3807-7613-46ff-9eb2-3c8bcb6ee3b1) - [快照-1](https://gkd-kit.songe.li/import/12511071) +### [fm.qingting.qtradio](/src/apps/fm.qingting.qtradio.ts) - 蜻蜓FM + +- **开屏广告** + - [快照-0](https://gkd-kit.gitee.io/import/12640433) + - [快照-1](https://gkd-kit.gitee.io/import/12640971) +- **播放界面的广告** + - [快照-0](https://gkd-kit.gitee.io/import/12640438) + - [快照-1](https://gkd-kit.gitee.io/import/12640981) + ### [gov.pianzong.androidnga](/src/apps/gov.pianzong.androidnga.ts) - NGA玩家社区 - **开屏广告** diff --git a/dist/gkd.json b/dist/gkd.json index ee9b8963..5085bcde 100644 --- a/dist/gkd.json +++ b/dist/gkd.json @@ -1,7 +1,7 @@ { "id": 0, "name": "默认订阅", - "version": 91, + "version": 92, "author": "lisonge", "supportUri": "https://github.com/gkd-kit/subscription", "apps": [ @@ -1445,6 +1445,26 @@ } ] }, + { + "id": "com.maque.app", + "name": "麻雀省钱", + "groups": [ + { + "key": 0, + "name": "开屏广告", + "activityIds": "com.uzmap.pkg.EntranceActivity", + "rules": "[id=\"com.maque.app:id/ksad_splash_circle_skip_view\"]", + "snapshotUrls": "https://gkd-kit.gitee.io/import/12641032" + }, + { + "key": 1, + "name": "首页活动弹窗", + "activityIds": "com.uzmap.pkg.EntranceActivity", + "rules": "ViewGroup[childCount=2] > ImageView[clickable=true] + ViewGroup[clickable=true][childCount=1] > ImageView[id=null][clickable=false]", + "snapshotUrls": "https://gkd-kit.gitee.io/import/12640100" + } + ] + }, { "id": "com.miaoying.appmy.cs", "name": "新小财神影视", @@ -1715,6 +1735,54 @@ "snapshotUrls": [ "https://gkd-kit.gitee.io/import/12508836" ] + }, + { + "key": 1, + "name": "更新弹窗", + "activityIds": [ + "com.qidian.QDReader.framework.widget.dialog.judian" + ], + "rules": "TextView[text$=\"新版本\"] +(2) RelativeLayout >(4) TextView[text=\"以后再说\"]", + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12641026" + ] + }, + { + "key": 2, + "name": "青少年模式弹窗", + "activityIds": [ + "com.qidian.QDReader.bll.helper.z0" + ], + "rules": "[text$=\"青少年模式\"] < [id=\"com.qidian.QDReader:id/btnEnterTeen\"] + [id=\"com.qidian.QDReader:id/btnCancel\"] >(2) [text=\"我知道了\"]", + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12640241" + ] + }, + { + "key": 3, + "name": "活动弹窗", + "activityIds": [ + "com.qidian.QDReader.ui.activity.MainGroupActivity", + "com.tencent.mm.plugin.webview.ui.tools.SDKOAuthUI" + ], + "rules": "[id=\"com.qidian.QDReader:id/imgBKT\"] + [id=\"com.qidian.QDReader:id/imgClose\"]", + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12640195", + "https://gkd-kit.gitee.io/import/12640158" + ] + }, + { + "enable": false, + "key": 4, + "name": "系统推送提示信息", + "desc": "点击顶部提醒左侧x按钮", + "activityIds": [ + "com.afollestad.materialdialogs.MaterialDialog" + ], + "rules": "@[id=\"com.qidian.QDReader:id/ivClose\"] + [text^=\"开启推送\"]", + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12640242" + ] } ] }, @@ -2675,6 +2743,82 @@ } ] }, + { + "id": "com.xingluo.allcolor", + "name": "一起来涂色", + "groups": [ + { + "key": 0, + "name": "开屏广告", + "activityIds": [ + "com.cccgame.android.MainActivity" + ], + "rules": "[id=\"com.byted.pangle:id/tt_splash_skip_btn\"]", + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12640349" + ] + }, + { + "enable": false, + "key": 1, + "name": "底部穿山甲广告", + "desc": "点击广告卡片x关闭按钮-关闭反馈理由弹窗", + "activityIds": [ + "com.cccgame.android.MainActivity", + "com.bytedance.sdk.openadsdk.core.dislike.ui.c" + ], + "rules": [ + { + "preKeys": [ + 1, + 2, + 3, + 4 + ], + "name": "穿山甲广告-反馈理由", + "matches": "[id=\"com.byted.pangle:id/tt_item_tv\"][text=\"不感兴趣\"]", + "snapshotUrls": "https://gkd-kit.gitee.io/import/12640358" + }, + { + "key": 1, + "matches": [ + "[text=\"广告\"] < * - View < * - View > Image[id=null]" + ], + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12640359" + ] + }, + { + "key": 2, + "matches": [ + "@Image[id=null] < View -(2) View > View > View > TextView[text=\"广告\"]" + ], + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12640362" + ] + }, + { + "key": 3, + "matches": [ + "@View[id=null] < FrameLayout[desc^=\"dislike\"] + FrameLayout >(2) TextView[text=\"广告\"]" + ], + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12640374" + ] + }, + { + "key": 4, + "matches": [ + "@Image[id=null] < View - View > View + View > TextView[text=\"广告\"]" + ], + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12640406" + ] + } + ] + } + ] + }, { "id": "com.xunlei.downloadprovider", "name": "迅雷", @@ -2857,6 +3001,41 @@ } ] }, + { + "id": "fm.qingting.qtradio", + "name": "蜻蜓FM", + "groups": [ + { + "key": 0, + "name": "开屏广告", + "activityIds": [ + "fm.qingting.qtradio.QTRadioActivity" + ], + "rules": [ + "[id=\"fm.qingting.qtradio:id/third_skip_layout\"||id=\"fm.qingting.qtradio:id/skip_ad\"]" + ], + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12640433", + "https://gkd-kit.gitee.io/import/12640971" + ] + }, + { + "key": 1, + "name": "播放界面的广告", + "activityIds": [ + "fm.qingting.qtradio.QTRadioActivity" + ], + "rules": [ + "[id=\"fm.qingting.qtradio:id/view_ad_close\"]", + "@[id=\"fm.qingting.qtradio:id/iv_close\"] + RelativeLayout > LinearLayout > TextView[text=\"广告\"]" + ], + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12640438", + "https://gkd-kit.gitee.io/import/12640981" + ] + } + ] + }, { "id": "gov.pianzong.androidnga", "name": "NGA玩家社区",