_sidebar.md 9.7 KB
Newer Older
M
mehaotian 已提交
1
* 基础
折腾笔记 已提交
2
  * [日志打印](api/log.md)
W
wanganxp 已提交
3
  * [定时器](api/timer.md)
折腾笔记 已提交
4 5
  * [uni.base64ToArrayBuffer](api/base64ToArrayBuffer?id=base64toarraybuffer)
  * [uni.arrayBufferToBase64](api/arrayBufferToBase64?id=arraybuffertobase64)
W
wangyaqi 已提交
6
  * [生命周期](api/lifecycle.md)
M
mehaotian 已提交
7
  * [应用级事件](api/application.md)
M
mehaotian 已提交
8 9 10 11
* 网络
  * [发起请求](api/request/request.md)
  * [上传、下载](api/request/network-file.md)
  * [WebSocket](api/request/websocket.md)
折腾笔记 已提交
12 13
  * [SocketTask](api/request/socket-task.md)
  * [mDNS](api/request/mDNS.md)
M
mehaotian 已提交
14 15 16 17 18 19 20
  * [UDP 通信](api/request/UDP.md)
* 路由与页面跳转
  * [uni.navigateTo](/api/router?id=navigateto)
  * [uni.redirectTo](/api/router?id=redirectto)
  * [uni.reLaunch](/api/router?id=relaunch)
  * [uni.switchTab](/api/router?id=switchtab)
  * [uni.navigateBack](/api/router?id=navigateback)
d-u-a's avatar
d-u-a 已提交
21
  * [uni.preloadPage](/api/preload-page)
M
mehaotian 已提交
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
  * [窗口动画](/api/router?id=animation)
* 数据缓存
  * [uni.setStorage](/api/storage/storage?id=setstorage)
  * [uni.setStorageSync](/api/storage/storage?id=setStorageSync)
  * [uni.getStorage](/api/storage/storage?id=getStorage)
  * [uni.getStorageSync](/api/storage/storage?id=getStorageSync)
  * [uni.getStorageInfo](/api/storage/storage?id=getStorageInfo)
  * [uni.getStorageInfoSync](/api/storage/storage?id=getStorageInfoSync)
  * [uni.removeStorage](/api/storage/storage?id=removeStorage)
  * [uni.removeStorageSync](/api/storage/storage?id=removeStorageSync)
  * [uni.clearStorage](/api/storage/storage?id=clearStorage)
  * [uni.clearStorageSync](/api/storage/storage?id=clearstoragesync)
* 位置
  * [获取位置](api/location/location.md)
  * [查看位置](api/location/open-location.md)
  * [地图组件控制](api/location/map.md)
* 媒体
  * [图片](api/media/image.md)
  * [录音管理](api/media/record-manager.md)
  * [背景音频播放管理](api/media/background-audio-manager.md)
  * [音频组件控制](api/media/audio-context.md)
  * [视频](api/media/video.md)
  * [视频组件控制](api/media/video-context.md)
  * [相机组件控制](api/media/camera-context.md)
折腾笔记 已提交
46 47
  * [直播组件控制](api/media/live-player-context.md)
  * [富文本](api/media/editor-context.md)
48
  * [音视频合成](api/media/media-container.md)
M
mehaotian 已提交
49 50 51 52
* 设备
  * [系统信息](api/system/info.md)
  * [内存](api/system/memory.md)
  * [网络状态](api/system/network.md)
d-u-a's avatar
d-u-a 已提交
53
  * [系统主题](api/system/theme.md)
M
mehaotian 已提交
54 55 56 57 58 59 60 61 62
  * [加速度计](api/system/accelerometer.md)
  * [罗盘](api/system/compass.md)
  * [陀螺仪](api/system/gyroscope.md)
  * [拨打电话](api/system/phone.md)
  * [扫码](api/system/barcode.md)
  * [剪贴板](api/system/clipboard.md)
  * [屏幕](api/system/brightness.md)
  * [用户截屏事件](api/system/capture-screen.md)
  * [振动](api/system/vibrate.md)
折腾笔记 已提交
63 64 65 66 67 68 69 70
  * [手机联系人](api/system/contact.md)
  * [蓝牙](api/system/bluetooth.md)
  * [低功耗蓝牙](api/system/ble.md)
  * [iBeacon](api/system/ibeacon.md)
  * [Wi-Fi](api/system/wifi.md)
  * [电量](api/system/batteryInfo.md)
  * [NFC](api/system/nfc.md)
  * [设备方向](api/system/deviceMotion.md)
雪洛's avatar
雪洛 已提交
71
  * [生物认证](api/system/authentication.md)
W
wanganxp 已提交
72
* [Worker](api/worker.md)
M
mehaotian 已提交
73 74
* 键盘
  * [uni.hideKeyboard](/api/key?id=hidekeyboard)
