-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathapp.json
executable file
·79 lines (79 loc) · 2 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"pages": [
"pages/index/index",
"pages/login/login",
"pages/main/main",
"pages/main/add",
"pages/main/find",
"pages/main/user",
"pages/list/day",
"pages/list/month",
"pages/list/year",
"pages/list/all",
"pages/list/edit",
"pages/list/more",
"pages/list/find",
"pages/user/user",
"pages/user/class",
"pages/user/about",
"pages/login/regist",
"pages/user/fastClass",
"pages/user/site/autoCopy",
"pages/user/site/username",
"pages/user/site/password",
"pages/chart/year",
"pages/tool/bluetooth",
"pages/tool/goodEvaluate",
"pages/tool/site",
"pages/user/funds",
"pages/user/funds/edit",
"pages/user/site/avatar",
"pages/tool/aromaLamp",
"pages/user/class/edit",
"pages/user/main",
"pages/user/ad",
"pages/list/transfer",
"pages/user/transfer/add",
"pages/user/transfer/edit"
],
"tabBar": {
"color": "#919191",
"selectedColor": "#03a9f4",
"list": [
{
"pagePath": "pages/main/main",
"iconPath": "image/icon-index.png",
"selectedIconPath": "image/icon-index-select.png",
"text": "主页"
},
{
"pagePath": "pages/main/add",
"iconPath": "image/icon-add.png",
"selectedIconPath": "image/icon-add-select.png",
"text": "记账"
},
{
"pagePath": "pages/main/find",
"iconPath": "image/icon-search.png",
"selectedIconPath": "image/icon-search-select.png",
"text": "查询"
},
{
"pagePath": "pages/main/user",
"iconPath": "image/icon-my.png",
"selectedIconPath": "image/icon-my-select.png",
"text": "我的"
}
],
"position": "bottom"
},
"window": {
"backgroundColor": "#03a9f4",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#03a9f4",
"navigationBarTitleText": "小歆记账",
"navigationBarTextStyle": "white"
},
"resizable": true,
"sitemapLocation": "sitemap.json"
}