提交 4e43eda4 编写于 作者: D DCloud_LXH

fix: 爬虫获取 sub navbar text、uni-app-x/unicloud -> uni-app-x/api/unicloud

上级 dc5126da
......@@ -97,7 +97,8 @@ const routerMap = {
'/uniCloud/uni-id-pages': '/uniCloud/uni-id/redirect.html',
'/uniCloud/uni-id-common': '/uniCloud/uni-id/cloud-common.html',
'/uniCloud/uni-id': '/uniCloud/uni-id/old.html',
'/uts/': '/uni-app-x/uts/'
'/uts/': '/uni-app-x/uts/',
'/uni-app-x/unicloud/': '/uni-app-x/api/unicloud/'
}
export default ({ fullPath, path, hash }) => {
......
......@@ -55,10 +55,10 @@
* [web-view组件上下文对象](create-webview-context.md)
* [video组件上下文对象](create-video-context.md)
* uniCloud客户端API
* [概述](../unicloud/README.md)
* [云函数](../unicloud/function.md)
* [云对象](../unicloud/object.md)
* [数据库](../unicloud/database.md)
* [云存储](../unicloud/storage.md)
* [其他API](../unicloud/utils.md)
* [概述](unicloud/README.md)
* [云函数](unicloud/function.md)
* [云对象](unicloud/object.md)
* [数据库](unicloud/database.md)
* [云存储](unicloud/storage.md)
* [其他API](unicloud/utils.md)
* [其他EXT API](ext.md)
\ No newline at end of file
......@@ -90,7 +90,7 @@ uvue的策略是:在新建页面时,提供一个选项,让开发者选择
<!-- #ifdef APP -->
<scroll-view style="flex:1">
<!-- #endif -->
<!-- #ifdef APP -->
</scroll-view>
<!-- #endif -->
......@@ -112,7 +112,7 @@ uvue的策略是:在新建页面时,提供一个选项,让开发者选择
- 自定义导航栏
如果开发者想要自定义导航栏,首先在pages.json里对应页面的style里设置`"navigationStyle": "custom"`,关闭原生导航栏。
然后编写自定义的导航栏组件[<uni-navbar-lite>](https://ext.dcloud.net.cn/plugin?id=14618),那么推荐的页面代码结构为:
然后编写自定义的导航栏组件[\<uni-navbar-lite>](https://ext.dcloud.net.cn/plugin?id=14618),那么推荐的页面代码结构为:
```html
<template>
......@@ -121,7 +121,7 @@ uvue的策略是:在新建页面时,提供一个选项,让开发者选择
<!-- #ifdef APP -->
<scroll-view style="flex:1">
<!-- #endif -->
<!-- #ifdef APP -->
</scroll-view>
<!-- #endif -->
......
......@@ -9407,10 +9407,10 @@ vuepress-plugin-zooming@^1.1.8:
dependencies:
zooming "^2.1.1"
vuepress-theme-uni-app-test@^1.3.20:
version "1.3.20"
resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.20.tgz#e76df157750e0940fce51e41cb4aadfd072fe8c7"
integrity sha512-FFEm7H9hWGfpidRSbXbh+T1gAZ1SM7EhE+rw2WuqEHIS/gef7hAfWWCnW+iWEEj6Sh1mM/HuIbgoq8I3je/4PA==
vuepress-theme-uni-app-test@^1.3.21:
version "1.3.21"
resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.21.tgz#da2161ccff618e99488ce67901a7443c175395e1"
integrity sha512-Q2ixXwm9VOay+3NZK1GXSTmAbbzsOVdfZNwPtOCp5j28JzqNWyC0jYFYLzCq6gEWAe0Nl041s7ka9UgCSYViHA==
dependencies:
"@vuepress/plugin-back-to-top" "^1.9.5"
"@vuepress/theme-default" "^1.8.2"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册