|
|
@@ -7,24 +7,40 @@
|
|
|
},
|
|
|
"pages": [
|
|
|
{
|
|
|
- "path": "pages/feed-calculator/index",
|
|
|
- "type": "page"
|
|
|
+ "path": "pages/home/index",
|
|
|
+ "type": "page",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "首页"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/feed-plan/index",
|
|
|
- "type": "page"
|
|
|
+ "path": "pages/feed-calculator/index",
|
|
|
+ "type": "page",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "喂养计算器"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
- "path": "pages/home/index",
|
|
|
- "type": "page"
|
|
|
+ "path": "pages/feed-plan/index",
|
|
|
+ "type": "page",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "喂养计划"
|
|
|
+ }
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
"path": "pages/me/index",
|
|
|
- "type": "page"
|
|
|
+ "type": "page",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/pet-manual/index",
|
|
|
- "type": "page"
|
|
|
+ "type": "page",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "宠物手册"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/setting/index",
|
|
|
@@ -32,7 +48,10 @@
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/start-filing/index",
|
|
|
- "type": "page"
|
|
|
+ "type": "page",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "开始建档"
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/userInfo/index",
|
|
|
@@ -72,10 +91,9 @@
|
|
|
"backgroundColorBottom": "@bgColorBottom",
|
|
|
"backgroundColorTop": "@bgColorTop",
|
|
|
"backgroundTextStyle": "@bgTxtStyle",
|
|
|
- "navigationBarBackgroundColor": "#000000",
|
|
|
- "navigationBarTextStyle": "@navTxtStyle",
|
|
|
- "navigationBarTitleText": "Vitesse-Uni",
|
|
|
- "navigationStyle": "custom"
|
|
|
+ "navigationBarBackgroundColor": "#fff",
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "Vitesse-Uni"
|
|
|
},
|
|
|
"__esModule": true,
|
|
|
"subPackages": []
|