-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
93 lines (93 loc) · 3.01 KB
/
app.json
File metadata and controls
93 lines (93 loc) · 3.01 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"pages": [
"pages/home/index",
"pages/detail/detail",
"pages/sort/sort",
"pages/user/user",
"pages/release/index",
"pages/search/index",
"pages/chat/index",
"pages/chatting/index",
"pages/user-information/index",
"pages/mypost/index",
"pages/identification/index",
"pages/question/index",
"pages/collection/index",
"pages/test/emoji/emoji",
"pages/test/check/check",
"pages/test/send-message-bar/send-message-bar",
"pages/notice/index",
"pages/user-information-others/index",
"pages/test/modal-dialog-to-get-user-information/modal-dialog-to-get-user-information",
"pages/test/modal-loading/modal-loading",
"pages/rank/rank",
"pages/cheap/cheap",
"pages/footprint/footprint",
"pages/test/snow-flake-test/snow-flake-test",
"pages/test/promise-test/promise-test",
"pages/user/user-issue/user-issue",
"pages/user/user-new-comment/user-new-comment",
"pages/discussion/discussion",
"pages/hire/hire",
"pages/test/cloud-function-test/index",
"pages/test/securityContent/index",
"pages/test/securityImgCheck/index",
"pages/test/evilTextCheckModule/index",
"pages/order/order",
"pages/hire-search/hire-search",
"pages/hire-release/hire-release",
"pages/user/user-my-order/user-my-order",
"pages/user/user-favor/user-favor",
"pages/user/user-my-receive-order/user-my-receive-order",
"pages/user/user-my-order/order-detail/order-detail",
"pages/user/user-my-receive-order/receive-order-detail/receive-order-detail",
"pages/hire-order/hire-order",
"pages/hire-detail/hire-detail",
"pages/goods404/goods404",
"pages/hire-user-issue/hire-user-issue"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#851de0",
"navigationBarTitleText": "校园二手购",
"navigationBarTextStyle": "white"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"selectedColor": "#851DE0",
"color": "#515151",
"list": [
{
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "static/icon32/tarBar/home.png",
"selectedIconPath": "static/icon32/tarBar/homeSelected.png"
},
{
"pagePath": "pages/sort/sort",
"text": "分类",
"iconPath": "static/icon32/tarBar/sort.png",
"selectedIconPath": "static/icon32/tarBar/sortSelected.png"
},
{
"pagePath": "pages/release/index",
"text": "发布",
"iconPath": "static/icon32/tarBar/plus.png",
"selectedIconPath": "static/icon32/tarBar/plusSelected.png"
},
{
"pagePath": "pages/chat/index",
"text": "消息",
"iconPath": "static/icon32/tarBar/chat.png",
"selectedIconPath": "static/icon32/tarBar/chatSelected.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "static/icon32/tarBar/user.png",
"selectedIconPath": "static/icon32/tarBar/userSelected.png"
}
]
}
}