Skip to content

Commit

Permalink
perf(酷安): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Oct 27, 2024
1 parent c8e3937 commit df95c1c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/apps/com.coolapk.market.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,17 @@ export default defineGkdApp({
{
key: 1,
fastQuery: true,
excludeMatches: '[id="com.coolapk.market:id/item_view"]',
matches: '[text^="跳过"][text.length<=4]',
matches: [
'[id="com.coolapk.market:id/ad_container"][visibleToUser=true]',
'[text*="跳过"][text.length<10][visibleToUser=true]',
],
snapshotUrls: [
'https://i.gkd.li/i/12917990',
'https://i.gkd.li/i/13211392',
'https://i.gkd.li/i/13247733', // 误触
'https://i.gkd.li/i/13247782', // 可能误触
'https://i.gkd.li/i/13296816', // snapshot of excludeMatches
],
excludeSnapshotUrls: [
'https://i.gkd.li/i/13247733',
'https://i.gkd.li/i/13296816',
],
},
],
Expand Down

0 comments on commit df95c1c

Please sign in to comment.