Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit b7ff364

Browse files
committed
feat: 番喜视频-全屏广告 #1525
1 parent a94d748 commit b7ff364

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/apps/com.upxjwb.xrq.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,22 @@ export default defineGkdApp({
99
name: '全屏广告',
1010
rules: [
1111
{
12-
name: '字节广告',
12+
key: 0,
1313
activityIds:
1414
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
1515
matches:
1616
'@Image[childCount=0][text=""][width<60 && height<60] < View[childCount=1] < * - View > [text="反馈"]',
1717
snapshotUrls: 'https://i.gkd.li/i/23519200',
1818
},
19+
{
20+
key: 1,
21+
activityIds:
22+
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
23+
matches:
24+
'[text="反馈"] +(1,2) View[childCount=1] > Image[childCount=0][text=""][width<60 && height<60]',
25+
exampleUrls: 'https://e.gkd.li/793d0e85-db69-4d31-bfd9-7ffbd518b962',
26+
snapshotUrls: 'https://i.gkd.li/i/23905532',
27+
},
1928
],
2029
},
2130
],

0 commit comments

Comments
 (0)