提交 c2bfcba5 编写于 作者: D DCloud_LXH

chore: uni-app-x api

上级 d6b8e576
......@@ -33,46 +33,94 @@
* [web-view](component/web-view.md)
* [animation-view](component/animation-view.md)
* API
* [exit](api/exit.md)
* [previewImage](api/previewImage.md)
* [closePreviewImage](api/closePreviewImage.md)
* [showToast](api/showToast.md)
* [hideToast](api/hideToast.md)
* [showLoading](api/showLoading.md)
* [hideLoading](api/hideLoading.md)
* [showModal](api/showModal.md)
* [showActionSheet](api/showActionSheet.md)
* [getNetworkType](api/getNetworkType.md)
* [request](api/request.md)
* [downloadFile](api/downloadFile.md)
* [connectSocket](api/connectSocket.md)
* [onSocketOpen](api/onSocketOpen.md)
* [onSocketError](api/onSocketError.md)
* [sendSocketMessage](api/sendSocketMessage.md)
* [onSocketMessage](api/onSocketMessage.md)
* [closeSocket](api/closeSocket.md)
* [onSocketClose](api/onSocketClose.md)
* [setStorage](api/setStorage.md)
* [setStorageSync](api/setStorageSync.md)
* [getStorage](api/getStorage.md)
* [getStorageSync](api/getStorageSync.md)
* [getStorageInfo](api/getStorageInfo.md)
* [getStorageInfoSync](api/getStorageInfoSync.md)
* [removeStorage](api/removeStorage.md)
* [removeStorageSync](api/removeStorageSync.md)
* [clearStorage](api/clearStorage.md)
* [clearStorageSync](api/clearStorageSync.md)
* [getLocation](api/getLocation.md)
* [getLocation](api/getLocation.md)
* [chooseImage](api/chooseImage.md)
* [saveImageToPhotosAlbum](api/saveImageToPhotosAlbum.md)
* [getAppBaseInfo](api/getAppBaseInfo.md)
* [getDeviceInfo](api/getDeviceInfo.md)
* [getAppAuthorizeSetting](api/getAppAuthorizeSetting.md)
* [getSystemInfo](api/getSystemInfo.md)
* [getSystemInfoSync](api/getSystemInfoSync.md)
* [getWindowInfo](api/getWindowInfo.md)
* [getSystemSetting](api/getSystemSetting.md)
* 基础
* [getApp](api/getApp.md)
* [getCurrentPages](api/getCurrentPages.md)
* [$on](api/$on.md)
* [$off](api/$off.md)
* [$once](api/$once.md)
* [$emit](api/$emit.md)
* [exit](api/exit.md)
* 路由
* [getLaunchOptionsSync](api/getLaunchOptionsSync.md)
* [navigateTo](api/navigateTo.md)
* [redirectTo](api/redirectTo.md)
* [reLaunch](api/reLaunch.md)
* [switchTab](api/switchTab.md)
* [navigateBack](api/navigateBack.md)
* [setNavigationBarColor](api/setNavigationBarColor.md)
* [setTabBarBadge](api/setTabBarBadge.md)
* [removeTabBarBadge](api/removeTabBarBadge.md)
* [setTabBarItem](api/setTabBarItem.md)
* [setTabBarStyle](api/setTabBarStyle.md)
* [hideTabBar](api/hideTabBar.md)
* [showTabBar](api/showTabBar.md)
* [showTabBarRedDot](api/showTabBarRedDot.md)
* [hideTabBarRedDot](api/hideTabBarRedDot.md)
* 界面
* [loadFontFace](api/loadFontFace.md)
* [pageScrollTo](api/pageScrollTo.md)
* [startPullDownRefresh](api/startPullDownRefresh.md)
* [stopPullDownRefresh](api/stopPullDownRefresh.md)
* [onTabBarMidButtonTap](api/onTabBarMidButtonTap.md)
* [previewImage](api/previewImage.md)
* [closePreviewImage](api/closePreviewImage.md)
* [showToast](api/showToast.md)
* [hideToast](api/hideToast.md)
* [showLoading](api/showLoading.md)
* [hideLoading](api/hideLoading.md)
* [showModal](api/showModal.md)
* [showActionSheet](api/showActionSheet.md)
* 组件
* [createSelectorQuery](api/createSelectorQuery.md)
* 网络
* [getNetworkType](api/getNetworkType.md)
* [request](api/request.md)
* [uploadFile](api/uploadFile.md)
* [downloadFile](api/downloadFile.md)
* [connectSocket](api/connectSocket.md)
* [onSocketOpen](api/onSocketOpen.md)
* [onSocketError](api/onSocketError.md)
* [sendSocketMessage](api/sendSocketMessage.md)
* [onSocketMessage](api/onSocketMessage.md)
* [closeSocket](api/closeSocket.md)
* [onSocketClose](api/onSocketClose.md)
* 存储
* [setStorage](api/setStorage.md)
* [setStorageSync](api/setStorageSync.md)
* [getStorage](api/getStorage.md)
* [getStorageSync](api/getStorageSync.md)
* [getStorageInfo](api/getStorageInfo.md)
* [getStorageInfoSync](api/getStorageInfoSync.md)
* [removeStorage](api/removeStorage.md)
* [removeStorageSync](api/removeStorageSync.md)
* [clearStorage](api/clearStorage.md)
* [clearStorageSync](api/clearStorageSync.md)
* 定位
* [getLocation](api/getLocation.md)
* 媒体
* [createInnerAudioContext](api/createInnerAudioContext.md)
* [getBackgroundAudioManager](api/getBackgroundAudioManager.md)
* [getFileSystemManager](api/getFileSystemManager.md)
* [chooseImage](api/chooseImage.md)
* [getImageInfo](api/getImageInfo.md)
* [saveImageToPhotosAlbum](api/saveImageToPhotosAlbum.md)
* [compressImage](api/compressImage.md)
* [chooseVideo](api/chooseVideo.md)
* [getVideoInfo](api/getVideoInfo.md)
* [saveVideoToPhotosAlbum](api/saveVideoToPhotosAlbum.md)
* [compressVideo](api/compressVideo.md)
* 设备
* [getAppAuthorizeSetting](api/getAppAuthorizeSetting.md)
* [getAppBaseInfo](api/getAppBaseInfo.md)
* [getDeviceInfo](api/getDeviceInfo.md)
* [getSystemInfo](api/getSystemInfo.md)
* [getSystemInfoSync](api/getSystemInfoSync.md)
* [getWindowInfo](api/getWindowInfo.md)
* [getSystemSetting](api/getSystemSetting.md)
* [openAppAuthorizeSetting](api/openAppAuthorizeSetting.md)
* [getAccessibilityInfo](api/getAccessibilityInfo.md)
* [getRecorderManager](api/getRecorderManager.md)
* CSS
* [CSS概述](css/README.md)
* [align-content](css/align-content.md)
......
## uni.$emit(eventName, args) @$emit
<!-- UTSAPIJSON.$emit.description -->
<!-- UTSAPIJSON.$emit.param -->
<!-- UTSAPIJSON.$emit.returnValue -->
<!-- UTSAPIJSON.$emit.compatibility -->
<!-- UTSAPIJSON.$emit.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.$off(eventName, callback) @$off
<!-- UTSAPIJSON.$off.description -->
<!-- UTSAPIJSON.$off.param -->
<!-- UTSAPIJSON.$off.returnValue -->
<!-- UTSAPIJSON.$off.compatibility -->
<!-- UTSAPIJSON.$off.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.$on(eventName, callback) @$on
<!-- UTSAPIJSON.$on.description -->
<!-- UTSAPIJSON.$on.param -->
<!-- UTSAPIJSON.$on.returnValue -->
<!-- UTSAPIJSON.$on.compatibility -->
<!-- UTSAPIJSON.$on.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.$once(eventName, callback) @$once
<!-- UTSAPIJSON.$once.description -->
<!-- UTSAPIJSON.$once.param -->
<!-- UTSAPIJSON.$once.returnValue -->
<!-- UTSAPIJSON.$once.compatibility -->
<!-- UTSAPIJSON.$once.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.chooseVideo(options) @choosevideo
<!-- UTSAPIJSON.chooseVideo.description -->
<!-- UTSAPIJSON.chooseVideo.param -->
<!-- UTSAPIJSON.chooseVideo.returnValue -->
<!-- UTSAPIJSON.chooseVideo.compatibility -->
<!-- UTSAPIJSON.chooseVideo.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.compressImage(options) @compressimage
<!-- UTSAPIJSON.compressImage.description -->
<!-- UTSAPIJSON.compressImage.param -->
<!-- UTSAPIJSON.compressImage.returnValue -->
<!-- UTSAPIJSON.compressImage.compatibility -->
<!-- UTSAPIJSON.compressImage.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.compressVideo(options) @compressvideo
<!-- UTSAPIJSON.compressVideo.description -->
<!-- UTSAPIJSON.compressVideo.param -->
<!-- UTSAPIJSON.compressVideo.returnValue -->
<!-- UTSAPIJSON.compressVideo.compatibility -->
<!-- UTSAPIJSON.compressVideo.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.createInnerAudioContext() @createinneraudiocontext
<!-- UTSAPIJSON.createInnerAudioContext.description -->
<!-- UTSAPIJSON.createInnerAudioContext.param -->
<!-- UTSAPIJSON.createInnerAudioContext.returnValue -->
<!-- UTSAPIJSON.createInnerAudioContext.compatibility -->
<!-- UTSAPIJSON.createInnerAudioContext.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.createSelectorQuery() @createselectorquery
<!-- UTSAPIJSON.createSelectorQuery.description -->
<!-- UTSAPIJSON.createSelectorQuery.param -->
<!-- UTSAPIJSON.createSelectorQuery.returnValue -->
<!-- UTSAPIJSON.createSelectorQuery.compatibility -->
<!-- UTSAPIJSON.createSelectorQuery.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.getAccessibilityInfo() @getaccessibilityinfo
<!-- UTSAPIJSON.getAccessibilityInfo.description -->
<!-- UTSAPIJSON.getAccessibilityInfo.param -->
<!-- UTSAPIJSON.getAccessibilityInfo.returnValue -->
<!-- UTSAPIJSON.getAccessibilityInfo.compatibility -->
<!-- UTSAPIJSON.getAccessibilityInfo.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.getApp(opts?) @getapp
<!-- UTSAPIJSON.getApp.description -->
<!-- UTSAPIJSON.getApp.param -->
<!-- UTSAPIJSON.getApp.returnValue -->
<!-- UTSAPIJSON.getApp.compatibility -->
<!-- UTSAPIJSON.getApp.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.getBackgroundAudioManager() @getbackgroundaudiomanager
<!-- UTSAPIJSON.getBackgroundAudioManager.description -->
<!-- UTSAPIJSON.getBackgroundAudioManager.param -->
<!-- UTSAPIJSON.getBackgroundAudioManager.returnValue -->
<!-- UTSAPIJSON.getBackgroundAudioManager.compatibility -->
<!-- UTSAPIJSON.getBackgroundAudioManager.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.getCurrentPages() @getcurrentpages
<!-- UTSAPIJSON.getCurrentPages.description -->
<!-- UTSAPIJSON.getCurrentPages.param -->
<!-- UTSAPIJSON.getCurrentPages.returnValue -->
<!-- UTSAPIJSON.getCurrentPages.compatibility -->
<!-- UTSAPIJSON.getCurrentPages.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.getFileSystemManager() @getfilesystemmanager
<!-- UTSAPIJSON.getFileSystemManager.description -->
<!-- UTSAPIJSON.getFileSystemManager.param -->
<!-- UTSAPIJSON.getFileSystemManager.returnValue -->
<!-- UTSAPIJSON.getFileSystemManager.compatibility -->
<!-- UTSAPIJSON.getFileSystemManager.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.getImageInfo(options) @getimageinfo
<!-- UTSAPIJSON.getImageInfo.description -->
<!-- UTSAPIJSON.getImageInfo.param -->
<!-- UTSAPIJSON.getImageInfo.returnValue -->
<!-- UTSAPIJSON.getImageInfo.compatibility -->
<!-- UTSAPIJSON.getImageInfo.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.getLaunchOptionsSync() @getlaunchoptionssync
<!-- UTSAPIJSON.getLaunchOptionsSync.description -->
<!-- UTSAPIJSON.getLaunchOptionsSync.param -->
<!-- UTSAPIJSON.getLaunchOptionsSync.returnValue -->
<!-- UTSAPIJSON.getLaunchOptionsSync.compatibility -->
<!-- UTSAPIJSON.getLaunchOptionsSync.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.getRecorderManager() @getrecordermanager
<!-- UTSAPIJSON.getRecorderManager.description -->
<!-- UTSAPIJSON.getRecorderManager.param -->
<!-- UTSAPIJSON.getRecorderManager.returnValue -->
<!-- UTSAPIJSON.getRecorderManager.compatibility -->
<!-- UTSAPIJSON.getRecorderManager.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.getVideoInfo(options) @getvideoinfo
<!-- UTSAPIJSON.getVideoInfo.description -->
<!-- UTSAPIJSON.getVideoInfo.param -->
<!-- UTSAPIJSON.getVideoInfo.returnValue -->
<!-- UTSAPIJSON.getVideoInfo.compatibility -->
<!-- UTSAPIJSON.getVideoInfo.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.hideTabBar(options?) @hidetabbar
<!-- UTSAPIJSON.hideTabBar.description -->
<!-- UTSAPIJSON.hideTabBar.param -->
<!-- UTSAPIJSON.hideTabBar.returnValue -->
<!-- UTSAPIJSON.hideTabBar.compatibility -->
<!-- UTSAPIJSON.hideTabBar.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.hideTabBarRedDot(options) @hidetabbarreddot
<!-- UTSAPIJSON.hideTabBarRedDot.description -->
<!-- UTSAPIJSON.hideTabBarRedDot.param -->
<!-- UTSAPIJSON.hideTabBarRedDot.returnValue -->
<!-- UTSAPIJSON.hideTabBarRedDot.compatibility -->
<!-- UTSAPIJSON.hideTabBarRedDot.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.loadFontFace(options) @loadfontface
<!-- UTSAPIJSON.loadFontFace.description -->
<!-- UTSAPIJSON.loadFontFace.param -->
<!-- UTSAPIJSON.loadFontFace.returnValue -->
<!-- UTSAPIJSON.loadFontFace.compatibility -->
<!-- UTSAPIJSON.loadFontFace.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.navigateBack(options?) @navigateback
<!-- UTSAPIJSON.navigateBack.description -->
<!-- UTSAPIJSON.navigateBack.param -->
<!-- UTSAPIJSON.navigateBack.returnValue -->
<!-- UTSAPIJSON.navigateBack.compatibility -->
<!-- UTSAPIJSON.navigateBack.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.navigateTo(options) @navigateto
<!-- UTSAPIJSON.navigateTo.description -->
<!-- UTSAPIJSON.navigateTo.param -->
<!-- UTSAPIJSON.navigateTo.returnValue -->
<!-- UTSAPIJSON.navigateTo.compatibility -->
<!-- UTSAPIJSON.navigateTo.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.onTabBarMidButtonTap(options) @ontabbarmidbuttontap
<!-- UTSAPIJSON.onTabBarMidButtonTap.description -->
<!-- UTSAPIJSON.onTabBarMidButtonTap.param -->
<!-- UTSAPIJSON.onTabBarMidButtonTap.returnValue -->
<!-- UTSAPIJSON.onTabBarMidButtonTap.compatibility -->
<!-- UTSAPIJSON.onTabBarMidButtonTap.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.openAppAuthorizeSetting(options) @openappauthorizesetting
<!-- UTSAPIJSON.openAppAuthorizeSetting.description -->
<!-- UTSAPIJSON.openAppAuthorizeSetting.param -->
<!-- UTSAPIJSON.openAppAuthorizeSetting.returnValue -->
<!-- UTSAPIJSON.openAppAuthorizeSetting.compatibility -->
<!-- UTSAPIJSON.openAppAuthorizeSetting.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.pageScrollTo(options) @pagescrollto
<!-- UTSAPIJSON.pageScrollTo.description -->
<!-- UTSAPIJSON.pageScrollTo.param -->
<!-- UTSAPIJSON.pageScrollTo.returnValue -->
<!-- UTSAPIJSON.pageScrollTo.compatibility -->
<!-- UTSAPIJSON.pageScrollTo.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.reLaunch(options) @relaunch
<!-- UTSAPIJSON.reLaunch.description -->
<!-- UTSAPIJSON.reLaunch.param -->
<!-- UTSAPIJSON.reLaunch.returnValue -->
<!-- UTSAPIJSON.reLaunch.compatibility -->
<!-- UTSAPIJSON.reLaunch.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.redirectTo(options) @redirectto
<!-- UTSAPIJSON.redirectTo.description -->
<!-- UTSAPIJSON.redirectTo.param -->
<!-- UTSAPIJSON.redirectTo.returnValue -->
<!-- UTSAPIJSON.redirectTo.compatibility -->
<!-- UTSAPIJSON.redirectTo.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.removeTabBarBadge(options) @removetabbarbadge
<!-- UTSAPIJSON.removeTabBarBadge.description -->
<!-- UTSAPIJSON.removeTabBarBadge.param -->
<!-- UTSAPIJSON.removeTabBarBadge.returnValue -->
<!-- UTSAPIJSON.removeTabBarBadge.compatibility -->
<!-- UTSAPIJSON.removeTabBarBadge.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.saveVideoToPhotosAlbum(options) @savevideotophotosalbum
<!-- UTSAPIJSON.saveVideoToPhotosAlbum.description -->
<!-- UTSAPIJSON.saveVideoToPhotosAlbum.param -->
<!-- UTSAPIJSON.saveVideoToPhotosAlbum.returnValue -->
<!-- UTSAPIJSON.saveVideoToPhotosAlbum.compatibility -->
<!-- UTSAPIJSON.saveVideoToPhotosAlbum.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.setNavigationBarColor(options) @setnavigationbarcolor
<!-- UTSAPIJSON.setNavigationBarColor.description -->
<!-- UTSAPIJSON.setNavigationBarColor.param -->
<!-- UTSAPIJSON.setNavigationBarColor.returnValue -->
<!-- UTSAPIJSON.setNavigationBarColor.compatibility -->
<!-- UTSAPIJSON.setNavigationBarColor.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.setTabBarBadge(options) @settabbarbadge
<!-- UTSAPIJSON.setTabBarBadge.description -->
<!-- UTSAPIJSON.setTabBarBadge.param -->
<!-- UTSAPIJSON.setTabBarBadge.returnValue -->
<!-- UTSAPIJSON.setTabBarBadge.compatibility -->
<!-- UTSAPIJSON.setTabBarBadge.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.setTabBarItem(options) @settabbaritem
<!-- UTSAPIJSON.setTabBarItem.description -->
<!-- UTSAPIJSON.setTabBarItem.param -->
<!-- UTSAPIJSON.setTabBarItem.returnValue -->
<!-- UTSAPIJSON.setTabBarItem.compatibility -->
<!-- UTSAPIJSON.setTabBarItem.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.setTabBarStyle(options) @settabbarstyle
<!-- UTSAPIJSON.setTabBarStyle.description -->
<!-- UTSAPIJSON.setTabBarStyle.param -->
<!-- UTSAPIJSON.setTabBarStyle.returnValue -->
<!-- UTSAPIJSON.setTabBarStyle.compatibility -->
<!-- UTSAPIJSON.setTabBarStyle.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.showTabBar(options?) @showtabbar
<!-- UTSAPIJSON.showTabBar.description -->
<!-- UTSAPIJSON.showTabBar.param -->
<!-- UTSAPIJSON.showTabBar.returnValue -->
<!-- UTSAPIJSON.showTabBar.compatibility -->
<!-- UTSAPIJSON.showTabBar.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.showTabBarRedDot(options) @showtabbarreddot
<!-- UTSAPIJSON.showTabBarRedDot.description -->
<!-- UTSAPIJSON.showTabBarRedDot.param -->
<!-- UTSAPIJSON.showTabBarRedDot.returnValue -->
<!-- UTSAPIJSON.showTabBarRedDot.compatibility -->
<!-- UTSAPIJSON.showTabBarRedDot.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.startPullDownRefresh(options?) @startpulldownrefresh
<!-- UTSAPIJSON.startPullDownRefresh.description -->
<!-- UTSAPIJSON.startPullDownRefresh.param -->
<!-- UTSAPIJSON.startPullDownRefresh.returnValue -->
<!-- UTSAPIJSON.startPullDownRefresh.compatibility -->
<!-- UTSAPIJSON.startPullDownRefresh.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.stopPullDownRefresh() @stoppulldownrefresh
<!-- UTSAPIJSON.stopPullDownRefresh.description -->
<!-- UTSAPIJSON.stopPullDownRefresh.param -->
<!-- UTSAPIJSON.stopPullDownRefresh.returnValue -->
<!-- UTSAPIJSON.stopPullDownRefresh.compatibility -->
<!-- UTSAPIJSON.stopPullDownRefresh.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.switchTab(options) @switchtab
<!-- UTSAPIJSON.switchTab.description -->
<!-- UTSAPIJSON.switchTab.param -->
<!-- UTSAPIJSON.switchTab.returnValue -->
<!-- UTSAPIJSON.switchTab.compatibility -->
<!-- UTSAPIJSON.switchTab.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
## uni.uploadFile(options) @uploadfile
<!-- UTSAPIJSON.uploadFile.description -->
<!-- UTSAPIJSON.uploadFile.param -->
<!-- UTSAPIJSON.uploadFile.returnValue -->
<!-- UTSAPIJSON.uploadFile.compatibility -->
<!-- UTSAPIJSON.uploadFile.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
......@@ -145,9 +145,7 @@ uni自带API,如下为目前支持的清单。
* [x] uni.$once
* [x] uni.$off
### 路由
* [x] getApp
* [x] getCurrentPages
### 路由
* [x] uni.navigateTo
* [x] uni.redirectTo
* [x] uni.reLaunch
......@@ -178,6 +176,7 @@ uni自带API,如下为目前支持的清单。
* [x] uni.closePreviewImage
* [x] uni.startPullDownRefresh
* [x] uni.stopPullDownRefresh
* [x] uni.onTabBarMidButtonTap
### 组件
* [x] uni.createVideoContext
......@@ -188,17 +187,26 @@ uni自带API,如下为目前支持的清单。
* [x] uni.uploadFile
* [x] uni.downloadFile
* [x] uni.getNetworkType
* [x] uni-websocket的一系列API
* [x] uni.websocket的一系列API
### 存储
* [x] uni-storage的一系列API
* [x] uni.storage的一系列API
### 定位
* [x] uni.getLocation 一期仅支持系统定位和腾讯定位
### 媒体
* [x] uni.chooseImage 仅支持相册,不支持相机
* [x] uni.chooseVideo
* [x] uni.getImageInfo
* [x] uni.getVideoInfo
* [x] uni.compressImage
* [x] uni.compressVideo
* [x] uni.saveImageToPhotosAlbum
* [x] uni.saveVideoToPhotosAlbum
* [x] uni.createInnerAudioContext
* [x] uni.getBackgroundAudioManager
* [x] uni.getFileSystemManager
### 设备
* [x] uni.getSystemInfo
......@@ -208,10 +216,11 @@ uni自带API,如下为目前支持的清单。
* [x] uni.getAppBaseInfo
* [x] uni.getSystemSetting
* [x] uni.getAppAuthorizeSetting
* [x] uni-getbatteryinfo //已有uts插件
* [x] uni-memeorywarning //已有uts插件
* [x] uni-wifi //已有uts插件
* [x] uni-usercapturescreen //已有uts插件
* [x] uni.getbatteryinfo //已有uts插件
* [x] uni.memeorywarning //已有uts插件
* [x] uni.wifi //已有uts插件
* [x] uni.usercapturescreen //已有uts插件
* [x] uni.openAppAuthorizeSetting
### 性能
* [x] uni.getPerformance
......
......@@ -8,8 +8,8 @@
},
"scripts": {
"dev": "vuepress dev docs",
"build": "node --max_old_space_size=3072 ./node_modules/vuepress/cli.js build docs --no-cache",
"build-lite": "cross-env DOCS_LITE=true node --max_old_space_size=3072 ./node_modules/vuepress/cli.js build docs-lite --no-cache"
"build": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs --no-cache",
"build-lite": "cross-env DOCS_LITE=true node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs-lite --no-cache"
},
"repository": {
"type": "git",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册