We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36a6fe7 + 45d53d1 commit 6da5926Copy full SHA for 6da5926
src/apps/com.gamersky.ts
@@ -24,8 +24,12 @@ export default defineAppConfig({
24
name: '正文底部卡片广告',
25
activityIds:
26
'com.gamersky.common.activity.LibDetailContentDetailActivity',
27
- matches: 'View[childCount=2] > [text="广告"] + View[clickable=true]',
28
- snapshotUrls: 'https://i.gkd.li/i/13451258',
+ matches:
+ '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
+ ],
33
},
34
{
35
key: 2,
0 commit comments