|
1 | 1 | { |
2 | 2 | "pages": [ |
3 | 3 | { |
4 | | - "path": "pages/page" |
| 4 | + "path": "pages/index", |
| 5 | + "style": { |
| 6 | + "onReachBottomDistance": 600 |
| 7 | + } |
5 | 8 | }, |
6 | 9 | { |
7 | | - "path": "pages/post" |
| 10 | + "path": "pages/discover/index" |
| 11 | + }, |
| 12 | + { |
| 13 | + "path": "pages/about/index" |
| 14 | + }, |
| 15 | + { |
| 16 | + "path": "pages/post/index" |
8 | 17 | }, |
9 | 18 | { |
10 | 19 | "path": "pages/search/searchResult" |
|
15 | 24 | "transparentTitle": "always", |
16 | 25 | "allowsBounceVertical": "NO" |
17 | 26 | }, |
18 | | - "navigationStyle": "custom", |
| 27 | + "backgroundColor": "#eee", |
19 | 28 | "navigationBarTitleText": "指尖魔法屋", |
20 | 29 | "navigationBarBackgroundColor": "#007fff", |
21 | | - "navigationBarTextStyle": "black", |
| 30 | + "navigationBarTextStyle": "white", |
22 | 31 | "backgroundTextStyle": "light" |
23 | | - } |
| 32 | + }, |
| 33 | + "tabBar": { |
| 34 | + "color": "#333", |
| 35 | + "selectedColor": "#007fff", |
| 36 | + "backgroundColor": "#fff", |
| 37 | + "list": [ |
| 38 | + { |
| 39 | + "pagePath": "pages/index", |
| 40 | + "text": "主页", |
| 41 | + "iconPath": "static/img/home.png", |
| 42 | + "selectedIconPath": "static/img/home-a.png" |
| 43 | + }, |
| 44 | + { |
| 45 | + "pagePath": "pages/discover/index", |
| 46 | + "text": "发现", |
| 47 | + "iconPath": "static/img/search.png", |
| 48 | + "selectedIconPath": "static/img/search-a.png" |
| 49 | + }, |
| 50 | + { |
| 51 | + "pagePath": "pages/about/index", |
| 52 | + "text": "关于", |
| 53 | + "iconPath": "static/img/code.png", |
| 54 | + "selectedIconPath": "static/img/code-a.png" |
| 55 | + } |
| 56 | + ] |
| 57 | + }, |
| 58 | + "usingComponents": {} |
24 | 59 | } |
0 commit comments