Skip to content

Commit

Permalink
feat(拼多多): 权限提示-通知权限 (#696)
Browse files Browse the repository at this point in the history
Signed-off-by: Scalpel <[email protected]>
Co-authored-by: AIsouler <[email protected]>
  • Loading branch information
scalpelx and AIsouler authored Jan 10, 2025
1 parent fd938af commit abd8899
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/apps/com.xunmeng.pinduoduo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,15 @@ export default defineGkdApp({
activityIds: [
'.ui.activity.HomeActivity',
'.activity.NewPageActivity',
'.ui.activity.MainFrameActivity',
],
matches: '[text="及时获取物流消息" || text="开启通知"]',
matches:
'[text="及时获取物流消息" || text="开启通知" || text="允许通知"]',
snapshotUrls: [
'https://i.gkd.li/i/15004580',
'https://i.gkd.li/i/15048085',
'https://i.gkd.li/i/16643295',
'https://i.gkd.li/i/18371979',
],
},
],
Expand Down

0 comments on commit abd8899

Please sign in to comment.