From e39dca6c8e805f6f0f8fe4bb30e939b1ed24fb86 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:45:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E5=A4=A9=E8=A7=86=E9=A2=91):=20?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89=20(#2845)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.myapp.app.xaoorti.ts | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/apps/com.myapp.app.xaoorti.ts b/src/apps/com.myapp.app.xaoorti.ts index b70f8505..e3c9c557 100644 --- a/src/apps/com.myapp.app.xaoorti.ts +++ b/src/apps/com.myapp.app.xaoorti.ts @@ -20,7 +20,7 @@ export default defineAppConfig({ rules: [ { key: 0, - name: '快手广告', + name: '快手广告-1', activityIds: 'com.ys.resemble.ui.login.splash.SplashADSetActivity', matches: [ 'ViewGroup > ViewGroup > [text="广告"]', @@ -30,6 +30,26 @@ export default defineAppConfig({ }, { key: 1, + name: '快手广告-2', + activityIds: 'com.ys.resemble.ui.MainActivity', + matches: [ + 'ViewGroup > ViewGroup > [text="广告"]', + '@ViewGroup > [text="跳过"]', + ], + snapshotUrls: 'https://i.gkd.li/import/13546700', + }, + { + key: 2, + name: '快手广告-3', + activityIds: 'com.ys.resemble.ui.MainActivity', + matches: [ + 'ViewGroup > ViewGroup > [text="广告"]', + 'ViewGroup > @ViewGroup[childCount=1] > ImageView[childCount=0]', + ], + snapshotUrls: 'https://i.gkd.li/import/13546701', + }, + { + key: 3, name: '腾讯广告', activityIds: 'com.ys.resemble.ui.login.splash.SplashADSetActivity', matches: