Skip to content

Commit

Permalink
fix(淘宝): 修改通知匹配规则,适配更多场景 (#709)
Browse files Browse the repository at this point in the history
Co-authored-by: minglu7 <[email protected]>
Co-authored-by: AIsouler <[email protected]>
  • Loading branch information
3 people authored Jan 14, 2025
1 parent 612ac69 commit bd42ca5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/com.taobao.taobao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@ export default defineGkdApp({
'com.taobao.tao.welcome.Welcome',
],
matches:
'[text^="开启系统通知"] + @Image[visibleToUser=true] <<n [vid="poplayer_inner_view"]',
'@Image[visibleToUser=true][text!=null] +2 View > [visibleToUser=true][text="消息通知" || text="发货通知"] <<n [vid="poplayer_inner_view"]',
snapshotUrls: [
'https://i.gkd.li/i/13446901',
'https://i.gkd.li/i/13455424',
'https://i.gkd.li/i/15104645',
'https://i.gkd.li/i/18407606',
],
},
],
Expand Down

0 comments on commit bd42ca5

Please sign in to comment.