Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
c987860f
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3598
Star
108
Fork
921
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
120
列表
看板
标记
里程碑
合并请求
109
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
120
Issue
120
列表
看板
标记
里程碑
合并请求
109
合并请求
109
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
c987860f
编写于
9月 13, 2023
作者:
D
DCloud_LXH
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: uni-app-x api
上级
c7037873
变更
14
展开全部
隐藏空白更改
内联
并排
Showing
14 changed file
with
226 addition
and
206 deletion
+226
-206
README.md
README.md
+4
-0
docs/.vuepress/utils/utsApiJson.json
docs/.vuepress/utils/utsApiJson.json
+1
-1
docs/uni-app-x/_sidebar.md
docs/uni-app-x/_sidebar.md
+1
-0
docs/uni-app-x/api/event-bus.md
docs/uni-app-x/api/event-bus.md
+20
-20
docs/uni-app-x/api/modal.md
docs/uni-app-x/api/modal.md
+5
-5
docs/uni-app-x/api/navigator.md
docs/uni-app-x/api/navigator.md
+25
-25
docs/uni-app-x/api/nodes-info.md
docs/uni-app-x/api/nodes-info.md
+5
-5
docs/uni-app-x/api/preview-image.md
docs/uni-app-x/api/preview-image.md
+15
-15
docs/uni-app-x/api/pull-down-refresh.md
docs/uni-app-x/api/pull-down-refresh.md
+5
-5
docs/uni-app-x/api/saveimagetophotosalbum.md
docs/uni-app-x/api/saveimagetophotosalbum.md
+15
-0
docs/uni-app-x/api/set-tabbar.md
docs/uni-app-x/api/set-tabbar.md
+40
-40
docs/uni-app-x/api/storage.md
docs/uni-app-x/api/storage.md
+50
-50
docs/uni-app-x/api/toast.md
docs/uni-app-x/api/toast.md
+5
-5
docs/uni-app-x/api/websocket-global.md
docs/uni-app-x/api/websocket-global.md
+35
-35
未找到文件。
README.md
浏览文件 @
c987860f
...
...
@@ -63,6 +63,10 @@
12.
路径注意
-
_sidebar.md是左侧导航,其中路径写https路径,可打开新页签。如左侧导航里引用了本产品目录之外的文档,需写成这种方式
-
每个产品目录下均有一个static目录,在其中提交图片视频等静态资源。引用static下的静态资源时,路径可以是"../static"、"./static",不能写"static/"。
-
书写文档时应注意特殊符号的编写与换行:
-
`###`
下应有空行
-
`内容 **加粗** 内容`
两边需要有空格
-
在书写方括号
`[]`
时要注意使用转义字符
`\`,或者使用 `
\`\`
` 包裹,否则会被识别为链接,导致链接失效
13. md 表格支持行、列合并
- 行列合并
...
...
docs/.vuepress/utils/utsApiJson.json
浏览文件 @
c987860f
此差异已折叠。
点击以展开。
docs/uni-app-x/_sidebar.md
浏览文件 @
c987860f
...
...
@@ -81,6 +81,7 @@
*
[
获取系统设置
](
api/getsystemsetting.md
)
*
媒体
*
[
图片选择和预览
](
api/preview-image.md
)
*
[
保存图片到相册
](
api/saveimagetophotosalbum.md
)
*
位置
*
[
获取当前位置
](
api/getlocation.md
)
*
数据存储
...
...
docs/uni-app-x/api/event-bus.md
浏览文件 @
c987860f
## uni.$on(eventName, callback) @$on
<!-- UTSAPIJSON.
event-bus
.description -->
<!-- UTSAPIJSON.
$on
.description -->
<!-- UTSAPIJSON.
event-bus
.param -->
<!-- UTSAPIJSON.
$on
.param -->
<!-- UTSAPIJSON.
event-bus
.returnValue -->
<!-- UTSAPIJSON.
$on
.returnValue -->
<!-- UTSAPIJSON.
event-bus
.compatibility -->
<!-- UTSAPIJSON.
$on
.compatibility -->
<!-- UTSAPIJSON.
event-bus
.tutorial -->
<!-- UTSAPIJSON.
$on
.tutorial -->
## uni.$off(eventName, callback) @$off
<!-- UTSAPIJSON.
event-bus
.description -->
<!-- UTSAPIJSON.
$off
.description -->
<!-- UTSAPIJSON.
event-bus
.param -->
<!-- UTSAPIJSON.
$off
.param -->
<!-- UTSAPIJSON.
event-bus
.returnValue -->
<!-- UTSAPIJSON.
$off
.returnValue -->
<!-- UTSAPIJSON.
event-bus
.compatibility -->
<!-- UTSAPIJSON.
$off
.compatibility -->
<!-- UTSAPIJSON.
event-bus
.tutorial -->
<!-- UTSAPIJSON.
$off
.tutorial -->
## uni.$once(eventName, callback) @$once
<!-- UTSAPIJSON.
event-bus
.description -->
<!-- UTSAPIJSON.
$once
.description -->
<!-- UTSAPIJSON.
event-bus
.param -->
<!-- UTSAPIJSON.
$once
.param -->
<!-- UTSAPIJSON.
event-bus
.returnValue -->
<!-- UTSAPIJSON.
$once
.returnValue -->
<!-- UTSAPIJSON.
event-bus
.compatibility -->
<!-- UTSAPIJSON.
$once
.compatibility -->
<!-- UTSAPIJSON.
event-bus
.tutorial -->
<!-- UTSAPIJSON.
$once
.tutorial -->
## uni.$emit(eventName, args) @$emit
<!-- UTSAPIJSON.
event-bus
.description -->
<!-- UTSAPIJSON.
$emit
.description -->
<!-- UTSAPIJSON.
event-bus
.param -->
<!-- UTSAPIJSON.
$emit
.param -->
<!-- UTSAPIJSON.
event-bus
.returnValue -->
<!-- UTSAPIJSON.
$emit
.returnValue -->
<!-- UTSAPIJSON.
event-bus
.compatibility -->
<!-- UTSAPIJSON.
$emit
.compatibility -->
<!-- UTSAPIJSON.
event-bus
.tutorial -->
<!-- UTSAPIJSON.
$emit
.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
...
...
docs/uni-app-x/api/modal.md
浏览文件 @
c987860f
## uni.showModal(options) @showmodal
<!-- UTSAPIJSON.
m
odal.description -->
<!-- UTSAPIJSON.
showM
odal.description -->
<!-- UTSAPIJSON.
m
odal.param -->
<!-- UTSAPIJSON.
showM
odal.param -->
<!-- UTSAPIJSON.
m
odal.returnValue -->
<!-- UTSAPIJSON.
showM
odal.returnValue -->
<!-- UTSAPIJSON.
m
odal.compatibility -->
<!-- UTSAPIJSON.
showM
odal.compatibility -->
<!-- UTSAPIJSON.
m
odal.tutorial -->
<!-- UTSAPIJSON.
showM
odal.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
...
...
docs/uni-app-x/api/navigator.md
浏览文件 @
c987860f
## uni.navigateTo(options) @navigateto
<!-- UTSAPIJSON.navigat
or
.description -->
<!-- UTSAPIJSON.navigat
eTo
.description -->
<!-- UTSAPIJSON.navigat
or
.param -->
<!-- UTSAPIJSON.navigat
eTo
.param -->
<!-- UTSAPIJSON.navigat
or
.returnValue -->
<!-- UTSAPIJSON.navigat
eTo
.returnValue -->
<!-- UTSAPIJSON.navigat
or
.compatibility -->
<!-- UTSAPIJSON.navigat
eTo
.compatibility -->
<!-- UTSAPIJSON.navigat
or
.tutorial -->
<!-- UTSAPIJSON.navigat
eTo
.tutorial -->
## uni.redirectTo(options) @redirectto
<!-- UTSAPIJSON.
navigator
.description -->
<!-- UTSAPIJSON.
redirectTo
.description -->
<!-- UTSAPIJSON.
navigator
.param -->
<!-- UTSAPIJSON.
redirectTo
.param -->
<!-- UTSAPIJSON.
navigator
.returnValue -->
<!-- UTSAPIJSON.
redirectTo
.returnValue -->
<!-- UTSAPIJSON.
navigator
.compatibility -->
<!-- UTSAPIJSON.
redirectTo
.compatibility -->
<!-- UTSAPIJSON.
navigator
.tutorial -->
<!-- UTSAPIJSON.
redirectTo
.tutorial -->
## uni.reLaunch(options) @relaunch
<!-- UTSAPIJSON.
navigator
.description -->
<!-- UTSAPIJSON.
reLaunch
.description -->
<!-- UTSAPIJSON.
navigator
.param -->
<!-- UTSAPIJSON.
reLaunch
.param -->
<!-- UTSAPIJSON.
navigator
.returnValue -->
<!-- UTSAPIJSON.
reLaunch
.returnValue -->
<!-- UTSAPIJSON.
navigator
.compatibility -->
<!-- UTSAPIJSON.
reLaunch
.compatibility -->
<!-- UTSAPIJSON.
navigator
.tutorial -->
<!-- UTSAPIJSON.
reLaunch
.tutorial -->
## uni.switchTab(options) @switchtab
<!-- UTSAPIJSON.
navigator
.description -->
<!-- UTSAPIJSON.
switchTab
.description -->
<!-- UTSAPIJSON.
navigator
.param -->
<!-- UTSAPIJSON.
switchTab
.param -->
<!-- UTSAPIJSON.
navigator
.returnValue -->
<!-- UTSAPIJSON.
switchTab
.returnValue -->
<!-- UTSAPIJSON.
navigator
.compatibility -->
<!-- UTSAPIJSON.
switchTab
.compatibility -->
<!-- UTSAPIJSON.
navigator
.tutorial -->
<!-- UTSAPIJSON.
switchTab
.tutorial -->
## uni.navigateBack(options?) @navigateback
<!-- UTSAPIJSON.navigat
or
.description -->
<!-- UTSAPIJSON.navigat
eBack
.description -->
<!-- UTSAPIJSON.navigat
or
.param -->
<!-- UTSAPIJSON.navigat
eBack
.param -->
<!-- UTSAPIJSON.navigat
or
.returnValue -->
<!-- UTSAPIJSON.navigat
eBack
.returnValue -->
<!-- UTSAPIJSON.navigat
or
.compatibility -->
<!-- UTSAPIJSON.navigat
eBack
.compatibility -->
<!-- UTSAPIJSON.navigat
or
.tutorial -->
<!-- UTSAPIJSON.navigat
eBack
.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
...
...
docs/uni-app-x/api/nodes-info.md
浏览文件 @
c987860f
## uni.createSelectorQuery() @createselectorquery
<!-- UTSAPIJSON.
nodes-info
.description -->
<!-- UTSAPIJSON.
createSelectorQuery
.description -->
<!-- UTSAPIJSON.
nodes-info
.param -->
<!-- UTSAPIJSON.
createSelectorQuery
.param -->
<!-- UTSAPIJSON.
nodes-info
.returnValue -->
<!-- UTSAPIJSON.
createSelectorQuery
.returnValue -->
<!-- UTSAPIJSON.
nodes-info
.compatibility -->
<!-- UTSAPIJSON.
createSelectorQuery
.compatibility -->
<!-- UTSAPIJSON.
nodes-info
.tutorial -->
<!-- UTSAPIJSON.
createSelectorQuery
.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
...
...
docs/uni-app-x/api/preview-image.md
浏览文件 @
c987860f
## uni.chooseImage(options) @chooseimage
<!-- UTSAPIJSON.
preview-i
mage.description -->
<!-- UTSAPIJSON.
chooseI
mage.description -->
<!-- UTSAPIJSON.
preview-i
mage.param -->
<!-- UTSAPIJSON.
chooseI
mage.param -->
<!-- UTSAPIJSON.
preview-i
mage.returnValue -->
<!-- UTSAPIJSON.
chooseI
mage.returnValue -->
<!-- UTSAPIJSON.
preview-i
mage.compatibility -->
<!-- UTSAPIJSON.
chooseI
mage.compatibility -->
<!-- UTSAPIJSON.
preview-i
mage.tutorial -->
<!-- UTSAPIJSON.
chooseI
mage.tutorial -->
## uni.previewImage(options) @previewimage
<!-- UTSAPIJSON.preview
-i
mage.description -->
<!-- UTSAPIJSON.preview
I
mage.description -->
<!-- UTSAPIJSON.preview
-i
mage.param -->
<!-- UTSAPIJSON.preview
I
mage.param -->
<!-- UTSAPIJSON.preview
-i
mage.returnValue -->
<!-- UTSAPIJSON.preview
I
mage.returnValue -->
<!-- UTSAPIJSON.preview
-i
mage.compatibility -->
<!-- UTSAPIJSON.preview
I
mage.compatibility -->
<!-- UTSAPIJSON.preview
-i
mage.tutorial -->
<!-- UTSAPIJSON.preview
I
mage.tutorial -->
## uni.closePreviewImage(options) @closepreviewimage
<!-- UTSAPIJSON.
preview-i
mage.description -->
<!-- UTSAPIJSON.
closePreviewI
mage.description -->
<!-- UTSAPIJSON.
preview-i
mage.param -->
<!-- UTSAPIJSON.
closePreviewI
mage.param -->
<!-- UTSAPIJSON.
preview-i
mage.returnValue -->
<!-- UTSAPIJSON.
closePreviewI
mage.returnValue -->
<!-- UTSAPIJSON.
preview-i
mage.compatibility -->
<!-- UTSAPIJSON.
closePreviewI
mage.compatibility -->
<!-- UTSAPIJSON.
preview-i
mage.tutorial -->
<!-- UTSAPIJSON.
closePreviewI
mage.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
...
...
docs/uni-app-x/api/pull-down-refresh.md
浏览文件 @
c987860f
## uni.stopPullDownRefresh() @stoppulldownrefresh
<!-- UTSAPIJSON.
pull-down-r
efresh.description -->
<!-- UTSAPIJSON.
stopPullDownR
efresh.description -->
<!-- UTSAPIJSON.
pull-down-r
efresh.param -->
<!-- UTSAPIJSON.
stopPullDownR
efresh.param -->
<!-- UTSAPIJSON.
pull-down-r
efresh.returnValue -->
<!-- UTSAPIJSON.
stopPullDownR
efresh.returnValue -->
<!-- UTSAPIJSON.
pull-down-r
efresh.compatibility -->
<!-- UTSAPIJSON.
stopPullDownR
efresh.compatibility -->
<!-- UTSAPIJSON.
pull-down-r
efresh.tutorial -->
<!-- UTSAPIJSON.
stopPullDownR
efresh.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
...
...
docs/uni-app-x/api/saveimagetophotosalbum.md
0 → 100644
浏览文件 @
c987860f
## uni.saveImageToPhotosAlbum(options) @saveimagetophotosalbum
<!-- UTSAPIJSON.saveImageToPhotosAlbum.description -->
<!-- UTSAPIJSON.saveImageToPhotosAlbum.param -->
<!-- UTSAPIJSON.saveImageToPhotosAlbum.returnValue -->
<!-- UTSAPIJSON.saveImageToPhotosAlbum.compatibility -->
<!-- UTSAPIJSON.saveImageToPhotosAlbum.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
docs/uni-app-x/api/set-tabbar.md
浏览文件 @
c987860f
## uni.setTabBarBadge(options) @settabbarbadge
<!-- UTSAPIJSON.set
-tabbar
.description -->
<!-- UTSAPIJSON.set
TabBarBadge
.description -->
<!-- UTSAPIJSON.set
-tabbar
.param -->
<!-- UTSAPIJSON.set
TabBarBadge
.param -->
<!-- UTSAPIJSON.set
-tabbar
.returnValue -->
<!-- UTSAPIJSON.set
TabBarBadge
.returnValue -->
<!-- UTSAPIJSON.set
-tabbar
.compatibility -->
<!-- UTSAPIJSON.set
TabBarBadge
.compatibility -->
<!-- UTSAPIJSON.set
-tabbar
.tutorial -->
<!-- UTSAPIJSON.set
TabBarBadge
.tutorial -->
## uni.removeTabBarBadge(options) @removetabbarbadge
<!-- UTSAPIJSON.
set-tabbar
.description -->
<!-- UTSAPIJSON.
removeTabBarBadge
.description -->
<!-- UTSAPIJSON.
set-tabbar
.param -->
<!-- UTSAPIJSON.
removeTabBarBadge
.param -->
<!-- UTSAPIJSON.
set-tabbar
.returnValue -->
<!-- UTSAPIJSON.
removeTabBarBadge
.returnValue -->
<!-- UTSAPIJSON.
set-tabbar
.compatibility -->
<!-- UTSAPIJSON.
removeTabBarBadge
.compatibility -->
<!-- UTSAPIJSON.
set-tabbar
.tutorial -->
<!-- UTSAPIJSON.
removeTabBarBadge
.tutorial -->
## uni.setTabBarItem(options) @settabbaritem
<!-- UTSAPIJSON.set
-tabbar
.description -->
<!-- UTSAPIJSON.set
TabBarItem
.description -->
<!-- UTSAPIJSON.set
-tabbar
.param -->
<!-- UTSAPIJSON.set
TabBarItem
.param -->
<!-- UTSAPIJSON.set
-tabbar
.returnValue -->
<!-- UTSAPIJSON.set
TabBarItem
.returnValue -->
<!-- UTSAPIJSON.set
-tabbar
.compatibility -->
<!-- UTSAPIJSON.set
TabBarItem
.compatibility -->
<!-- UTSAPIJSON.set
-tabbar
.tutorial -->
<!-- UTSAPIJSON.set
TabBarItem
.tutorial -->
## uni.setTabBarStyle(options) @settabbarstyle
<!-- UTSAPIJSON.set
-tabbar
.description -->
<!-- UTSAPIJSON.set
TabBarStyle
.description -->
<!-- UTSAPIJSON.set
-tabbar
.param -->
<!-- UTSAPIJSON.set
TabBarStyle
.param -->
<!-- UTSAPIJSON.set
-tabbar
.returnValue -->
<!-- UTSAPIJSON.set
TabBarStyle
.returnValue -->
<!-- UTSAPIJSON.set
-tabbar
.compatibility -->
<!-- UTSAPIJSON.set
TabBarStyle
.compatibility -->
<!-- UTSAPIJSON.set
-tabbar
.tutorial -->
<!-- UTSAPIJSON.set
TabBarStyle
.tutorial -->
## uni.hideTabBar(options?) @hidetabbar
<!-- UTSAPIJSON.
set-tabb
ar.description -->
<!-- UTSAPIJSON.
hideTabB
ar.description -->
<!-- UTSAPIJSON.
set-tabb
ar.param -->
<!-- UTSAPIJSON.
hideTabB
ar.param -->
<!-- UTSAPIJSON.
set-tabb
ar.returnValue -->
<!-- UTSAPIJSON.
hideTabB
ar.returnValue -->
<!-- UTSAPIJSON.
set-tabb
ar.compatibility -->
<!-- UTSAPIJSON.
hideTabB
ar.compatibility -->
<!-- UTSAPIJSON.
set-tabb
ar.tutorial -->
<!-- UTSAPIJSON.
hideTabB
ar.tutorial -->
## uni.showTabBar(options?) @showtabbar
<!-- UTSAPIJSON.s
et-tabb
ar.description -->
<!-- UTSAPIJSON.s
howTabB
ar.description -->
<!-- UTSAPIJSON.s
et-tabb
ar.param -->
<!-- UTSAPIJSON.s
howTabB
ar.param -->
<!-- UTSAPIJSON.s
et-tabb
ar.returnValue -->
<!-- UTSAPIJSON.s
howTabB
ar.returnValue -->
<!-- UTSAPIJSON.s
et-tabb
ar.compatibility -->
<!-- UTSAPIJSON.s
howTabB
ar.compatibility -->
<!-- UTSAPIJSON.s
et-tabb
ar.tutorial -->
<!-- UTSAPIJSON.s
howTabB
ar.tutorial -->
## uni.showTabBarRedDot(options) @showtabbarreddot
<!-- UTSAPIJSON.s
et-tabbar
.description -->
<!-- UTSAPIJSON.s
howTabBarRedDot
.description -->
<!-- UTSAPIJSON.s
et-tabbar
.param -->
<!-- UTSAPIJSON.s
howTabBarRedDot
.param -->
<!-- UTSAPIJSON.s
et-tabbar
.returnValue -->
<!-- UTSAPIJSON.s
howTabBarRedDot
.returnValue -->
<!-- UTSAPIJSON.s
et-tabbar
.compatibility -->
<!-- UTSAPIJSON.s
howTabBarRedDot
.compatibility -->
<!-- UTSAPIJSON.s
et-tabbar
.tutorial -->
<!-- UTSAPIJSON.s
howTabBarRedDot
.tutorial -->
## uni.hideTabBarRedDot(options) @hidetabbarreddot
<!-- UTSAPIJSON.
set-tabbar
.description -->
<!-- UTSAPIJSON.
hideTabBarRedDot
.description -->
<!-- UTSAPIJSON.
set-tabbar
.param -->
<!-- UTSAPIJSON.
hideTabBarRedDot
.param -->
<!-- UTSAPIJSON.
set-tabbar
.returnValue -->
<!-- UTSAPIJSON.
hideTabBarRedDot
.returnValue -->
<!-- UTSAPIJSON.
set-tabbar
.compatibility -->
<!-- UTSAPIJSON.
hideTabBarRedDot
.compatibility -->
<!-- UTSAPIJSON.
set-tabbar
.tutorial -->
<!-- UTSAPIJSON.
hideTabBarRedDot
.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
...
...
docs/uni-app-x/api/storage.md
浏览文件 @
c987860f
## uni.setStorage(options) @setstorage
<!-- UTSAPIJSON.storage.description -->
<!-- UTSAPIJSON.s
etS
torage.description -->
<!-- UTSAPIJSON.storage.param -->
<!-- UTSAPIJSON.s
etS
torage.param -->
<!-- UTSAPIJSON.storage.returnValue -->
<!-- UTSAPIJSON.s
etS
torage.returnValue -->
<!-- UTSAPIJSON.storage.compatibility -->
<!-- UTSAPIJSON.s
etS
torage.compatibility -->
<!-- UTSAPIJSON.storage.tutorial -->
<!-- UTSAPIJSON.s
etS
torage.tutorial -->
## uni.setStorageSync(key, data) @setstoragesync
<!-- UTSAPIJSON.s
torage
.description -->
<!-- UTSAPIJSON.s
etStorageSync
.description -->
<!-- UTSAPIJSON.s
torage
.param -->
<!-- UTSAPIJSON.s
etStorageSync
.param -->
<!-- UTSAPIJSON.s
torage
.returnValue -->
<!-- UTSAPIJSON.s
etStorageSync
.returnValue -->
<!-- UTSAPIJSON.s
torage
.compatibility -->
<!-- UTSAPIJSON.s
etStorageSync
.compatibility -->
<!-- UTSAPIJSON.s
torage
.tutorial -->
<!-- UTSAPIJSON.s
etStorageSync
.tutorial -->
## uni.getStorage(options) @getstorage
<!-- UTSAPIJSON.
s
torage.description -->
<!-- UTSAPIJSON.
getS
torage.description -->
<!-- UTSAPIJSON.
s
torage.param -->
<!-- UTSAPIJSON.
getS
torage.param -->
<!-- UTSAPIJSON.
s
torage.returnValue -->
<!-- UTSAPIJSON.
getS
torage.returnValue -->
<!-- UTSAPIJSON.
s
torage.compatibility -->
<!-- UTSAPIJSON.
getS
torage.compatibility -->
<!-- UTSAPIJSON.
s
torage.tutorial -->
<!-- UTSAPIJSON.
getS
torage.tutorial -->
## uni.getStorageSync(key) @getstoragesync
<!-- UTSAPIJSON.
storage
.description -->
<!-- UTSAPIJSON.
getStorageSync
.description -->
<!-- UTSAPIJSON.
storage
.param -->
<!-- UTSAPIJSON.
getStorageSync
.param -->
<!-- UTSAPIJSON.
storage
.returnValue -->
<!-- UTSAPIJSON.
getStorageSync
.returnValue -->
<!-- UTSAPIJSON.
storage
.compatibility -->
<!-- UTSAPIJSON.
getStorageSync
.compatibility -->
<!-- UTSAPIJSON.
storage
.tutorial -->
<!-- UTSAPIJSON.
getStorageSync
.tutorial -->
## uni.getStorageInfo(options) @getstorageinfo
<!-- UTSAPIJSON.
storage
.description -->
<!-- UTSAPIJSON.
getStorageInfo
.description -->
<!-- UTSAPIJSON.
storage
.param -->
<!-- UTSAPIJSON.
getStorageInfo
.param -->
<!-- UTSAPIJSON.
storage
.returnValue -->
<!-- UTSAPIJSON.
getStorageInfo
.returnValue -->
<!-- UTSAPIJSON.
storage
.compatibility -->
<!-- UTSAPIJSON.
getStorageInfo
.compatibility -->
<!-- UTSAPIJSON.
storage
.tutorial -->
<!-- UTSAPIJSON.
getStorageInfo
.tutorial -->
## uni.getStorageInfoSync() @getstorageinfosync
<!-- UTSAPIJSON.
storage
.description -->
<!-- UTSAPIJSON.
getStorageInfoSync
.description -->
<!-- UTSAPIJSON.
storage
.param -->
<!-- UTSAPIJSON.
getStorageInfoSync
.param -->
<!-- UTSAPIJSON.
storage
.returnValue -->
<!-- UTSAPIJSON.
getStorageInfoSync
.returnValue -->
<!-- UTSAPIJSON.
storage
.compatibility -->
<!-- UTSAPIJSON.
getStorageInfoSync
.compatibility -->
<!-- UTSAPIJSON.
storage
.tutorial -->
<!-- UTSAPIJSON.
getStorageInfoSync
.tutorial -->
## uni.removeStorage(options) @removestorage
<!-- UTSAPIJSON.
s
torage.description -->
<!-- UTSAPIJSON.
removeS
torage.description -->
<!-- UTSAPIJSON.
s
torage.param -->
<!-- UTSAPIJSON.
removeS
torage.param -->
<!-- UTSAPIJSON.
s
torage.returnValue -->
<!-- UTSAPIJSON.
removeS
torage.returnValue -->
<!-- UTSAPIJSON.
s
torage.compatibility -->
<!-- UTSAPIJSON.
removeS
torage.compatibility -->
<!-- UTSAPIJSON.
s
torage.tutorial -->
<!-- UTSAPIJSON.
removeS
torage.tutorial -->
## uni.removeStorageSync(key) @removestoragesync
<!-- UTSAPIJSON.
storage
.description -->
<!-- UTSAPIJSON.
removeStorageSync
.description -->
<!-- UTSAPIJSON.
storage
.param -->
<!-- UTSAPIJSON.
removeStorageSync
.param -->
<!-- UTSAPIJSON.
storage
.returnValue -->
<!-- UTSAPIJSON.
removeStorageSync
.returnValue -->
<!-- UTSAPIJSON.
storage
.compatibility -->
<!-- UTSAPIJSON.
removeStorageSync
.compatibility -->
<!-- UTSAPIJSON.
storage
.tutorial -->
<!-- UTSAPIJSON.
removeStorageSync
.tutorial -->
## uni.clearStorage(option?) @clearstorage
<!-- UTSAPIJSON.
s
torage.description -->
<!-- UTSAPIJSON.
clearS
torage.description -->
<!-- UTSAPIJSON.
s
torage.param -->
<!-- UTSAPIJSON.
clearS
torage.param -->
<!-- UTSAPIJSON.
s
torage.returnValue -->
<!-- UTSAPIJSON.
clearS
torage.returnValue -->
<!-- UTSAPIJSON.
s
torage.compatibility -->
<!-- UTSAPIJSON.
clearS
torage.compatibility -->
<!-- UTSAPIJSON.
s
torage.tutorial -->
<!-- UTSAPIJSON.
clearS
torage.tutorial -->
## uni.clearStorageSync() @clearstoragesync
<!-- UTSAPIJSON.
storage
.description -->
<!-- UTSAPIJSON.
clearStorageSync
.description -->
<!-- UTSAPIJSON.
storage
.param -->
<!-- UTSAPIJSON.
clearStorageSync
.param -->
<!-- UTSAPIJSON.
storage
.returnValue -->
<!-- UTSAPIJSON.
clearStorageSync
.returnValue -->
<!-- UTSAPIJSON.
storage
.compatibility -->
<!-- UTSAPIJSON.
clearStorageSync
.compatibility -->
<!-- UTSAPIJSON.
storage
.tutorial -->
<!-- UTSAPIJSON.
clearStorageSync
.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
...
...
docs/uni-app-x/api/toast.md
浏览文件 @
c987860f
## uni.showToast(options) @showtoast
<!-- UTSAPIJSON.
t
oast.description -->
<!-- UTSAPIJSON.
showT
oast.description -->
<!-- UTSAPIJSON.
t
oast.param -->
<!-- UTSAPIJSON.
showT
oast.param -->
<!-- UTSAPIJSON.
t
oast.returnValue -->
<!-- UTSAPIJSON.
showT
oast.returnValue -->
<!-- UTSAPIJSON.
t
oast.compatibility -->
<!-- UTSAPIJSON.
showT
oast.compatibility -->
<!-- UTSAPIJSON.
t
oast.tutorial -->
<!-- UTSAPIJSON.
showT
oast.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
...
...
docs/uni-app-x/api/websocket-global.md
浏览文件 @
c987860f
## uni.connectSocket(options) @connectsocket
<!-- UTSAPIJSON.
websocket-global
.description -->
<!-- UTSAPIJSON.
connectSocket
.description -->
<!-- UTSAPIJSON.
websocket-global
.param -->
<!-- UTSAPIJSON.
connectSocket
.param -->
<!-- UTSAPIJSON.
websocket-global
.returnValue -->
<!-- UTSAPIJSON.
connectSocket
.returnValue -->
<!-- UTSAPIJSON.
websocket-global
.compatibility -->
<!-- UTSAPIJSON.
connectSocket
.compatibility -->
<!-- UTSAPIJSON.
websocket-global
.tutorial -->
<!-- UTSAPIJSON.
connectSocket
.tutorial -->
## uni.onSocketOpen(options) @onsocketopen
<!-- UTSAPIJSON.
websocket-global
.description -->
<!-- UTSAPIJSON.
onSocketOpen
.description -->
<!-- UTSAPIJSON.
websocket-global
.param -->
<!-- UTSAPIJSON.
onSocketOpen
.param -->
<!-- UTSAPIJSON.
websocket-global
.returnValue -->
<!-- UTSAPIJSON.
onSocketOpen
.returnValue -->
<!-- UTSAPIJSON.
websocket-global
.compatibility -->
<!-- UTSAPIJSON.
onSocketOpen
.compatibility -->
<!-- UTSAPIJSON.
websocket-global
.tutorial -->
<!-- UTSAPIJSON.
onSocketOpen
.tutorial -->
## uni.onSocketError(callback) @onsocketerror
<!-- UTSAPIJSON.
websocket-global
.description -->
<!-- UTSAPIJSON.
onSocketError
.description -->
<!-- UTSAPIJSON.
websocket-global
.param -->
<!-- UTSAPIJSON.
onSocketError
.param -->
<!-- UTSAPIJSON.
websocket-global
.returnValue -->
<!-- UTSAPIJSON.
onSocketError
.returnValue -->
<!-- UTSAPIJSON.
websocket-global
.compatibility -->
<!-- UTSAPIJSON.
onSocketError
.compatibility -->
<!-- UTSAPIJSON.
websocket-global
.tutorial -->
<!-- UTSAPIJSON.
onSocketError
.tutorial -->
## uni.sendSocketMessage(options) @sendsocketmessage
<!-- UTSAPIJSON.
websocket-global
.description -->
<!-- UTSAPIJSON.
sendSocketMessage
.description -->
<!-- UTSAPIJSON.
websocket-global
.param -->
<!-- UTSAPIJSON.
sendSocketMessage
.param -->
<!-- UTSAPIJSON.
websocket-global
.returnValue -->
<!-- UTSAPIJSON.
sendSocketMessage
.returnValue -->
<!-- UTSAPIJSON.
websocket-global
.compatibility -->
<!-- UTSAPIJSON.
sendSocketMessage
.compatibility -->
<!-- UTSAPIJSON.
websocket-global
.tutorial -->
<!-- UTSAPIJSON.
sendSocketMessage
.tutorial -->
## uni.onSocketMessage(callback) @onsocketmessage
<!-- UTSAPIJSON.
websocket-global
.description -->
<!-- UTSAPIJSON.
onSocketMessage
.description -->
<!-- UTSAPIJSON.
websocket-global
.param -->
<!-- UTSAPIJSON.
onSocketMessage
.param -->
<!-- UTSAPIJSON.
websocket-global
.returnValue -->
<!-- UTSAPIJSON.
onSocketMessage
.returnValue -->
<!-- UTSAPIJSON.
websocket-global
.compatibility -->
<!-- UTSAPIJSON.
onSocketMessage
.compatibility -->
<!-- UTSAPIJSON.
websocket-global
.tutorial -->
<!-- UTSAPIJSON.
onSocketMessage
.tutorial -->
## uni.closeSocket(options) @closesocket
<!-- UTSAPIJSON.
websocket-global
.description -->
<!-- UTSAPIJSON.
closeSocket
.description -->
<!-- UTSAPIJSON.
websocket-global
.param -->
<!-- UTSAPIJSON.
closeSocket
.param -->
<!-- UTSAPIJSON.
websocket-global
.returnValue -->
<!-- UTSAPIJSON.
closeSocket
.returnValue -->
<!-- UTSAPIJSON.
websocket-global
.compatibility -->
<!-- UTSAPIJSON.
closeSocket
.compatibility -->
<!-- UTSAPIJSON.
websocket-global
.tutorial -->
<!-- UTSAPIJSON.
closeSocket
.tutorial -->
## uni.onSocketClose(callback) @onsocketclose
<!-- UTSAPIJSON.
websocket-global
.description -->
<!-- UTSAPIJSON.
onSocketClose
.description -->
<!-- UTSAPIJSON.
websocket-global
.param -->
<!-- UTSAPIJSON.
onSocketClose
.param -->
<!-- UTSAPIJSON.
websocket-global
.returnValue -->
<!-- UTSAPIJSON.
onSocketClose
.returnValue -->
<!-- UTSAPIJSON.
websocket-global
.compatibility -->
<!-- UTSAPIJSON.
onSocketClose
.compatibility -->
<!-- UTSAPIJSON.
websocket-global
.tutorial -->
<!-- UTSAPIJSON.
onSocketClose
.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录