Skip to content

Commit 98ebfa6

Browse files
chore(actions): check_format_lint
1 parent e063f10 commit 98ebfa6

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

src/apps/com.zol.android.ts

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
import { defineGkdApp } from '@gkd-kit/define';
22

33
export default defineGkdApp({
4-
id: 'com.zol.android',
5-
name: '中关村在线',
6-
groups: [
4+
id: 'com.zol.android',
5+
name: '中关村在线',
6+
groups: [
7+
{
8+
key: 0,
9+
name: '局部广告-首页悬浮广告',
10+
desc: '点击关闭',
11+
rules: [
712
{
8-
key: 0,
9-
name: '局部广告-首页悬浮广告',
10-
desc: '点击关闭',
11-
rules: [
12-
{
13-
fastQuery: true,
14-
activityIds: '.renew.ui.MainActivity',
15-
matches: '@[vid="close_active"][visibleToUser=true] + [vid="active_enter_layout"][visibleToUser=true]',
16-
exampleUrls: 'https://e.gkd.li/ac4f334e-54e7-4df8-b708-2ad101962b4c',
17-
snapshotUrls: 'https://i.gkd.li/i/17965705',
18-
},
19-
],
13+
fastQuery: true,
14+
activityIds: '.renew.ui.MainActivity',
15+
matches:
16+
'@[vid="close_active"][visibleToUser=true] + [vid="active_enter_layout"][visibleToUser=true]',
17+
exampleUrls: 'https://e.gkd.li/ac4f334e-54e7-4df8-b708-2ad101962b4c',
18+
snapshotUrls: 'https://i.gkd.li/i/17965705',
2019
},
21-
],
22-
});
20+
],
21+
},
22+
],
23+
});

0 commit comments

Comments
 (0)