DESKTOP-O04BTUJ\muzen 3 éve
szülő
commit
92d91c9129
1 módosított fájl, 44 hozzáadás és 0 törlés
  1. 44 0
      src/pages.json

+ 44 - 0
src/pages.json

@@ -1,16 +1,60 @@
 {
 	"pages": [
+		// 设备引导页
 		{
 			"path": "pages/guide/index",
 			"style": {
 				"navigationStyle": "custom"
 			}
 		},
+		// 耳机操作手势
 		{
 			"path": "pages/operation/index",
 			"style": {
 				"navigationStyle": "custom"
 			}
+		},
+		// 帮助与反馈
+		{
+			"path": "pages/help/index",
+			"style": {
+				"navigationStyle": "custom"
+			}
+		},
+		// 产品手册
+		{
+			"path": "pages/product/manual",
+			"style":{
+				"navigationStyle": "custom"
+			}
+		},
+		// 关于我们
+		{
+			"path": "pages/about/index",
+			"style":{
+				"navigationStyle":"custom"
+			}
+		},
+		// 用户协议
+		{
+			"path": "pages/user/agreement",
+			"style":{
+				"navigationStyle":"custom"
+			}
+		},
+		// 隐私协议
+		{
+			"path": "pages/privacy/agreement",
+			"style":{
+				"navigationStyle":"custom"
+			}
+		},
+		// 猫王博物馆
+		{
+			"path": "pages/ohplay/museum",
+			"style":{
+				"navigationStyle": "custom"
+			}
 		}
 	]
 }