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

Commit a126ee0

Browse files
committed
feat: 歪麦霸王餐-局部广告
1 parent 702576f commit a126ee0

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

src/apps/com.waimaiii.waimaiii.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,28 @@ export default defineGkdApp({
1919
},
2020
],
2121
},
22+
{
23+
key: 4,
24+
name: '局部广告',
25+
rules: [
26+
{
27+
key: 0,
28+
fastQuery: true,
29+
activityIds: '.MainActivity',
30+
matches:
31+
'[id$="ksad_ad_dislike"] <n RelativeLayout - FrameLayout >3 [text="广告"]',
32+
exampleUrls: 'https://e.gkd.li/5559308c-b40c-484f-a4ee-c162b507fb27',
33+
snapshotUrls: 'https://i.gkd.li/i/24790719',
34+
},
35+
{
36+
key: 1,
37+
fastQuery: true,
38+
activityIds: '.MainActivity',
39+
matches:
40+
'ImageView[childCount=0] < @ViewGroup[clickable=true][childCount=1] <2 ViewGroup <2 ViewGroup <2 ViewGroup - ViewGroup >3 [text="广告"]',
41+
snapshotUrls: 'https://i.gkd.li/i/24656915',
42+
},
43+
],
44+
},
2245
],
2346
});

0 commit comments

Comments
 (0)