diff --git a/README.md b/README.md index b588cd80..ab2a24fb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 搞快点 APP 默认订阅规则 -当前订阅文件已适配 97 个 APP, 共有 170 规则组 +当前订阅文件已适配 97 个 APP, 共有 171 规则组 如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md) @@ -413,6 +413,9 @@ ### [com.ss.android.ugc.aweme](/src/apps/com.ss.android.ugc.aweme.ts) - 抖音 - **关闭青少年弹窗** +- **关闭用户推荐** + - [快照-0](https://gkd-kit.gitee.io/import/12520962) + - [快照-1](https://gkd-kit.gitee.io/import/12520943) ### [com.taobao.taobao](/src/apps/com.taobao.taobao.ts) - 淘宝 diff --git a/dist/gkd.json b/dist/gkd.json index 98f8dee9..efc6db26 100644 --- a/dist/gkd.json +++ b/dist/gkd.json @@ -1,7 +1,7 @@ { "id": 0, "name": "默认订阅", - "version": 63, + "version": 64, "author": "lisonge", "supportUri": "https://github.com/gkd-kit/subscription", "apps": [ @@ -1472,6 +1472,22 @@ "key": 0, "name": "关闭青少年弹窗", "rules": "Button[text=`开启青少年模式`] + * > Button[text!=null]" + }, + { + "key": 1, + "name": "关闭用户推荐", + "rules": [ + { + "activityIds": "com.google.android.material.bottomsheet.BottomSheetDialog", + "matches": "[id=\"com.ss.android.ugc.aweme:id/desc\"][text=\"减少此类推荐\"]", + "snapshotUrls": "https://gkd-kit.gitee.io/import/12520962" + }, + { + "activityIds": "com.ss.android.ugc.aweme.main.MainActivity", + "matches": "[text=\"换一个\"] - FrameLayout[clickable=true] > ImageView[clickable=true]", + "snapshotUrls": "https://gkd-kit.gitee.io/import/12520943" + } + ] } ] },