From 65724174a4acfad6d35d79e8eb1ad1196879ee77 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:41:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=96=E9=9F=B3):=20=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=20(#3589)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: adproqwq <2757917031@qq.com> --- src/apps/com.ss.android.ugc.aweme.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/com.ss.android.ugc.aweme.ts b/src/apps/com.ss.android.ugc.aweme.ts index 8d9c5824..1e9b5fe3 100644 --- a/src/apps/com.ss.android.ugc.aweme.ts +++ b/src/apps/com.ss.android.ugc.aweme.ts @@ -220,5 +220,12 @@ export default defineAppConfig({ rules: 'FrameLayout > @[desc="关闭"] + ViewGroup > [text$="打个招呼"]', snapshotUrls: 'https://i.gkd.li/import/13379307', }, + { + key: 15, + name: '关闭商城推荐', + desc: '点击【不感兴趣】', + rules: '@[text="不感兴趣"][clickable=true] + [text="去商城搜索更多"]', + snapshotUrls: 'https://i.gkd.li/import/13800207', + }, ], });