Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-uni-app-x-zh
提交
483cd6cb
U
unidocs-uni-app-x-zh
项目概览
DCloud
/
unidocs-uni-app-x-zh
通知
209
Star
4
Fork
46
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
16
列表
看板
标记
里程碑
合并请求
16
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-uni-app-x-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
16
Issue
16
列表
看板
标记
里程碑
合并请求
16
合并请求
16
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
483cd6cb
编写于
6月 13, 2024
作者:
DCloud-yyl
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
补充“uni-app x 云端打包环境”文档
上级
e2ca34a4
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
58 addition
and
16 deletion
+58
-16
_sidebar.md
_sidebar.md
+41
-0
docs/_sidebar.md
docs/_sidebar.md
+17
-16
未找到文件。
_sidebar.md
0 → 100644
浏览文件 @
483cd6cb
*
[
概述
](
README.md
)
*
[
项目
](
project.md
)
*
[
页面
](
page.md
)
*
教程
*
[
与js开发的差别
](
tutorial/codegap.md
)
*
[
request联网教程
](
tutorial/request.md
)
*
[
复杂列表开发指南
](
tutorial/stickynestlist.md
)
*
[
全局变量与状态管理
](
tutorial/store.md
)
*
[
几种组件标记的概念澄清
](
tutorial/idref.md
)
*
web平台专题指南
*
[
概述
](
web/README.md
)
*
[
服务端渲染ssr
](
web/ssr.md
)
*
app平台专题指南
*
[
uni-app x 云端打包环境
](
tutorial/app-env.md
)
*
uni-app x 原生SDK和离线打包
*
[
概述
](
native/README.md
)
*
Android离线打包
*
[
原生工程配置
](
native/use/android.md
)
*
模块配置
*
[
内置模块
](
native/modules/android/others.md
)
*
[
uni-ad
](
native/modules/android/uni-ad.md
)
*
[
uni-facialRecognitionVerify
](
native/modules/android/uni-facialRecognitionVerify.md
)
*
[
uni-payment
](
native/modules/android/uni-payment.md
)
*
[
uni-push
](
native/modules/android/uni-push.md
)
*
[
uni-video
](
native/modules/android/uni-video.md
)
*
[
uni-verify
](
native/modules/android/uni-verify.md
)
*
[
启动与通信
](
native/use/androidcomm.md
)
*
[
自定义基座
](
native/debug/android.md
)
*
[
SDK下载
](
native/download/android.md
)
*
运行和调试
*
[
真机运行
](
https://uniapp.dcloud.net.cn/tutorial/run/run-app.html
)
*
[
Android审查元素
](
debug/android-inspector.md
)
*
[
uts插件Android Debug
](
https://uniapp.dcloud.net.cn/tutorial/debug/uni-uts-debug.html
)
*
[
uts插件iOS Debug
](
https://uniapp.dcloud.net.cn/tutorial/debug/uni-uts-debug-ios.html
)
*
[
性能优化
](
performance.md
)
*
[
源码和示例
](
sample.md
)
*
[
uni错误规范
](
https://uniapp.dcloud.net.cn/tutorial/err-spec.html
)
*
[
跨平台框架及原生对比
](
select.md
)
*
更新日志
*
[
正式版
](
release.md
)
*
[
Alpha 版
](
release-note-alpha.md
)
docs/_sidebar.md
浏览文件 @
483cd6cb
...
...
@@ -8,6 +8,23 @@
*
[
全局变量与状态管理
](
tutorial/store.md
)
*
[
几种组件标记的概念澄清
](
tutorial/idref.md
)
*
[
web端开发指南
](
web/README.md
)
*
app平台专题指南
*
[
uni-app x 云端打包环境
](
tutorial/app-env.md
)
*
uni-app x 原生SDK和离线打包
*
[
概述
](
native/README.md
)
*
Android离线打包
*
[
原生工程配置
](
native/use/android.md
)
*
模块配置
*
[
内置模块
](
native/modules/android/others.md
)
*
[
uni-ad
](
native/modules/android/uni-ad.md
)
*
[
uni-facialRecognitionVerify
](
native/modules/android/uni-facialRecognitionVerify.md
)
*
[
uni-payment
](
native/modules/android/uni-payment.md
)
*
[
uni-push
](
native/modules/android/uni-push.md
)
*
[
uni-video
](
native/modules/android/uni-video.md
)
*
[
uni-verify
](
native/modules/android/uni-verify.md
)
*
[
启动与通信
](
native/use/androidcomm.md
)
*
[
自定义基座
](
native/debug/android.md
)
*
[
SDK下载
](
native/download/android.md
)
*
运行和调试
*
[
真机运行
](
https://uniapp.dcloud.net.cn/tutorial/run/run-app.html
)
*
[
Android审查元素
](
debug/android-inspector.md
)
...
...
@@ -15,22 +32,6 @@
*
[
源码和示例
](
sample.md
)
*
[
uni错误规范
](
https://uniapp.dcloud.net.cn/tutorial/err-spec.html
)
*
[
跨平台框架及原生对比
](
select.md
)
*
离线打包
*
[
概述
](
native/README.md
)
*
Android离线打包
*
[
原生工程配置
](
native/use/android.md
)
*
模块配置
*
[
内置模块
](
native/modules/android/others.md
)
*
[
uni-ad
](
native/modules/android/uni-ad.md
)
*
[
uni-facialRecognitionVerify
](
native/modules/android/uni-facialRecognitionVerify.md
)
*
[
uni-payment
](
native/modules/android/uni-payment.md
)
*
[
uni-push
](
native/modules/android/uni-push.md
)
*
[
uni-video
](
native/modules/android/uni-video.md
)
*
[
uni-verify
](
native/modules/android/uni-verify.md
)
*
[
资源导入
](
native/export/export.md
)
*
[
调试
](
native/debug/android.md
)
*
[
打包发行
](
https://nativesupport.dcloud.net.cn/AppDocs/package/android.html
)
*
[
离线SDK
](
native/download/android.md
)
*
更新日志
*
[
正式版
](
release.md
)
*
[
Alpha 版
](
release-note-alpha.md
)
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录