We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faded12 commit 2871169Copy full SHA for 2871169
src/apps/com.hose.ekuaibao.ts
@@ -6,11 +6,15 @@ export default defineGkdApp({
6
groups: [
7
{
8
key: 1,
9
+ matchTime: 10000,
10
+ actionMaximum: 2,
11
+ resetMatch: 'app',
12
name: '局部广告-首页横幅广告',
- activityIds: 'com.hose.ekuaibao.view.activity.EkbProActivity',
- rules:
- 'View[childCount=2] > TextView + TextView[text="不感兴趣"][clickable=true]',
13
- snapshotUrls: ['https://i.gkd.li/i/12649616'],
+ rules: '[text="不感兴趣"][visibleToUser=true]',
14
+ snapshotUrls: [
15
+ 'https://i.gkd.li/i/12649616',
16
+ 'https://i.gkd.li/i/18455642',
17
+ ],
18
},
19
],
20
});
0 commit comments