_sidebar.md 1.5 KB
Newer Older
D
DCloud_LXH 已提交
1 2 3 4 5 6 7 8 9
* [概述](README.md)
* [项目](project.md)
* [页面](page.md)
* 教程
  * [与js开发的差别](tutorial/codegap.md)
  * [request联网教程](tutorial/request.md)
  * [复杂列表开发指南](tutorial/stickynestlist.md)
  * [全局变量与状态管理](tutorial/store.md)
  * [几种组件标记的概念澄清](tutorial/idref.md)
DCloud_Heavensoft's avatar
DCloud_Heavensoft 已提交
10 11 12
* web平台专题指南
  * [概述](web/README.md)
  * [服务端渲染ssr](web/ssr.md)
D
DCloud_LXH 已提交
13 14 15 16
* 运行和调试
  * [真机运行](https://uniapp.dcloud.net.cn/tutorial/run/run-app.html)
  * [Android审查元素](debug/android-inspector.md)
* [性能优化](performance.md)
W
x  
wanganxp 已提交
17
* [源码和示例](sample.md)
D
DCloud_LXH 已提交
18
* [uni错误规范](https://uniapp.dcloud.net.cn/tutorial/err-spec.html)
W
x  
wanganxp 已提交
19
* [跨平台框架及原生对比](select.md)
张磊 已提交
20
* 离线打包
21
  * [概述](native/README.md)
张磊 已提交
22 23 24 25 26
  * Android离线打包
    * [原生工程配置](native/use/android.md)
    * 模块配置
      * [内置模块](native/modules/android/others.md)
      * [uni-ad](native/modules/android/uni-ad.md)
27 28
      * [uni-facialRecognitionVerify](native/modules/android/uni-facialRecognitionVerify.md)
      * [uni-payment](native/modules/android/uni-payment.md)
张磊 已提交
29
      * [uni-push](native/modules/android/uni-push.md)
30
	  * [uni-video](native/modules/android/uni-video.md)
张磊 已提交
31
      * [uni-verify](native/modules/android/uni-verify.md)
32 33 34
    * [启动与通信](native/use/androidcomm.md)
    * [自定义基座](native/debug/android.md)
    <!-- * [SDK下载](native/download/android.md) -->  
D
DCloud_LXH 已提交
35 36 37
* 更新日志
  * [正式版](release.md)
  * [Alpha 版](release-note-alpha.md)