提交 2e6f64bf 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

feat: 更新 pages.json

上级 7d4ca97c
...@@ -428,7 +428,6 @@ ...@@ -428,7 +428,6 @@
} }
}, },
// #endif // #endif
// #ifdef WEB || APP
{ {
"path": "pages/component/map/map", "path": "pages/component/map/map",
"group": "0,6", "group": "0,6",
...@@ -436,7 +435,6 @@ ...@@ -436,7 +435,6 @@
"navigationBarTitleText": "map | 地图" "navigationBarTitleText": "map | 地图"
} }
}, },
// #endif
// #ifdef WEB // #ifdef WEB
{ {
"path": "pages/component/cover-view/cover-view", "path": "pages/component/cover-view/cover-view",
...@@ -489,7 +487,7 @@ ...@@ -489,7 +487,7 @@
"navigationBarTitleText": "涂鸦" "navigationBarTitleText": "涂鸦"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS // #ifndef WEB
{ {
"path": "pages/component/native-view/native-view", "path": "pages/component/native-view/native-view",
"group": "0,2,4", "group": "0,2,4",
...@@ -1158,7 +1156,7 @@ ...@@ -1158,7 +1156,7 @@
"navigationBarTitleText": "createSelectorQuery | 创建 SelectorQuery 实例" "navigationBarTitleText": "createSelectorQuery | 创建 SelectorQuery 实例"
} }
}, },
// #ifdef APP-ANDROID || APP-IOS // #ifndef WEB
{ {
"path": "pages/API/get-native-view/element-getnativeview", "path": "pages/API/get-native-view/element-getnativeview",
"group": "1,30", "group": "1,30",
...@@ -1183,13 +1181,15 @@ ...@@ -1183,13 +1181,15 @@
"navigationBarTitleText": "provider | 服务提供商" "navigationBarTitleText": "provider | 服务提供商"
} }
}, },
{ // #endif
"path": "pages/API/privacy/privacy", // #ifndef WEB
"group": "1,1,7", {
"style": { "path": "pages/API/privacy/privacy",
"navigationBarTitleText": "privacy | 隐私信息授权" "group": "1,1,8",
} "style": {
}, "navigationBarTitleText": "privacy | 隐私信息授权"
}
},
// #endif // #endif
{ {
"path": "pages/API/uni-push/uni-push", "path": "pages/API/uni-push/uni-push",
...@@ -1202,7 +1202,7 @@ ...@@ -1202,7 +1202,7 @@
"path": "pages/API/dialog-page/dialog-page", "path": "pages/API/dialog-page/dialog-page",
"group": "1,2,1", "group": "1,2,1",
"style": { "style": {
"navigationBarTitleText": "dialogPage | 弹框页面" "navigationBarTitleText": "dialogPage"
} }
}, },
{ {
...@@ -1813,14 +1813,14 @@ ...@@ -1813,14 +1813,14 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB // #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/template/schema/schema", "path": "pages/template/schema/schema",
"style": { "style": {
"navigationBarTitleText": "打开schema示例" "navigationBarTitleText": "打开schema示例"
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID // #ifdef APP-ANDROID
{ {
"path": "pages/template/share/share", "path": "pages/template/share/share",
...@@ -1855,7 +1855,7 @@ ...@@ -1855,7 +1855,7 @@
} }
}, },
// #endif // #endif
// #ifdef APP-ANDROID || APP-IOS || WEB // #ifdef APP-ANDROID || APP-IOS || WEB
{ {
"path": "pages/template/custom-long-list/custom-long-list", "path": "pages/template/custom-long-list/custom-long-list",
"style": { "style": {
...@@ -1863,7 +1863,7 @@ ...@@ -1863,7 +1863,7 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// #endif // #endif
{ {
"path": "pages/template/test-background-color-content/test-background-color-content", "path": "pages/template/test-background-color-content/test-background-color-content",
"style": { "style": {
...@@ -1871,23 +1871,22 @@ ...@@ -1871,23 +1871,22 @@
"backgroundColorContent": "#fffae8" "backgroundColorContent": "#fffae8"
} }
}, },
// #ifdef APP-IOS // #ifdef APP-IOS
{ {
"path" : "pages/API/event-bus/uts-event-bus", "path": "pages/API/event-bus/uts-event-bus",
"style" : "style": {
{ "navigationBarTitleText": ""
"navigationBarTitleText" : "" }
} },
}, // #endif
// #endif // #ifdef APP
// #ifdef APP
{ {
"path": "pages/component/button/privacy", "path": "pages/component/button/privacy",
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
} }
// #endif // #endif
], ],
"globalStyle": { "globalStyle": {
"pageOrientation": "portrait", "pageOrientation": "portrait",
...@@ -1896,7 +1895,7 @@ ...@@ -1896,7 +1895,7 @@
"navigationBarBackgroundColor": "@navigationBarBackgroundColor", "navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"backgroundColorContent": "@backgroundColorContent", "backgroundColorContent": "@backgroundColorContent",
"backgroundColor": "@backgroundColor", "backgroundColor": "@backgroundColor",
"backgroundTextStyle": "@backgroundTextStyle", "backgroundTextStyle": "@backgroundTextStyle",
"hideStatusBar": false, "hideStatusBar": false,
"hideBottomNavigationIndicator": false "hideBottomNavigationIndicator": false
}, },
...@@ -2209,10 +2208,11 @@ ...@@ -2209,10 +2208,11 @@
"id": "api.base.provider", "id": "api.base.provider",
"name": "provider" "name": "provider"
}, },
{ null,
"id": "api.base.privacy", {
"name": "privacy" "id": "api.base.privacy",
} "name": "privacy"
}
] ]
}, },
{ {
...@@ -2863,4 +2863,4 @@ ...@@ -2863,4 +2863,4 @@
] ]
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册