diff --git a/README.md b/README.md index e96834a1..afc37fbf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 搞快点 APP 默认订阅规则 -当前订阅文件已适配 97 个 APP, 共有 174 规则组 +当前订阅文件已适配 98 个 APP, 共有 176 规则组 如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md) @@ -307,6 +307,11 @@ - **开屏广告** - [快照-0](https://gkd-kit.gitee.io/import/12514049) +### [com.miaoying.appmy.cs](/src/apps/com.miaoying.appmy.cs.ts) - 新小财神影视 + +- **关闭公告栏** - APP启动时出现的公告栏 + - [快照-0](https://gkd-kit.gitee.io/import/12522872) + ### [com.mihoyo.hyperion](/src/apps/com.mihoyo.hyperion.ts) - 米游社 - **开屏广告** @@ -424,6 +429,8 @@ - **关闭朋友推荐弹窗** - [快照-0](https://gkd-kit.gitee.io/import/12525387) - [快照-1](https://gkd-kit.gitee.io/import/12525389) +- **关闭更新弹窗** + - [快照-0](https://gkd-kit.gitee.io/import/12534016) ### [com.taobao.taobao](/src/apps/com.taobao.taobao.ts) - 淘宝 diff --git a/dist/gkd.json b/dist/gkd.json index 3290d949..8080f100 100644 --- a/dist/gkd.json +++ b/dist/gkd.json @@ -1,7 +1,7 @@ { "id": 0, "name": "默认订阅", - "version": 66, + "version": 67, "author": "lisonge", "supportUri": "https://github.com/gkd-kit/subscription", "apps": [ @@ -1068,6 +1068,23 @@ } ] }, + { + "id": "com.miaoying.appmy.cs", + "name": "新小财神影视", + "groups": [ + { + "key": -1, + "name": "关闭公告栏", + "desc": "APP启动时出现的公告栏", + "activityIds": [ + "com.miaoying.appmy.cs.MainActivity", + "com.miui.home.launcher.Launcher" + ], + "rules": "@[desc=\"我知道了\"] + [desc=\"了解更多\"]", + "snapshotUrls": "https://gkd-kit.gitee.io/import/12522872" + } + ] + }, { "id": "com.mihoyo.hyperion", "name": "米游社", @@ -1523,6 +1540,13 @@ "https://gkd-kit.gitee.io/import/12525387", "https://gkd-kit.gitee.io/import/12525389" ] + }, + { + "key": 3, + "name": "关闭更新弹窗", + "activityIds": "com.ss.android.ugc.aweme.main.MainActivity", + "rules": "@[text=\"以后再说\"] +2 [text=\"立即升级\"]", + "snapshotUrls": "https://gkd-kit.gitee.io/import/12534016" } ] },