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 7de7531 commit 9bb5138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/com.tencent.mm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,12 +614,13 @@ export default defineAppConfig({
},
excludeMatches: '[desc="订阅号消息"] +(2, 3) View[clickable=true]',
matches:
'View[visibleToUser=true] - View > [desc="广告"||desc=null][visibleToUser=true]',
'View[visibleToUser=true] - View[desc!="常​看​的​号​"] > [desc="广告"||desc=null][visibleToUser=true]',
exampleUrls:
'https://m.gkd.li/57941037/9fc6137e-b615-46cf-b22e-20c62e398f45',
snapshotUrls: [
'https://i.gkd.li/i/14544716',
'https://i.gkd.li/i/14545735',
'https://i.gkd.li/i/14548771', // 避免在此页面误触
],
},
{
Expand Down

0 comments on commit 9bb5138

Please sign in to comment.