折腾笔记 已提交
75
  * [uni.onKeyboardHeightChange](/api/key?id=onkeyboardheightchange)
M
mehaotian 已提交
76 77 78 79 80 81 82 83 84 85 86
* 界面
  * [交互反馈](api/ui/prompt.md)
  * [设置导航条](api/ui/navigationbar.md)
  * [设置TabBar](api/ui/tabbar.md)
  * [背景](api/ui/bgcolor.md)
  * [动画](api/ui/animation?id=unicreateanimationobject)
  * [滚动](api/ui/scroll)
  * [窗口](api/ui/window.md)
  * [字体](api/ui/font.md)
  * [下拉刷新](api/ui/pulldown.md)
  * [节点信息](api/ui/nodes-info.md)
折腾笔记 已提交
87 88 89 90 91 92 93
  * [节点布局相交状态](api/ui/intersection-observer.md)
  * [自定义组件](api/ui/nextTick.md)
  * [菜单](api/ui/menuButton.md)
* 页面和窗体
  * [页面](api/window/window.md)
  * [页面通讯](api/window/communication.md) 
  * [subNVue原生子窗体](api/window/subNVues.md)
M
mehaotian 已提交
94 95 96 97 98 99
* 文件
  * [uni.saveFile](/api/file/file?id=savefile)
  * [uni.getSavedFileList](/api/file/file?id=getSavedFileList)
  * [uni.getSavedFileInfo](/api/file/file?id=getSavedFileInfo)
  * [uni.removeSavedFile](/api/file/file?id=removeSavedFile)
  * [uni.getFileInfo](/api/file/file?id=getFileInfo)
折腾笔记 已提交
100 101 102
  * [uni.openDocument](/api/file/file?id=openDocument)
  * [uni.getFileSystemManager](/api/file/getFileSystemManager)
* 绘画
M
mehaotian 已提交
103 104 105 106 107 108 109
	* [uni.createOffscreenCanvas](api/canvas/createOffscreenCanvas.md)
	* [uni.createCanvasContext](api/canvas/createCanvasContext.md)
	* [uni.canvasToTempFilePath](api/canvas/canvasToTempFilePath.md)
	* [uni.canvasPutImageData](api/canvas/canvasPutImageData.md)
	* [uni.canvasGetImageData](api/canvas/canvasGetImageData.md)
	* [CanvasContext](api/canvas/CanvasContext.md)
	* [CanvasGradient](api/canvas/CanvasGradient.md)
d-u-a's avatar
d-u-a 已提交
110 111
* 广告
  * [激励视频广告](api/ad/rewarded-video-ad.md)
d-u-a's avatar
d-u-a 已提交
112
  * [插屏广告](api/ad/interstitial-ad.md)
M
mehaotian 已提交
113 114 115 116 117 118 119 120 121 122 123 124 125 126
* 第三方服务
  * [获取服务供应商](api/plugins/provider.md)
  * [登录](api/plugins/login.md)
  * [分享](api/plugins/share.md)
  * [支付](api/plugins/payment.md)
  * [推送](api/plugins/push.md)
  * [语音](api/plugins/voice.md)
* 平台扩展
  * [App原生插件](api/extend/native-plugin.md)
* 其他
  * [授权](api/other/authorize.md)
  * [设置](api/other/setting.md)
  * [收货地址](api/other/choose-address.md)
  * [获取发票抬头](api/other/invoice-title.md)
折腾笔记 已提交
127 128
  * [小程序跳转](api/other/open-miniprogram.md)
  * [账号信息](api/other/getAccountInfoSync.md)
M
mehaotian 已提交
129
  * [运动(计步器)](api/other/sport.md)
折腾笔记 已提交
130
  * [统计](api/other/report.md)
M
mehaotian 已提交
131 132
  * [卡券](api/other/card.md)
  * [模板消息](api/other/template.md)
133
  * [订阅消息](api/other/requestSubscribeMessage.md)
M
mehaotian 已提交
134 135
  * [小程序更新](api/other/update.md)
  * [调试](api/other/set-enable-debug.md)
折腾笔记 已提交
136
  * [获取第三方平台数据](api/other/get-extconfig.md)
M
mehaotian 已提交
137
<li></li>
雪洛's avatar
雪洛 已提交
138
<div class="contact-box">
139 140 141 142 143 144
  <a href="//unicloud.dcloud.net.cn" target="_blank" class="contact-item">
  	<img src="//img.cdn.aliyun.dcloud.net.cn/uni-app/cloud%402x.jpg" width="20" height="20"/>
  	<div class="contact-smg">
  		<div>uniCloud Web控制台</div>
  	</div>
  </a>
