Skip to content

Commit

Permalink
feat(淘宝): 功能类-登录授权 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Dec 30, 2024
1 parent 0d1f92d commit 78fb2ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/apps/com.taobao.taobao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
},
],
});

0 comments on commit 78fb2ca

Please sign in to comment.