Skip to content

Commit 2871169

Browse files
committed
feat(易快报): 局部广告-首页横幅广告
1 parent faded12 commit 2871169

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/apps/com.hose.ekuaibao.ts

+8-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ export default defineGkdApp({
66
groups: [
77
{
88
key: 1,
9+
matchTime: 10000,
10+
actionMaximum: 2,
11+
resetMatch: 'app',
912
name: '局部广告-首页横幅广告',
10-
activityIds: 'com.hose.ekuaibao.view.activity.EkbProActivity',
11-
rules:
12-
'View[childCount=2] > TextView + TextView[text="不感兴趣"][clickable=true]',
13-
snapshotUrls: ['https://i.gkd.li/i/12649616'],
13+
rules: '[text="不感兴趣"][visibleToUser=true]',
14+
snapshotUrls: [
15+
'https://i.gkd.li/i/12649616',
16+
'https://i.gkd.li/i/18455642',
17+
],
1418
},
1519
],
1620
});

0 commit comments

Comments
 (0)