Skip to content

Commit 6da5926

Browse files
authored
feat(游民星空) 局部广告-卡片式广告(优化规则) (#114)
2 parents 36a6fe7 + 45d53d1 commit 6da5926

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/apps/com.gamersky.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ export default defineAppConfig({
2424
name: '正文底部卡片广告',
2525
activityIds:
2626
'com.gamersky.common.activity.LibDetailContentDetailActivity',
27-
matches: 'View[childCount=2] > [text="广告"] + View[clickable=true]',
28-
snapshotUrls: 'https://i.gkd.li/i/13451258',
27+
matches:
28+
'WebView >2 View[childCount=2] > View[index=1] > View[clickable=true][visibleToUser=true]',
29+
snapshotUrls: [
30+
'https://i.gkd.li/i/13451258',
31+
'https://i.gkd.li/i/14622935',
32+
],
2933
},
3034
{
3135
key: 2,

0 commit comments

Comments
 (0)