-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
53 lines (53 loc) · 1.37 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
{
"pages":[
"pages/home/home",
"dist/example/index",
"dist/example/button/button",
"dist/example/list/list",
"dist/example/input/input",
"dist/example/slider/slider",
"dist/example/uploader/uploader",
"dist/example/article/article",
"dist/example/badge/badge",
"dist/example/flex/flex",
"dist/example/footer/footer",
"dist/example/gallery/gallery",
"dist/example/grid/grid",
"dist/example/icons/icons",
"dist/example/loadmore/loadmore",
"dist/example/panel/panel",
"dist/example/preview/preview",
"dist/example/progress/progress",
"dist/example/actionsheet/actionsheet",
"dist/example/dialog/dialog",
"dist/example/msg/msg",
"dist/example/msg/msg_success",
"dist/example/msg/msg_fail",
"dist/example/picker/picker",
"dist/example/toast/toast",
"dist/example/navbar/navbar",
"dist/example/tabbar/tabbar",
"dist/example/searchbar/searchbar",
"pages/index/index",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color":"#000000",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页"
},
{
"pagePath": "dist/example/index",
"text": "框架"
}
]
}
}