Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(X):请求通知权限弹窗 (#3865)
Browse files Browse the repository at this point in the history
close #3864
  • Loading branch information
AIsouler authored Jan 14, 2024
1 parent 048ee46 commit 853e60b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/apps/com.twitter.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,19 @@ export default defineAppConfig({
},
],
},
{
key: 5,
quickFind: true,
name: '通知提示-请求通知权限弹窗',
desc: '点击"Not now"',
rules: [
{
activityIds: 'com.twitter.app.main.MainActivity',
matches:
'[id="com.twitter.android:id/secondary_button"] [text="Not now"]',
snapshotUrls: 'https://i.gkd.li/import/13930126',
},
],
},
],
});

0 comments on commit 853e60b

Please sign in to comment.