From 26199de0cebdcc0597bd5172e46290cde847fd3f Mon Sep 17 00:00:00 2001 From: aisouler Date: Fri, 16 Feb 2024 15:02:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E8=9A=95=E9=9C=B8=E7=8E=8B?= =?UTF-8?q?=E9=A4=90):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A7=84=E5=88=99=EF=BC=89=E3=80=81=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.realtech.xiaocan.ts | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/apps/com.realtech.xiaocan.ts b/src/apps/com.realtech.xiaocan.ts index 31ccdcef..17e528f9 100644 --- a/src/apps/com.realtech.xiaocan.ts +++ b/src/apps/com.realtech.xiaocan.ts @@ -23,19 +23,12 @@ export default defineAppConfig({ }, { key: 2, - quickFind: true, matches: - '@[id$="tt_splash_skip_btn"] < FrameLayout[childCount>2] > @View[clickable=true] + TextView', snapshotUrls: [ 'https://i.gkd.li/import/13694858', 'https://i.gkd.li/import/13794403', + 'https://i.gkd.li/import/12854728', ], }, ], @@ -51,6 +44,16 @@ export default defineAppConfig({ 'View[childCount=3] > View + ImageView + ImageView[clickable=true][childCount=0]', snapshotUrls: 'https://i.gkd.li/import/13694864', }, + { + key: 1, + name: '签到后抽奖弹窗', + activityIds: 'com.realtech.xiaocan.MainActivity', + matches: + '[id="android:id/content"] >5 View[childCount=6] > ImageView[index=5][clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/2d3008c8-0ef3-4165-bd2c-325f4b602f17', + snapshotUrls: 'https://i.gkd.li/import/14290847', + }, ], }, {