From 69a0acbce960127c75c1f8b683d1f82992daa74f Mon Sep 17 00:00:00 2001 From: lisonge Date: Thu, 28 Sep 2023 20:24:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=96=E9=9F=B3):=20=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=B7=A6=E4=B8=8A=E8=A7=92=E5=B9=BF=E5=91=8A=20(#482)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.ugc.aweme.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.ss.android.ugc.aweme.ts b/src/apps/com.ss.android.ugc.aweme.ts index 93c3c2f6..724a5ebf 100644 --- a/src/apps/com.ss.android.ugc.aweme.ts +++ b/src/apps/com.ss.android.ugc.aweme.ts @@ -67,6 +67,14 @@ export default defineAppConfig({ rules: '@[text="以后再说"] +2 [text="立即升级"]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12534016', }, + { + key: 4, + name: '首页左上角广告', + activityIds: 'com.ss.android.ugc.aweme.main.MainActivity', + rules: + 'ViewGroup + FrameLayout[id=null] > FrameLayout[childCount=2][id!=null] > ImageView[desc="关闭"][clickable=true][id!=null]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12749276', + }, { enable: false, key: 10,