From 2d12a120ba3cb5b05d941e22d6a07cdf214de1a5 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:52: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=8A=9F=E8=83=BD=E7=B1=BB-=E7=AD=BE=E5=88=B0?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.realtech.xiaocan.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.realtech.xiaocan.ts b/src/apps/com.realtech.xiaocan.ts index d8dcb44a..31ccdcef 100644 --- a/src/apps/com.realtech.xiaocan.ts +++ b/src/apps/com.realtech.xiaocan.ts @@ -53,5 +53,14 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '功能类-签到成功弹窗', + desc: '自动点击[关闭]按钮', + activityIds: 'com.realtech.xiaocan.MainActivity', + rules: + 'View[childCount=6][desc!=""] > View[index=4] + ImageView[index=5][clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/14290847', + }, ], });