Skip to content

Commit 40a9bf0

Browse files
chore(actions): check_format_lint
1 parent 3787c92 commit 40a9bf0

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

src/apps/com.uusense.speed.ts

+21-19
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
import { defineGkdApp } from '@gkd-kit/define';
22

33
export default defineGkdApp({
4-
id: 'com.uusense.speed',
5-
name: '测网速',
6-
groups: [
4+
id: 'com.uusense.speed',
5+
name: '测网速',
6+
groups: [
7+
{
8+
key: 0,
9+
name: '开屏广告',
10+
desc: '点击【跳过】',
11+
matchTime: 10000,
12+
actionMaximum: 1,
13+
resetMatch: 'app',
14+
rules: [
715
{
8-
key: 0,
9-
name: '开屏广告',
10-
desc: '点击【跳过】',
11-
matchTime: 10000,
12-
actionMaximum: 1,
13-
resetMatch: 'app',
14-
rules: [
15-
{
16-
activityIds: 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T',
17-
matches: 'FrameLayout[childCount=5] > @View[name="android.view.View"][vid=null][text=null][desc=null][visibleToUser=true][width=150][height=150] + TextView',
18-
exampleUrls: 'https://e.gkd.li/60fb0a73-6948-43c6-bf76-e4f08632643f',
19-
snapshotUrls: 'https://i.gkd.li/i/18354647',
20-
},
21-
],
16+
activityIds:
17+
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T',
18+
matches:
19+
'FrameLayout[childCount=5] > @View[name="android.view.View"][vid=null][text=null][desc=null][visibleToUser=true][width=150][height=150] + TextView',
20+
exampleUrls: 'https://e.gkd.li/60fb0a73-6948-43c6-bf76-e4f08632643f',
21+
snapshotUrls: 'https://i.gkd.li/i/18354647',
2222
},
23-
],
24-
});
23+
],
24+
},
25+
],
26+
});

0 commit comments

Comments
 (0)