diff --git a/docs/uni-app-x/_sidebar.md b/docs/uni-app-x/_sidebar.md index f9d4092025d71ddd3bee2ef3de1330a1295450a8..765609aeffdf8bf0816b23470ccd17d29f010a49 100644 --- a/docs/uni-app-x/_sidebar.md +++ b/docs/uni-app-x/_sidebar.md @@ -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) diff --git a/docs/uni-app-x/api/$emit.md b/docs/uni-app-x/api/$emit.md new file mode 100644 index 0000000000000000000000000000000000000000..86e7bfc168f0735595578cad14753ac8ec41450b --- /dev/null +++ b/docs/uni-app-x/api/$emit.md @@ -0,0 +1,15 @@ +## uni.$emit(eventName, args) @$emit + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/$off.md b/docs/uni-app-x/api/$off.md new file mode 100644 index 0000000000000000000000000000000000000000..0167dde57a8f4246cc4ac9ba6f4b5caf5407c518 --- /dev/null +++ b/docs/uni-app-x/api/$off.md @@ -0,0 +1,15 @@ +## uni.$off(eventName, callback) @$off + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/$on.md b/docs/uni-app-x/api/$on.md new file mode 100644 index 0000000000000000000000000000000000000000..57ebdb1ea12982b54bd1c7dc3effa67464262087 --- /dev/null +++ b/docs/uni-app-x/api/$on.md @@ -0,0 +1,15 @@ +## uni.$on(eventName, callback) @$on + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/$once.md b/docs/uni-app-x/api/$once.md new file mode 100644 index 0000000000000000000000000000000000000000..c8a4cc6fc9f8ac2399a81a5133034475d11fab4d --- /dev/null +++ b/docs/uni-app-x/api/$once.md @@ -0,0 +1,15 @@ +## uni.$once(eventName, callback) @$once + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/chooseVideo.md b/docs/uni-app-x/api/chooseVideo.md new file mode 100644 index 0000000000000000000000000000000000000000..ade1358da6164e04e1f3d496996e6ddbc2182692 --- /dev/null +++ b/docs/uni-app-x/api/chooseVideo.md @@ -0,0 +1,15 @@ +## uni.chooseVideo(options) @choosevideo + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/compressImage.md b/docs/uni-app-x/api/compressImage.md new file mode 100644 index 0000000000000000000000000000000000000000..ad1bc60b31925229943484b03dd9f647ec4c2310 --- /dev/null +++ b/docs/uni-app-x/api/compressImage.md @@ -0,0 +1,15 @@ +## uni.compressImage(options) @compressimage + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/compressVideo.md b/docs/uni-app-x/api/compressVideo.md new file mode 100644 index 0000000000000000000000000000000000000000..a7e78ac2e14029de7ae646ee12248bfa6785d000 --- /dev/null +++ b/docs/uni-app-x/api/compressVideo.md @@ -0,0 +1,15 @@ +## uni.compressVideo(options) @compressvideo + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/createInnerAudioContext.md b/docs/uni-app-x/api/createInnerAudioContext.md new file mode 100644 index 0000000000000000000000000000000000000000..6872c8fe86ec265d723d432cc60eac6e8045784a --- /dev/null +++ b/docs/uni-app-x/api/createInnerAudioContext.md @@ -0,0 +1,15 @@ +## uni.createInnerAudioContext() @createinneraudiocontext + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/createSelectorQuery.md b/docs/uni-app-x/api/createSelectorQuery.md new file mode 100644 index 0000000000000000000000000000000000000000..e5cc1ee18c2e9422c585c4b50cae75f6a7982981 --- /dev/null +++ b/docs/uni-app-x/api/createSelectorQuery.md @@ -0,0 +1,15 @@ +## uni.createSelectorQuery() @createselectorquery + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/getAccessibilityInfo.md b/docs/uni-app-x/api/getAccessibilityInfo.md new file mode 100644 index 0000000000000000000000000000000000000000..3870bdd3f0c7fa1d74271c03121a56de21b634b9 --- /dev/null +++ b/docs/uni-app-x/api/getAccessibilityInfo.md @@ -0,0 +1,15 @@ +## uni.getAccessibilityInfo() @getaccessibilityinfo + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/getApp.md b/docs/uni-app-x/api/getApp.md new file mode 100644 index 0000000000000000000000000000000000000000..9dce3b2119227b3baa201b5f5462edd822250d28 --- /dev/null +++ b/docs/uni-app-x/api/getApp.md @@ -0,0 +1,15 @@ +## uni.getApp(opts?) @getapp + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/getBackgroundAudioManager.md b/docs/uni-app-x/api/getBackgroundAudioManager.md new file mode 100644 index 0000000000000000000000000000000000000000..517339526c9b25e564c755e068fa8f7bb6e8de6d --- /dev/null +++ b/docs/uni-app-x/api/getBackgroundAudioManager.md @@ -0,0 +1,15 @@ +## uni.getBackgroundAudioManager() @getbackgroundaudiomanager + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/getCurrentPages.md b/docs/uni-app-x/api/getCurrentPages.md new file mode 100644 index 0000000000000000000000000000000000000000..bd034a06bb071566a3e486ea136cf7734a772d42 --- /dev/null +++ b/docs/uni-app-x/api/getCurrentPages.md @@ -0,0 +1,15 @@ +## uni.getCurrentPages() @getcurrentpages + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/getFileSystemManager.md b/docs/uni-app-x/api/getFileSystemManager.md new file mode 100644 index 0000000000000000000000000000000000000000..5cd493951d5dfdfb8fee972533b7089e5089b3b6 --- /dev/null +++ b/docs/uni-app-x/api/getFileSystemManager.md @@ -0,0 +1,15 @@ +## uni.getFileSystemManager() @getfilesystemmanager + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/getImageInfo.md b/docs/uni-app-x/api/getImageInfo.md new file mode 100644 index 0000000000000000000000000000000000000000..6ffcede64c62b24f46d936d0680fc6ea30ef5a9c --- /dev/null +++ b/docs/uni-app-x/api/getImageInfo.md @@ -0,0 +1,15 @@ +## uni.getImageInfo(options) @getimageinfo + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/getLaunchOptionsSync.md b/docs/uni-app-x/api/getLaunchOptionsSync.md new file mode 100644 index 0000000000000000000000000000000000000000..293829840eb4d52048a153bac48a2a68b2ed4763 --- /dev/null +++ b/docs/uni-app-x/api/getLaunchOptionsSync.md @@ -0,0 +1,15 @@ +## uni.getLaunchOptionsSync() @getlaunchoptionssync + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/getRecorderManager.md b/docs/uni-app-x/api/getRecorderManager.md new file mode 100644 index 0000000000000000000000000000000000000000..1accf2c6fcece6de4e9e7ff702b43f7422a5eb17 --- /dev/null +++ b/docs/uni-app-x/api/getRecorderManager.md @@ -0,0 +1,15 @@ +## uni.getRecorderManager() @getrecordermanager + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/getVideoInfo.md b/docs/uni-app-x/api/getVideoInfo.md new file mode 100644 index 0000000000000000000000000000000000000000..5ad6f21e7347285347e7200e12e7a0d534c55804 --- /dev/null +++ b/docs/uni-app-x/api/getVideoInfo.md @@ -0,0 +1,15 @@ +## uni.getVideoInfo(options) @getvideoinfo + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/hideTabBar.md b/docs/uni-app-x/api/hideTabBar.md new file mode 100644 index 0000000000000000000000000000000000000000..42736de726033f75472558753624c1d96f7a2b73 --- /dev/null +++ b/docs/uni-app-x/api/hideTabBar.md @@ -0,0 +1,15 @@ +## uni.hideTabBar(options?) @hidetabbar + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/hideTabBarRedDot.md b/docs/uni-app-x/api/hideTabBarRedDot.md new file mode 100644 index 0000000000000000000000000000000000000000..86ddd0901feca3f0d5ca78d29b87e1727472e1fe --- /dev/null +++ b/docs/uni-app-x/api/hideTabBarRedDot.md @@ -0,0 +1,15 @@ +## uni.hideTabBarRedDot(options) @hidetabbarreddot + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/loadFontFace.md b/docs/uni-app-x/api/loadFontFace.md new file mode 100644 index 0000000000000000000000000000000000000000..6e46a9db7dfa6980ce4c29766a0679173d7aa9cf --- /dev/null +++ b/docs/uni-app-x/api/loadFontFace.md @@ -0,0 +1,15 @@ +## uni.loadFontFace(options) @loadfontface + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/navigateBack.md b/docs/uni-app-x/api/navigateBack.md new file mode 100644 index 0000000000000000000000000000000000000000..6ecbf54e764c66b2649ac1ba5f6503f9d58349b3 --- /dev/null +++ b/docs/uni-app-x/api/navigateBack.md @@ -0,0 +1,15 @@ +## uni.navigateBack(options?) @navigateback + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/navigateTo.md b/docs/uni-app-x/api/navigateTo.md new file mode 100644 index 0000000000000000000000000000000000000000..326d4e7213b241e090447ff197d3167202f34add --- /dev/null +++ b/docs/uni-app-x/api/navigateTo.md @@ -0,0 +1,15 @@ +## uni.navigateTo(options) @navigateto + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/onTabBarMidButtonTap.md b/docs/uni-app-x/api/onTabBarMidButtonTap.md new file mode 100644 index 0000000000000000000000000000000000000000..56dc960614caaf7ef2cc91e32c39ae7a5076c7da --- /dev/null +++ b/docs/uni-app-x/api/onTabBarMidButtonTap.md @@ -0,0 +1,15 @@ +## uni.onTabBarMidButtonTap(options) @ontabbarmidbuttontap + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/openAppAuthorizeSetting.md b/docs/uni-app-x/api/openAppAuthorizeSetting.md new file mode 100644 index 0000000000000000000000000000000000000000..1d3f3aa839f08299e663c51fc752e37e58d46089 --- /dev/null +++ b/docs/uni-app-x/api/openAppAuthorizeSetting.md @@ -0,0 +1,15 @@ +## uni.openAppAuthorizeSetting(options) @openappauthorizesetting + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/pageScrollTo.md b/docs/uni-app-x/api/pageScrollTo.md new file mode 100644 index 0000000000000000000000000000000000000000..3c9cb9301164971c5033c1b705deb1783de6634e --- /dev/null +++ b/docs/uni-app-x/api/pageScrollTo.md @@ -0,0 +1,15 @@ +## uni.pageScrollTo(options) @pagescrollto + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/reLaunch.md b/docs/uni-app-x/api/reLaunch.md new file mode 100644 index 0000000000000000000000000000000000000000..5d94b84cbb411f0d421c58f6364046445aee514d --- /dev/null +++ b/docs/uni-app-x/api/reLaunch.md @@ -0,0 +1,15 @@ +## uni.reLaunch(options) @relaunch + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/redirectTo.md b/docs/uni-app-x/api/redirectTo.md new file mode 100644 index 0000000000000000000000000000000000000000..31f7501bb07037921abd5ce08c5fb0f2d294c541 --- /dev/null +++ b/docs/uni-app-x/api/redirectTo.md @@ -0,0 +1,15 @@ +## uni.redirectTo(options) @redirectto + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/removeTabBarBadge.md b/docs/uni-app-x/api/removeTabBarBadge.md new file mode 100644 index 0000000000000000000000000000000000000000..886636756d118e1ba9bb8d81299819426d16c5e9 --- /dev/null +++ b/docs/uni-app-x/api/removeTabBarBadge.md @@ -0,0 +1,15 @@ +## uni.removeTabBarBadge(options) @removetabbarbadge + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/saveVideoToPhotosAlbum.md b/docs/uni-app-x/api/saveVideoToPhotosAlbum.md new file mode 100644 index 0000000000000000000000000000000000000000..d496791803c69c17052ee1121318c946feabc74d --- /dev/null +++ b/docs/uni-app-x/api/saveVideoToPhotosAlbum.md @@ -0,0 +1,15 @@ +## uni.saveVideoToPhotosAlbum(options) @savevideotophotosalbum + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/setNavigationBarColor.md b/docs/uni-app-x/api/setNavigationBarColor.md new file mode 100644 index 0000000000000000000000000000000000000000..d8708412105e527df7ea0f3e74af9d4feed6762c --- /dev/null +++ b/docs/uni-app-x/api/setNavigationBarColor.md @@ -0,0 +1,15 @@ +## uni.setNavigationBarColor(options) @setnavigationbarcolor + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/setTabBarBadge.md b/docs/uni-app-x/api/setTabBarBadge.md new file mode 100644 index 0000000000000000000000000000000000000000..5f05970334d12dc5dcd45635f049c31c6a75a610 --- /dev/null +++ b/docs/uni-app-x/api/setTabBarBadge.md @@ -0,0 +1,15 @@ +## uni.setTabBarBadge(options) @settabbarbadge + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/setTabBarItem.md b/docs/uni-app-x/api/setTabBarItem.md new file mode 100644 index 0000000000000000000000000000000000000000..575a3657c584cf4d2626c6e867856fffd6c3b872 --- /dev/null +++ b/docs/uni-app-x/api/setTabBarItem.md @@ -0,0 +1,15 @@ +## uni.setTabBarItem(options) @settabbaritem + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/setTabBarStyle.md b/docs/uni-app-x/api/setTabBarStyle.md new file mode 100644 index 0000000000000000000000000000000000000000..34be42db335db898d97bc89945b62fbaa11a664c --- /dev/null +++ b/docs/uni-app-x/api/setTabBarStyle.md @@ -0,0 +1,15 @@ +## uni.setTabBarStyle(options) @settabbarstyle + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/showTabBar.md b/docs/uni-app-x/api/showTabBar.md new file mode 100644 index 0000000000000000000000000000000000000000..921e0348adea61e3599aeb2117ba939660a67fd0 --- /dev/null +++ b/docs/uni-app-x/api/showTabBar.md @@ -0,0 +1,15 @@ +## uni.showTabBar(options?) @showtabbar + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/showTabBarRedDot.md b/docs/uni-app-x/api/showTabBarRedDot.md new file mode 100644 index 0000000000000000000000000000000000000000..784f22bebdd51a4866dda074befd54c4dbaf9971 --- /dev/null +++ b/docs/uni-app-x/api/showTabBarRedDot.md @@ -0,0 +1,15 @@ +## uni.showTabBarRedDot(options) @showtabbarreddot + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/startPullDownRefresh.md b/docs/uni-app-x/api/startPullDownRefresh.md new file mode 100644 index 0000000000000000000000000000000000000000..d2c7707ea1028f1e74823a0587eec3cf18d184a9 --- /dev/null +++ b/docs/uni-app-x/api/startPullDownRefresh.md @@ -0,0 +1,15 @@ +## uni.startPullDownRefresh(options?) @startpulldownrefresh + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/stopPullDownRefresh.md b/docs/uni-app-x/api/stopPullDownRefresh.md new file mode 100644 index 0000000000000000000000000000000000000000..c77db359b5523d586aa97452900f501bea640f3c --- /dev/null +++ b/docs/uni-app-x/api/stopPullDownRefresh.md @@ -0,0 +1,15 @@ +## uni.stopPullDownRefresh() @stoppulldownrefresh + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/switchTab.md b/docs/uni-app-x/api/switchTab.md new file mode 100644 index 0000000000000000000000000000000000000000..5caad364d62ed09c705fb6800c0dde69dceb0f3c --- /dev/null +++ b/docs/uni-app-x/api/switchTab.md @@ -0,0 +1,15 @@ +## uni.switchTab(options) @switchtab + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/api/uploadFile.md b/docs/uni-app-x/api/uploadFile.md new file mode 100644 index 0000000000000000000000000000000000000000..d754099033ee1e1392bc8a1e1687022d378d698d --- /dev/null +++ b/docs/uni-app-x/api/uploadFile.md @@ -0,0 +1,15 @@ +## uni.uploadFile(options) @uploadfile + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/uni-app-x/readme.md b/docs/uni-app-x/readme.md index 7f33dcef9a72fb2c42ad67beadbb70d2c1a305dc..266d2c2fcb03cc5c36be3bdeb06268c4ebb1cd29 100644 --- a/docs/uni-app-x/readme.md +++ b/docs/uni-app-x/readme.md @@ -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 diff --git a/package.json b/package.json index 3acf32c3262a1a68403802c7329b583f9f047512..3589cc857e471bb3f371b36a61421331961d30ad 100644 --- a/package.json +++ b/package.json @@ -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",