From 541ad1bfb90e05725fd08d12a020bbf12d1aa5c6 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 15 Oct 2023 02:20:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C):=20=E4=BA=AC=E4=B8=9C?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E7=99=BB=E5=BD=95=E6=8E=88=E6=9D=83=20(#1049?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1046 --- src/apps/com.jingdong.app.mall.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index 1b7fc4a7..b52c08f2 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -66,5 +66,14 @@ export default defineAppConfig({ }, ], }, + { + enable: false, + key: 10, + name: '京东账号登录授权', + desc: '自动点击【确认登录】', + activityIds: 'com.jingdong.app.mall.WebActivity', + rules: '[text="京东登录"] > [desc="确认登录"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12901734', + }, ], });