From 47f889cd0d623e3b8c0afc84b5de1412f5910d50 Mon Sep 17 00:00:00 2001 From: aisouler Date: Fri, 16 Feb 2024 15:18:17 +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=E7=AD=BE=E5=88=B0=E6=88=90=E5=8A=9F=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84=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 | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/apps/com.realtech.xiaocan.ts b/src/apps/com.realtech.xiaocan.ts index 17e528f9..58ad2c9c 100644 --- a/src/apps/com.realtech.xiaocan.ts +++ b/src/apps/com.realtech.xiaocan.ts @@ -44,16 +44,6 @@ 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', - }, ], }, { @@ -62,7 +52,7 @@ export default defineAppConfig({ desc: '自动点击[关闭]按钮', activityIds: 'com.realtech.xiaocan.MainActivity', rules: - 'View[childCount=6][desc!=""] > View[index=4] + ImageView[index=5][clickable=true]', + '[id="android:id/content"] >5 View[childCount=6] > ImageView[index=5][clickable=true]', snapshotUrls: 'https://i.gkd.li/import/14290847', }, ],