This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
61 lines (61 loc) · 1.6 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"pages": [
"pages/login/login",
"pages/upload/upload",
"pages/count/count",
"pages/dialog/dialog",
"pages/contact/contact",
"pages/contrast/contrast",
"pages/browse/browse",
"pages/info/info",
"pages/simulate/simulate",
"pages/strategy/strategy",
"pages/item/item"
],
"tabBar": {
"selectedColor": "green",
"backgroundColor": "white",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/simulate/simulate",
"text": "模拟",
"iconPath": "/images/simulate1.png",
"selectedIconPath": "/images/simulate2.png"
},
{
"pagePath": "pages/strategy/strategy",
"text": "策略",
"iconPath": "/images/strategy1.png",
"selectedIconPath": "/images/strategy2.png"
},
{
"pagePath": "pages/count/count",
"text": "侦察",
"iconPath": "/images/scout1.png",
"selectedIconPath": "/images/scout2.png"
},
{
"pagePath": "pages/browse/browse",
"text": "浏览",
"iconPath": "/images/browse1.png",
"selectedIconPath": "/images/browse2.png"
},
{
"pagePath": "pages/info/info",
"text": "信息",
"iconPath": "/images/info1.png",
"selectedIconPath": "/images/info2.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "FRC数据收集系统",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}