Skip to content

Commit

Permalink
feat: 访问通讯录申请
Browse files Browse the repository at this point in the history
  • Loading branch information
W7256 committed Jul 5, 2024
1 parent e1e6692 commit f6f28ce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.ss.android.ugc.aweme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,22 @@ export default defineAppConfig({
rules: '@[text="不感兴趣"][clickable=true] + [text="去商城搜索更多"]',
snapshotUrls: 'https://i.gkd.li/import/13800207',
},
{
key: 16,
name: '权限提示-访问通讯录',
rules: [
{
quickFind: true,
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
matches: '@Button[text="拒绝"] +n Button[text="继续"]',
exampleUrls:
'https://m.gkd.li/110102406/24a81233-6ce3-4da9-b6c6-e747c3b7964a',
snapshotUrls: 'https://i.gkd.li/i/16110031',
},
],
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
},
],
});

0 comments on commit f6f28ce

Please sign in to comment.