_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)
雪洛's avatar
雪洛 已提交
10
* [web端开发指南](web/README.md)
D
DCloud_LXH 已提交
11 12 13 14
* 运行和调试
  * [真机运行](https://uniapp.dcloud.net.cn/tutorial/run/run-app.html)
  * [Android审查元素](debug/android-inspector.md)
* [性能优化](performance.md)
W
x  
wanganxp 已提交
15
* [源码和示例](sample.md)
D
DCloud_LXH 已提交
16
* [uni错误规范](https://uniapp.dcloud.net.cn/tutorial/err-spec.html)
W
x  
wanganxp 已提交
17
* [跨平台框架及原生对比](select.md)
张磊 已提交
18
* 离线打包
19
  * [概述](native/README.md)
张磊 已提交
20 21 22 23 24
  * Android离线打包
    * [原生工程配置](native/use/android.md)
    * 模块配置
      * [内置模块](native/modules/android/others.md)
      * [uni-ad](native/modules/android/uni-ad.md)
25 26
      * [uni-facialRecognitionVerify](native/modules/android/uni-facialRecognitionVerify.md)
      * [uni-payment](native/modules/android/uni-payment.md)
张磊 已提交
27
      * [uni-push](native/modules/android/uni-push.md)
28
	  * [uni-video](native/modules/android/uni-video.md)
张磊 已提交
29 30 31 32
      * [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)
33
    * [离线SDK](native/download/android.md)  
D
DCloud_LXH 已提交
34 35 36
* 更新日志
  * [正式版](release.md)
  * [Alpha 版](release-note-alpha.md)