Skip to content

Commit

Permalink
feat(糖豆): 局部广告-卡片广告、全屏广告 (补充规则 #758)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Feb 1, 2025
1 parent f2ebfe6 commit f02204d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/apps/com.bokecc.dance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,32 @@ export default defineGkdApp({
'https://m.gkd.li/57941037/45eb8c79-f683-4fcd-a2c4-0c9d1ff9d998',
snapshotUrls: 'https://i.gkd.li/i/14318261',
},
{
key: 2,
activityIds:
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
matches:
'[text="反馈"] +(1,2) View[childCount=1] > Image[childCount=0][text=""][width<60 && height<60]',
exampleUrls: 'https://e.gkd.li/d3e73052-1459-4b3b-baf2-a3620226985f',
snapshotUrls: [
'https://i.gkd.li/i/18627429',
'https://i.gkd.li/i/18627432',
],
},
],
},
{
key: 4,
name: '局部广告-信息流广告',
desc: '点击关闭',
rules: [
{
fastQuery: true,
activityIds: '.activity.MainActivity',
matches: ['[text="广告"]', '[vid="iv_close"]'],
exampleUrls: 'https://e.gkd.li/717ad9b7-dce7-4284-9360-4f9923ebacd7',
snapshotUrls: 'https://i.gkd.li/i/18627427',
},
],
},
],
Expand Down

0 comments on commit f02204d

Please sign in to comment.