Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-api
提交
ace59dd7
U
uni-api
项目概览
DCloud
/
uni-api
通知
670
Star
23
Fork
12
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
3
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-api
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
3
Issue
3
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
ace59dd7
编写于
9月 23, 2023
作者:
lizhongyi_
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
调整插件Uni接口
上级
e219b1e5
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
20 addition
and
20 deletion
+20
-20
uni_modules/uni-getLocation-tencent/utssdk/interface.uts
uni_modules/uni-getLocation-tencent/utssdk/interface.uts
+1
-1
uni_modules/uni-getbatteryinfo/utssdk/interface.uts
uni_modules/uni-getbatteryinfo/utssdk/interface.uts
+2
-2
uni_modules/uni-memorywarning/utssdk/interface.uts
uni_modules/uni-memorywarning/utssdk/interface.uts
+2
-2
uni_modules/uni-usercapturescreen/utssdk/interface.uts
uni_modules/uni-usercapturescreen/utssdk/interface.uts
+3
-3
uni_modules/uni-wifi/utssdk/interface.uts
uni_modules/uni-wifi/utssdk/interface.uts
+12
-12
未找到文件。
uni_modules/uni-getLocation-tencent/utssdk/interface.uts
浏览文件 @
ace59dd7
...
...
@@ -4,7 +4,7 @@ export interface Uni {
*
* @tutorial http://uniapp.dcloud.io/api/location/location?id=getlocation
*/
getLocation
: GetLocation
;
getLocation
(options: GetLocationOptions) : void
;
}
export type GetLocation = (options: GetLocationOptions) => void;
...
...
uni_modules/uni-getbatteryinfo/utssdk/interface.uts
浏览文件 @
ace59dd7
...
...
@@ -107,7 +107,7 @@ interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
*
*/
getBatteryInfo
: GetBatteryInfo
,
getBatteryInfo
(options : GetBatteryInfoOptions) : void
,
/**
* 同步获取电池电量信息
* @description 获取电池电量信息
...
...
@@ -134,6 +134,6 @@ interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
*
*/
getBatteryInfoSync
: GetBatteryInfoSync
getBatteryInfoSync
() : GetBatteryInfoResult
}
\ No newline at end of file
uni_modules/uni-memorywarning/utssdk/interface.uts
浏览文件 @
ace59dd7
...
...
@@ -27,7 +27,7 @@ export interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
onMemoryWarning
: OnMemoryWarning
,
onMemoryWarning
(callback: UTSCallback) : void
,
/**
* 取消监听内存不足告警事件
*
...
...
@@ -51,5 +51,5 @@ export interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
offMemoryWarning
: OffMemoryWarning
offMemoryWarning
(callback : UTSCallback | null) : void
}
\ No newline at end of file
uni_modules/uni-usercapturescreen/utssdk/interface.uts
浏览文件 @
ace59dd7
...
...
@@ -91,7 +91,7 @@ export interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
onUserCaptureScreen
: OnUserCaptureScreen
,
onUserCaptureScreen
(callback : UserCaptureScreenCallback | null) : void
,
/**
* 关闭截屏监听
*
...
...
@@ -115,7 +115,7 @@ export interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
offUserCaptureScreen
: OffUserCaptureScreen
,
offUserCaptureScreen
(callback : UserCaptureScreenCallback | null) : void
,
/**
* 设置防截屏
*
...
...
@@ -138,5 +138,5 @@ export interface Uni {
* @uniVersion 3.7.7
* @uniVueVersion 2,3 //支持的vue版本
*/
setUserCaptureScreen
: SetUserCaptureScreen
setUserCaptureScreen
(options : SetUserCaptureScreenOptions) : void
}
\ No newline at end of file
uni_modules/uni-wifi/utssdk/interface.uts
浏览文件 @
ace59dd7
...
...
@@ -101,7 +101,7 @@ interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { after: 'stopWifi' }
*/
startWifi
: StartWifi
,
startWifi
(option : WifiOption): void
,
/**
* 关闭 Wi-Fi 模块
*
...
...
@@ -125,7 +125,7 @@ interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { before: 'startWifi' }
*/
stopWifi
: StopWifi
,
stopWifi
(option : WifiOption) : void
,
/**
* @param {WifiConnectOption} option
* @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#connectWifi
...
...
@@ -165,7 +165,7 @@ interface Uni {
]
}
*/
connectWifi
: ConnectWifi
,
connectWifi
(option : WifiConnectOption) : void
,
/**
* 请求获取 Wi-Fi 列表。wifiList 数据会在 onGetWifiList 注册的回调中返回。
* @param {WifiOption} option
...
...
@@ -188,7 +188,7 @@ interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { before: 'startWifi', after: 'stopWifi' }
*/
getWifiList
: GetWifiList
,
getWifiList
(option : WifiOption) : void
,
/**
* 监听获取到 Wi-Fi 列表数据事件。
*
...
...
@@ -228,7 +228,7 @@ interface Uni {
]
}
*/
onGetWifiList
: OnGetWifiList
,
onGetWifiList
(callback : UniWifiCallback) : void
,
/**
* 移除获取到 Wi-Fi 列表数据事件的监听函数。
*
...
...
@@ -252,7 +252,7 @@ interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
offGetWifiList
: OffGetWifiList
,
offGetWifiList
(callback : UniWifiCallback) : void
,
/**
* 获取已连接的 Wi-Fi 信息
*
...
...
@@ -276,7 +276,7 @@ interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { before: 'startWifi', after: 'stopWifi' }
*/
getConnectedWifi
: GetConnectedWifi
,
getConnectedWifi
(option : GetConnectedWifiOptions) : void
,
/**
* 监听连接上 Wi-Fi 的事件
*
...
...
@@ -300,7 +300,7 @@ interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
onWifiConnected
: OnWifiConnecte
d,
onWifiConnected
(callback : UniWifiCallback) : voi
d,
/**
* 监听连接上 Wi-Fi 的事件。
*
...
...
@@ -324,7 +324,7 @@ interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
onWifiConnectedWithPartialInfo
: OnWifiConnectedWithPartialInfo
,
onWifiConnectedWithPartialInfo
(callback : UniWifiCallback) : void
,
/**
* 移除连接上 Wi-Fi 的事件的监听函数。
*
...
...
@@ -348,7 +348,7 @@ interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
offWifiConnected
: OffWifiConnecte
d,
offWifiConnected
(callback : UniWifiCallback | null) : voi
d,
/**
* 移除连接上 Wi-Fi 的事件的监听函数。
*
...
...
@@ -372,7 +372,7 @@ interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
onOffWifiConnectedWithPartialInfo
: OnOffWifiConnectedWithPartialInfo
,
onOffWifiConnectedWithPartialInfo
(callback : UniWifiCallback | null) : void
,
/**
* SetWifiList 暂未实现
*
...
...
@@ -391,5 +391,5 @@ interface Uni {
* }
* }
*/
setWifiList
: SetWifiList
,
setWifiList
(option : WifiOption) : void
,
}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录