diff --git a/README.md b/README.md index ab2a24fb..dfff2275 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 搞快点 APP 默认订阅规则 -当前订阅文件已适配 97 个 APP, 共有 171 规则组 +当前订阅文件已适配 97 个 APP, 共有 172 规则组 如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md) @@ -416,6 +416,9 @@ - **关闭用户推荐** - [快照-0](https://gkd-kit.gitee.io/import/12520962) - [快照-1](https://gkd-kit.gitee.io/import/12520943) +- **关闭朋友推荐弹窗** + - [快照-0](https://gkd-kit.gitee.io/import/12525387) + - [快照-1](https://gkd-kit.gitee.io/import/12525389) ### [com.taobao.taobao](/src/apps/com.taobao.taobao.ts) - 淘宝 diff --git a/dist/gkd.json b/dist/gkd.json index efc6db26..c4ed0c5e 100644 --- a/dist/gkd.json +++ b/dist/gkd.json @@ -1,7 +1,7 @@ { "id": 0, "name": "默认订阅", - "version": 64, + "version": 65, "author": "lisonge", "supportUri": "https://github.com/gkd-kit/subscription", "apps": [ @@ -1488,6 +1488,19 @@ "snapshotUrls": "https://gkd-kit.gitee.io/import/12520943" } ] + }, + { + "key": 2, + "activityIds": [ + "com.ss.android.ugc.aweme.main.MainActivity", + "com.miui.home.launcher.Launcher" + ], + "name": "关闭朋友推荐弹窗", + "rules": "[text=\"朋友推荐\"] +2 [id=\"com.ss.android.ugc.aweme:id/close\"]", + "snapshotUrls": [ + "https://gkd-kit.gitee.io/import/12525387", + "https://gkd-kit.gitee.io/import/12525389" + ] } ] },