From 78fb2ca2a32efdd1004662c3b7b4ef2dae85d7cb Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 30 Dec 2024 19:38:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B7=98=E5=AE=9D):=20=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-=E7=99=BB=E5=BD=95=E6=8E=88=E6=9D=83=20(#663)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.taobao.taobao.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index f5036b35..c921655c 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -276,5 +276,18 @@ export default defineGkdApp({ }, ], }, + { + key: 20, + name: '功能类-登录授权', + desc: '点击[确认授权]', + rules: [ + { + activityIds: 'com.taobao.browser.BrowserActivity', + matches: '[text="确认授权"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/e6250a9c-3fee-4470-8c7c-1d28ea63d2a5', + snapshotUrls: 'https://i.gkd.li/i/18271783', + }, + ], + }, ], });