_sidebar.md 7.6 KB
Newer Older
W
wanganxp 已提交
1
* [概述](README.md)
W
x  
wanganxp 已提交
2
* [项目](project.md) 
W
x  
wanganxp 已提交
3 4
* 教程
  * [与js开发的差别](tutorial/codegap.md)
W
wanganxp 已提交
5
  * [request联网教程](tutorial/request.md)
6
  * [全局变量与状态管理](tutorial/store.md)
D
DCloud_LXH 已提交
7
* 编译器
W
x  
wanganxp 已提交
8
  * [概述](compiler/README.md)
W
x  
wanganxp 已提交
9 10
  * [条件编译](https://uniapp.dcloud.net.cn/tutorial/platform.html)
  * [编译运行环境](https://uniapp.dcloud.net.cn/worktile/running-env.html)
W
x  
wanganxp 已提交
11
* 全局文件
W
x  
wanganxp 已提交
12 13 14
  * [pages.json](https://uniapp.dcloud.net.cn/collocation/pages.html)
  * [main.uts](https://uniapp.dcloud.net.cn/collocation/main.html)
  * [app.uvue](https://uniapp.dcloud.net.cn/collocation/App.html)
W
x  
wanganxp 已提交
15
  * [manifest.json](manifest.md)
W
x  
wanganxp 已提交
16 17 18
  * [AndroidManifest.xml](https://uniapp.dcloud.net.cn/tutorial/app-nativeresource-android.html)
  * [uni.scss](https://uniapp.dcloud.net.cn/collocation/uni-scss.html)
* [页面](https://uniapp.dcloud.net.cn/tutorial/page.html)
W
x  
wanganxp 已提交
19
* vue框架
W
x  
wanganxp 已提交
20
  * [概述](vue/README.md)
D
DCloud_LXH 已提交
21
  <!-- * [基础](https://uniapp.dcloud.net.cn/tutorial/vue3-basics.html)
W
x  
wanganxp 已提交
22
  * [组件](https://uniapp.dcloud.net.cn/tutorial/vue3-components.html)
D
DCloud_LXH 已提交
23
  * [API](vue/api.md) -->
W
wanganxp 已提交
24
* 组件
D
DCloud_LXH 已提交
25
  * [概述](component/README.md)
W
wanganxp 已提交
26
  * [公共属性和事件](component/common.md)
W
文档  
wanganxp 已提交
27 28 29 30
  * [view](component/view.md)
  * [scroll-view](component/scroll-view.md)
  * [list-view](component/list-view.md)
  * [swiper](component/swiper.md)
W
x  
wanganxp 已提交
31
  * [navigator](component/navigator.md)
W
文档  
wanganxp 已提交
32 33
  * [text](component/text.md)
  * [rich-text](component/rich-text.md)
W
wanganxp 已提交
34 35
  * [image](component/image.md)
  * [input](component/input.md)
W
文档  
wanganxp 已提交
36 37
  * [textarea](component/textarea.md)
  * [button](component/button.md)
38 39
  * [checkbox](component/checkbox-group.md)
  * [radio](component/radio-group.md)
W
wanganxp 已提交
40 41 42 43 44
  * [picker-view](component/picker-view.md)
  * [progress](component/progress.md)
  * [slider](component/slider.md)
  * [switch](component/switch.md)
  * [video](component/video.md)
45
  * [web-view](component/web-view.md)
W
x  
wanganxp 已提交
46
  * [animation-view](component/animation-view.md)
D
DCloud_LXH 已提交
47
* API
D
DCloud_LXH 已提交
48
  * [概述](api/README.md)
D
DCloud_LXH 已提交
49
  * 全局
D
DCloud_LXH 已提交
50 51
    * [getapp](api/getapp.md)
    * [getcurrentpages](api/getcurrentpages.md)
D
DCloud_LXH 已提交
52
  * 基础
D
DCloud_LXH 已提交
53 54
    * [事件总线event-bus](api/event-bus.md)
    * [获取启动参数](api/getlaunchoptionssync.md)
D
DCloud_LXH 已提交
55 56
    * [退出应用](api/exit.md)
  * 页面和路由
D
DCloud_LXH 已提交
57 58 59 60 61
    * [页面跳转](api/navigator.md)
    * [设置导航条颜色](api/setnavigationbarcolor.md)
    * [设置tabbar](api/set-tabbar.md)
    * [页面下拉刷新](api/pull-down-refresh.md)
    * [将页面滚动到指定位置](api/pagescrollto.md)
D
DCloud_LXH 已提交
62
  * 网络
D
DCloud_LXH 已提交
63
    * [发起请求request](api/request.md)
D
DCloud_LXH 已提交
64 65 66 67
    * [上传文件](api/uploadfile.md)
    * [下载文件](api/downloadfile.md)
    * [获取设备网络状态](api/getnetworktype.md)
    * [全局websocket](api/websocket-global.md)
D
DCloud_LXH 已提交
68
  * 界面
D
DCloud_LXH 已提交
69
    * [获取节点](api/get-element-by-id.md)
D
DCloud_LXH 已提交
70
    * [节点信息](api/nodes-info.md)
D
DCloud_LXH 已提交
71
    * [显示操作菜单](api/showactionsheet.md)
D
DCloud_LXH 已提交
72 73 74 75
    * [显示模态弹窗](api/modal.md)
    * [显示加载提示框](api/showloading.md)
    * [显示消息提示框](api/toast.md)
    * [动态加载字体](api/loadfontface.md)
D
DCloud_LXH 已提交
76
  * 设备
D
DCloud_LXH 已提交
77 78 79 80 81 82 83
    * [获取系统信息](api/getsysteminfo.md)
    * [同步获取系统信息](api/getsysteminfosync.md)
    * [获取设备信息](api/getdeviceinfo.md)
    * [获取窗口信息](api/getwindowinfo.md)
    * [获取app基础信息](api/getappbaseinfo.md)
    * [获取app授权设置](api/getappauthorizesetting.md)
    * [获取系统设置](api/getsystemsetting.md)
D
DCloud_LXH 已提交
84
  * 媒体
D
DCloud_LXH 已提交
85
    * [图片选择和预览](api/preview-image.md)
D
DCloud_LXH 已提交
86
    * [保存图片到相册](api/saveimagetophotosalbum.md)
D
DCloud_LXH 已提交
87
  * 位置
D
DCloud_LXH 已提交
88
    * [获取当前位置](api/getlocation.md)
D
DCloud_LXH 已提交
89
  * 数据存储
D
DCloud_LXH 已提交
90
    * [storage(key-value存储)](api/storage.md)
D
DCloud_LXH 已提交
91
  * 组件上下文对象
D
DCloud_LXH 已提交
92 93
    * [web-view组件上下文对象](api/createwebviewcontext.md)
    * [video组件上下文对象](api/createvideocontext.md)
雪洛's avatar
雪洛 已提交
94
  * [uniCloud客户端API](unicloud.md)
D
DCloud_LXH 已提交
95
* CSS
W
wanganxp 已提交
96
  * [CSS概述](css/README.md)
D
DCloud_LXH 已提交
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
  * [align-content](css/align-content.md)
  * [align-items](css/align-items.md)
  * [background](css/background.md)
  * [background-clip](css/background-clip.md)
  * [background-color](css/background-color.md)
  * [background-image](css/background-image.md)
  * [border](css/border.md)
  * [border-bottom-color](css/border-bottom-color.md)
  * [border-bottom-left-radius](css/border-bottom-left-radius.md)
  * [border-bottom-right-radius](css/border-bottom-right-radius.md)
  * [border-bottom-style](css/border-bottom-style.md)
  * [border-bottom-width](css/border-bottom-width.md)
  * [border-color](css/border-color.md)
  * [border-left-color](css/border-left-color.md)
  * [border-left-style](css/border-left-style.md)
  * [border-left-width](css/border-left-width.md)
  * [border-radius](css/border-radius.md)
  * [border-right-color](css/border-right-color.md)
  * [border-right-style](css/border-right-style.md)
  * [border-right-width](css/border-right-width.md)
  * [border-style](css/border-style.md)
  * [border-top-color](css/border-top-color.md)
  * [border-top-left-radius](css/border-top-left-radius.md)
  * [border-top-right-radius](css/border-top-right-radius.md)
  * [border-top-style](css/border-top-style.md)
  * [border-top-width](css/border-top-width.md)
  * [border-width](css/border-width.md)
  * [bottom](css/bottom.md)
  * [box-shadow](css/box-shadow.md)
  * [box-sizing](css/box-sizing.md)
  * [color](css/color.md)
  * [display](css/display.md)
  * [flex](css/flex.md)
  * [flex-basis](css/flex-basis.md)
  * [flex-direction](css/flex-direction.md)
  * [flex-flow](css/flex-flow.md)
  * [flex-grow](css/flex-grow.md)
  * [flex-shrink](css/flex-shrink.md)
  * [flex-wrap](css/flex-wrap.md)
  * [font-family](css/font-family.md)
  * [font-size](css/font-size.md)
  * [font-style](css/font-style.md)
  * [font-weight](css/font-weight.md)
  * [height](css/height.md)
  * [justify-content](css/justify-content.md)
  * [left](css/left.md)
  * [line-height](css/line-height.md)
  * [margin](css/margin.md)
  * [margin-bottom](css/margin-bottom.md)
  * [margin-left](css/margin-left.md)
  * [margin-right](css/margin-right.md)
  * [margin-top](css/margin-top.md)
  * [max-height](css/max-height.md)
  * [max-width](css/max-width.md)
  * [min-height](css/min-height.md)
  * [min-width](css/min-width.md)
  * [opacity](css/opacity.md)
  * [overflow](css/overflow.md)
  * [padding](css/padding.md)
  * [padding-bottom](css/padding-bottom.md)
  * [padding-left](css/padding-left.md)
  * [padding-right](css/padding-right.md)
  * [padding-top](css/padding-top.md)
  * [position](css/position.md)
  * [right](css/right.md)
  * [text-align](css/text-align.md)
  * [text-decoration](css/text-decoration.md)
  * [text-decoration-color](css/text-decoration-color.md)
  * [text-decoration-line](css/text-decoration-line.md)
  * [text-decoration-style](css/text-decoration-style.md)
  * [text-overflow](css/text-overflow.md)
D
DCloud_LXH 已提交
168
  * [text-decoration-thickness](css/text-decoration-thickness.md)
D
DCloud_LXH 已提交
169 170
  * [top](css/top.md)
  * [transform](css/transform.md)
张磊 已提交
171
  * [transform-origin](css/transform-origin.md)
D
DCloud_LXH 已提交
172 173 174 175 176 177 178
  * [transition](css/transition.md)
  * [transition-delay](css/transition-delay.md)
  * [transition-duration](css/transition-duration.md)
  * [transition-property](css/transition-property.md)
  * [transition-timing-function](css/transition-timing-function.md)
  * [width](css/width.md)
  * [z-index](css/z-index.md)
D
DCloud_LXH 已提交
179
  * [visibility](css/visibility.md)
D
DCloud_LXH 已提交
180
  * [lines](css/lines.md)
W
wanganxp 已提交
181
* UVUE DOM
D
DCloud_LXH 已提交
182
  * [DOM概述](dom/)
D
DCloud_LXH 已提交
183
  * [Element](dom/element.md)
D
DCloud_LXH 已提交
184 185 186
  * [DOMRect](dom/domrect.md)
  * [CSSStyleDeclaration](dom/cssstyledeclaration.md)
  * [DrawableContext](dom/drawablecontext.md)
W
x  
wanganxp 已提交
187
* [性能优化](performance.md)
W
x  
wanganxp 已提交
188 189
* [uni错误规范](https://uniapp.dcloud.net.cn/tutorial/err-spec.html)
* [自动化测试](https://uniapp.dcloud.net.cn/worktile/auto/quick-start.html)