From 9f73b7f1aab7ae24a9139439dae7f0e936546124 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Tue, 7 Nov 2023 23:35:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B6=A3=E6=99=BA=E6=A0=A1=E5=9B=AD):=20?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#1910)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1898 --- src/apps/com.klcxkj.zqxy.ts | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/apps/com.klcxkj.zqxy.ts b/src/apps/com.klcxkj.zqxy.ts index 7973a2df..245f7886 100644 --- a/src/apps/com.klcxkj.zqxy.ts +++ b/src/apps/com.klcxkj.zqxy.ts @@ -29,10 +29,16 @@ export default defineAppConfig({ }, { key: 2, - activityIds: 'com.klcxkj.zqxy.ui.main.MainActivity', + activityIds: [ + 'com.klcxkj.zqxy.ui.main.MainActivity', + 'com.klcxkj.zqxy.ui.device.apartment.ble.BathingBleActivity', + ], matches: - 'ImageView < FrameLayout - FrameLayout > FrameLayout > ImageView', - snapshotUrls: 'https://i.gkd.li/import/13071301', + 'ImageView < FrameLayout[childCount=1] - FrameLayout > @FrameLayout[childCount=1] > ImageView', + snapshotUrls: [ + 'https://i.gkd.li/import/13071301', + 'https://gkd-kit.gitee.io/import/13274836', + ], }, { key: 3, @@ -42,6 +48,12 @@ export default defineAppConfig({ '@Image[text=""] < View +n View > View > TextView[text="广告"]', snapshotUrls: 'https://i.gkd.li/import/12781461', }, + { + key: 4, + activityIds: 'com.klcxkj.zqxy.ui.splash.SplashActivity', + matches: '@ViewGroup < ViewGroup +2 ViewGroup > [text="吉欣广告"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13274838', + }, ], }, ],