Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
fix(拼多多): 通知提示误触
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 10, 2024
1 parent caea492 commit 0beb93a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/apps/com.xunmeng.pinduoduo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,18 @@ export default defineAppConfig({
name: '通知提示-请求开启消息通知弹窗',
actionMaximum: 1,
resetMatch: 'app',
rules:
'ViewGroup[vid="pdd"] >n ViewGroup[childCount=3] > @ImageView[clickable=true]',
snapshotUrls: 'https://i.gkd.li/i/14109435',
rules: [
{
matches:
'FrameLayout > ViewGroup[vid="pdd"] > ViewGroup > ViewGroup > ViewGroup[childCount=3 || childCount=2] >(1,2) ImageView[clickable=true][visibleToUser=true]',
exampleUrls:
'https://m.gkd.li/57941037/8f376a1e-750f-4677-af82-473f3522b67c',
snapshotUrls: [
'https://i.gkd.li/i/14109435',
'https://i.gkd.li/i/14549423',
],
},
],
},
{
key: 18,
Expand Down

0 comments on commit 0beb93a

Please sign in to comment.