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
| {
| "pages": [
| "pages/index/index",
| "pages/city/city",
| "pages/msg/msg",
| "pages/my/my"
| ],
| "subPackages": [],
| "window": {
| "navigationBarTextStyle": "white",
| "navigationBarTitleText": "抖音",
| "navigationBarBackgroundColor": "#000000",
| "backgroundColor": "#000000",
| "navigationStyle": "custom"
| },
| "tabBar": {
| "borderStyle": "black",
| "backgroundColor": "#000",
| "color": "#A7A8AD",
| "selectedColor": "#FAFAFC",
| "list": [
| {
| "pagePath": "pages/index/index",
| "text": "首页"
| },
| {
| "pagePath": "pages/city/city",
| "text": "同城"
| },
| {
| "pagePath": "pages/put/put",
| "iconPath": "static/img/add.png"
| },
| {
| "pagePath": "pages/msg/msg",
| "text": "消息"
| },
| {
| "pagePath": "pages/my/my",
| "text": "我"
| }
| ]
| },
| "usingComponents": {
| "cu-custom": "/colorui/components/cu-custom"
| }
| }
|
|