diff --git a/README.md b/README.md index afc37fbf..bec22e40 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 搞快点 APP 默认订阅规则 -当前订阅文件已适配 98 个 APP, 共有 176 规则组 +当前订阅文件已适配 98 个 APP, 共有 177 规则组 如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md) @@ -211,6 +211,8 @@ ### [com.greenpoint.android.mc10086.activity](/src/apps/com.greenpoint.android.mc10086.activity.ts) - 中国移动 - **开屏广告** +- **关闭更新弹窗** + - [快照-0](https://gkd-kit.gitee.io/import/12534264) ### [com.handsgo.jiakao.android](/src/apps/com.handsgo.jiakao.android.ts) - 驾考宝典 diff --git a/dist/gkd.json b/dist/gkd.json index 8080f100..9c425324 100644 --- a/dist/gkd.json +++ b/dist/gkd.json @@ -1,7 +1,7 @@ { "id": 0, "name": "默认订阅", - "version": 67, + "version": 68, "author": "lisonge", "supportUri": "https://github.com/gkd-kit/subscription", "apps": [ @@ -775,6 +775,13 @@ "name": "开屏广告", "activityIds": "com.mc10086.cmcc.view.tabs.AppTabFragment", "rules": "[id=`com.greenpoint.android.mc10086.activity:id/video_time_skip`]" + }, + { + "key": 1, + "name": "关闭更新弹窗", + "activityIds": "com.mc10086.cmcc.view.tabs.AppTabFragment", + "snapshotUrls": "https://gkd-kit.gitee.io/import/12534264", + "rules": "Button[text=\"以后再说\"][id^=\"com.greenpoint.android.mc10086.activity:id/dialog_btn\"]" } ] },