|
@@ -1,16 +1,21 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
+
|
|
|
+ "pages/b/b",
|
|
|
"pages/index/index",
|
|
|
+ "pages/demo/demo",
|
|
|
+ "pages/Data Visualization/Data Visualization",
|
|
|
"pages/logs/logs",
|
|
|
"pages/Visualization/Visualization",
|
|
|
"pages/Calculate/Calculate",
|
|
|
"pages/Staff/Staff",
|
|
|
"pages/Calculation/Calculation",
|
|
|
- "pages/Result/Result"
|
|
|
+ "pages/AcidNeutralizationModel/AcidNeutralizationModel"
|
|
|
],
|
|
|
"window": {
|
|
|
"navigationBarTitleText": "登入页面",
|
|
|
- "navigationBarBackgroundColor": "#f3514f",
|
|
|
+ "navigationBarBackgroundColor": "#00AF92",
|
|
|
+ "navigationBarTextStyle": "black" ,
|
|
|
"enablePullDownRefresh": true,
|
|
|
"backgroundColor": "#efefef",
|
|
|
"backgroundTextStyle": "dark"
|
|
@@ -26,6 +31,12 @@
|
|
|
"iconPath": "/assets/taddar/Calculate_Data-active.png",
|
|
|
"selectedIconPath": "/assets/taddar/Calculate_Data.png"
|
|
|
},
|
|
|
+ {
|
|
|
+ "text": "数据图像展示",
|
|
|
+ "pagePath": "pages/Data Visualization/Data Visualization",
|
|
|
+ "iconPath": "/assets/taddar/chart-histogram (1).png",
|
|
|
+ "selectedIconPath": "/assets/taddar/chart-histogram.png"
|
|
|
+ },
|
|
|
{
|
|
|
"text": "数据展示",
|
|
|
"pagePath": "pages/Visualization/Visualization",
|
|
@@ -40,6 +51,5 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- "style": "v2",
|
|
|
"sitemapLocation": "sitemap.json"
|
|
|
-}
|
|
|
+}
|