diff --git a/README.md b/README.md index 0a680c1e..8f242e12 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 搞快点 APP 默认订阅规则 -当前订阅文件已适配 104 个 APP, 共有 190 规则组 +当前订阅文件已适配 104 个 APP, 共有 191 规则组 如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md) @@ -309,9 +309,11 @@ - **开屏广告** - [快照-0](https://gkd-kit.songe.li/import/12506297) -### [com.kuaikan.comic](/src/apps/com.kuaikan.comic.ts) - 快看 +### [com.kuaikan.comic](/src/apps/com.kuaikan.comic.ts) - 快看漫画 - **开屏广告** +- **关闭青少年模式弹窗** + - [快照-0](https://gkd-kit.gitee.io/import/12565678) ### [com.kuaishou.nebula](/src/apps/com.kuaishou.nebula.ts) - 快手极速版 diff --git a/dist/gkd.json b/dist/gkd.json index b2d5c348..443f14f7 100644 --- a/dist/gkd.json +++ b/dist/gkd.json @@ -1,7 +1,7 @@ { "id": 0, "name": "默认订阅", - "version": 76, + "version": 77, "author": "lisonge", "supportUri": "https://github.com/gkd-kit/subscription", "apps": [ @@ -1118,13 +1118,20 @@ }, { "id": "com.kuaikan.comic", - "name": "快看", + "name": "快看漫画", "groups": [ { "key": 0, "name": "开屏广告", "activityIds": "com.kuaikan.comic.ui.AdvertisementActivity", "rules": "[id=`com.kuaikan.comic:id/skip_button`]" + }, + { + "key": 1, + "name": "关闭青少年模式弹窗", + "activityIds": "com.kuaikan.main.MainActivity", + "rules": "[text*=\"青少年模式\"] +2 [id=\"com.kuaikan.comic:id/cancel\"]", + "snapshotUrls": "https://gkd-kit.gitee.io/import/12565678" } ] },