From bb53df08dbe78821f36b330480fc2bc76bf4f0fe Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 27 Feb 2024 13:01:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=98=BF=E9=87=8C=E4=BA=91=E7=9B=98):=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=B1=BB-=E6=89=AB=E6=8F=8F=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E7=A0=81=E7=99=BB=E5=BD=95=E6=97=B6=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.alicloud.databox.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.alicloud.databox.ts b/src/apps/com.alicloud.databox.ts index 97bb42a1..75311347 100644 --- a/src/apps/com.alicloud.databox.ts +++ b/src/apps/com.alicloud.databox.ts @@ -81,5 +81,19 @@ export default defineAppConfig({ }, ], }, + { + key: 5, + name: '功能类-扫描二维码登录时自动点击登录', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + activityIds: 'com.taobao.login4android.scan.QrScanActivity', + matches: '[text="确认并登录"][clickable=true]', + snapshotUrls: 'https://i.gkd.li/i/14414503', // 该页面不允许截图所以快照页面是黑屏,但不影响编写规则 + }, + ], + }, ], });