From a918a12b7941042c25d551098ffd9b5586b8cd0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Tue, 5 Sep 2023 23:27:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=96=E9=9F=B3):=20=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E6=9C=8B=E5=8F=8B=E6=8E=A8=E8=8D=90=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.ugc.aweme.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.ss.android.ugc.aweme.ts b/src/apps/com.ss.android.ugc.aweme.ts index c83e5791..5d9a1d7f 100644 --- a/src/apps/com.ss.android.ugc.aweme.ts +++ b/src/apps/com.ss.android.ugc.aweme.ts @@ -28,5 +28,18 @@ export default defineAppConfig({ }, ], }, + { + 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', + ], + }, ], });