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

Commit

Permalink
feat(微信) 分段广告-订阅号消息页面广告(优化规则)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 committed Mar 9, 2024
1 parent 1de65cf commit 6afc2a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/apps/com.tencent.mm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,10 +614,13 @@ export default defineAppConfig({
},
excludeMatches: '[desc="订阅号消息"] +(2, 3) View[clickable=true]',
matches:
'View[visibleToUser=true] - View > [desc="广告"][visibleToUser=true]',
'View[visibleToUser=true] - View > [desc="广告"||desc=null][visibleToUser=true]',
exampleUrls:
'https://m.gkd.li/57941037/9fc6137e-b615-46cf-b22e-20c62e398f45',
snapshotUrls: 'https://i.gkd.li/i/14544716',
snapshotUrls: [
'https://i.gkd.li/i/14544716',
'https://i.gkd.li/i/14545735',
],
},
{
preKeys: 0,
Expand Down

0 comments on commit 6afc2a6

Please sign in to comment.