Skip to content

Commit 64ed580

Browse files
committed
perf: 使用fastQuery
1 parent a446800 commit 64ed580

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

src/apps/com.chinamworld.bocmbci.ts

+14-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,21 @@ export default defineGkdApp({
66
groups: [
77
{
88
key: 1,
9-
name: '全屏广告-首页弹窗',
10-
activityIds:
11-
'com.boc.bocsoft.mobile.bocmobile.buss.system.main.ui.MainActivity',
9+
name: '全屏广告-弹窗广告',
10+
desc: '点击关闭',
11+
matchTime: 10000,
12+
actionMaximum: 1,
1213
resetMatch: 'app',
13-
rules: '[desc="关闭"]',
14-
snapshotUrls: 'https://i.gkd.li/i/17691747',
14+
rules: [
15+
{
16+
fastQuery: true,
17+
activityIds:
18+
'com.boc.bocsoft.mobile.bocmobile.buss.system.main.ui.MainActivity',
19+
matches: '@[desc="关闭"] > [vid="btn_action"]',
20+
exampleUrls: 'https://e.gkd.li/988dbaff-68b3-499a-8736-a6e5b3364ed9',
21+
snapshotUrls: 'https://i.gkd.li/i/17691747',
22+
},
23+
],
1524
},
1625
],
1726
});

0 commit comments

Comments
 (0)