|
@@ -1,16 +1,60 @@
|
|
{
|
|
{
|
|
"pages": [
|
|
"pages": [
|
|
|
|
+ // 设备引导页
|
|
{
|
|
{
|
|
"path": "pages/guide/index",
|
|
"path": "pages/guide/index",
|
|
"style": {
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ // 耳机操作手势
|
|
{
|
|
{
|
|
"path": "pages/operation/index",
|
|
"path": "pages/operation/index",
|
|
"style": {
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
"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"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|