From 3958ded031bae2153ec6f89b9d2de5265876110c Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:14:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=92=89=E9=92=89):=20=E7=94=B5=E8=84=91?= =?UTF-8?q?=E9=92=89=E9=92=89=E8=87=AA=E5=8A=A8=E7=99=BB=E5=BD=95=20(#2388?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(钉钉): 电脑钉钉自动登录 * fix(钉钉): 更改错误的resetMatch参数 close #2387 --- src/apps/com.alibaba.android.rimet.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.alibaba.android.rimet.ts b/src/apps/com.alibaba.android.rimet.ts index 5965009c..93167af5 100644 --- a/src/apps/com.alibaba.android.rimet.ts +++ b/src/apps/com.alibaba.android.rimet.ts @@ -98,5 +98,21 @@ export default defineAppConfig({ }, ], }, + { + enable: false, + key: 5, + name: '扫码自动登录桌面版', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'activity', + activityIds: 'com.alibaba.android.user.qrcode.WebLoginActivity', + rules: [ + { + matches: '[id="com.alibaba.android.rimet:id/btn_login"]', + snapshotUrls: 'https://i.gkd.li/import/13433981', + }, + ], + }, ], });