M
mehaotian 已提交
145 146 147 148 149
  <a href="//ask.dcloud.net.cn/explore/" target="_blank" class="contact-item">
  	<img src="//img-cdn-qiniu.dcloud.net.cn/uniapp/doc/d@2x.png" width="20" height="20"/>
  	<div class="contact-smg">
  		<div>论坛</div>
  	</div>
雪洛's avatar
雪洛 已提交
150 151 152 153 154 155 156 157 158 159 160 161
  </a>
  <a href="https://uniad.dcloud.net.cn" target="_blank" class="contact-item">
    <img src="//img.cdn.aliyun.dcloud.net.cn/uni-app/uniad-520.png" width="20" height="20"/>
    <div class="contact-smg">
      <div>uniAD</div>
    </div>
  </a>
  <a href="https://tongji.dcloud.net.cn/" target="_blank" class="contact-item">
    <img src="//img-cdn-qiniu.dcloud.net.cn/uniapp/doc/uni-tongji-icon.png" width="20" height="20"/>
    <div class="contact-smg">
      <div>uni统计</div>
    </div>
M
mehaotian 已提交
162 163 164 165 166 167 168 169 170 171
  </a>
	<div class="contact-item">
		<img src="//img-cdn-qiniu.dcloud.net.cn/uniapp/doc/git-1.png" width="20" height="20"/>
		<div class="contact-smg">
			<div>
	      代码仓库:<a href="https://gitee.com/dcloud/uni-app" target="_blank">码云</a><a href="http://github.com/dcloudio/uni-app" target="_blank">GitHub</a>
	    </div>
		</div>
	</div>
	<div class="contact-item">
雪洛's avatar
雪洛 已提交
172 173 174 175
	  <img src="//img-cdn-qiniu.dcloud.net.cn/uniapp/doc/qq@2x.png" width="20" height="20"/>
	  <div class="contact-smg">
	     <div>官方QQ交流群</div>
	  <div>群2:901474938 &nbsp;<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=9df5ddc7741b615326497956983b602a1dde6e65340e5cf375ceba9662ad5f1e">点此加入</a></div>
折腾笔记 已提交
176 177 178
		<div>群35:713420817(2000人已满)</div>
		<div>群34:530305531(2000人已满)</div>
		<div>群33:498071674(2000人已满)</div>
雪洛's avatar
雪洛 已提交
179 180 181 182 183 184 185 186 187 188 189
		<div>群32:166188631(2000人已满)</div>
		<div>群31:567471669(2000人已满)</div>
		<div>群30:371046920(2000人已满)</div>
		<div>群29:202965481(2000人已满)</div>
		<div>群28:166188776(2000人已满)</div>
		<div>群27:811363410(2000人已满)</div>
		<div>群26:147867597(2000人已满)</div>
		<div>群25:165297000(2000人已满)</div>
		<div>群24:672494800(2000人已满)</div>
		<div>群23:599958679(2000人已满)</div>
		<div>群22:687186952(2000人已满)</div>
折腾笔记 已提交
190
		<div>群21:717019120(2000人已满)</div>
雪洛's avatar
雪洛 已提交
191 192 193 194 195 196 197 198 199 200
		<div>群20:165796402(2000人已满)</div>
		<div>群19:165657124(2000人已满)</div>
		<div>群18:698592271(2000人已满)</div>
		<div>群17:951348804(2000人已满)</div>
		<div>群16:719211033(2000人已满)</div>
		<div>群15:516984120(2000人已满)</div>
		<div>群14:465953250(2000人已满)</div>
		<div>群13:699478442(2000人已满)</div>
		<div>群12:884860657(2000人已满)</div>
		<div>群11:296811328(2000人已满)</div>
折腾笔记 已提交
201
		<div>群10:959059626(2000人已满)</div>
雪洛's avatar
雪洛 已提交
202 203 204
		<div>群9:775128777(2000人已满)</div>
		<div>群8:695442854(2000人已满)</div>
		<div>群7:942061423(2000人已满)</div>
折腾笔记 已提交
205
		<div>群6:697264024(2000人已满)</div>
雪洛's avatar
雪洛 已提交
206 207 208 209 210 211 212
		<div>群5:731951419(2000人已满)</div>
		<div>群4:942702595(2000人已满)</div>
		<div>群3:773794803(2000人已满) </div>
		<!-- <div>群2:901474938(2000人已满) </div> -->
		<div>群1:531031261(2000人已满)</div>
	  </div>
	</div>
M
mehaotian 已提交
213 214 215 216 217 218 219
  <div class="contact-item">
  	<img src="//img-cdn-qiniu.dcloud.net.cn/uniapp/doc/weixin@2x.png" width="20" height="20"/>
  	<div class="contact-smg">
  		<div>关注微信公众号</div>
  		<img src="https://img-cdn-qiniu.dcloud.net.cn/uniapp/doc/weixin.jpg" width="90" height="90"/>
  	</div>
  </div>
折腾笔记 已提交
220
</div>