Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-api
提交
873f3c8b
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看板
提交
873f3c8b
编写于
6月 02, 2023
作者:
D
DCloud_LXH
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: uni-api interface on、off api ad @autotest expectCallback
上级
3b116a7c
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
14 addition
and
4 deletion
+14
-4
uni_modules/uni-memorywarning/utssdk/interface.uts
uni_modules/uni-memorywarning/utssdk/interface.uts
+4
-2
uni_modules/uni-usercapturescreen/utssdk/interface.uts
uni_modules/uni-usercapturescreen/utssdk/interface.uts
+4
-2
uni_modules/uni-wifi/utssdk/interface.uts
uni_modules/uni-wifi/utssdk/interface.uts
+6
-0
未找到文件。
uni_modules/uni-memorywarning/utssdk/interface.uts
浏览文件 @
873f3c8b
...
@@ -25,6 +25,7 @@ export interface Uni {
...
@@ -25,6 +25,7 @@ export interface Uni {
* }
* }
* @uniVersion 3.7.7
* @uniVersion 3.7.7
* @uniVueVersion 2,3 //支持的vue版本
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
*/
onMemoryWarning : OnMemoryWarning,
onMemoryWarning : OnMemoryWarning,
/**
/**
...
@@ -48,6 +49,7 @@ export interface Uni {
...
@@ -48,6 +49,7 @@ export interface Uni {
* }
* }
* @uniVersion 3.7.7
* @uniVersion 3.7.7
* @uniVueVersion 2,3 //支持的vue版本
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
*/
offMemoryWarning : OffMemoryWarning
offMemoryWarning : OffMemoryWarning
}
}
\ No newline at end of file
uni_modules/uni-usercapturescreen/utssdk/interface.uts
浏览文件 @
873f3c8b
...
@@ -108,6 +108,7 @@ export interface Uni {
...
@@ -108,6 +108,7 @@ export interface Uni {
* }
* }
* @uniVersion 3.7.7
* @uniVersion 3.7.7
* @uniVueVersion 2,3 //支持的vue版本
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
*/
onUserCaptureScreen : OnUserCaptureScreen,
onUserCaptureScreen : OnUserCaptureScreen,
/**
/**
...
@@ -131,6 +132,7 @@ export interface Uni {
...
@@ -131,6 +132,7 @@ export interface Uni {
* }
* }
* @uniVersion 3.7.7
* @uniVersion 3.7.7
* @uniVueVersion 2,3 //支持的vue版本
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
*/
offUserCaptureScreen : OffUserCaptureScreen,
offUserCaptureScreen : OffUserCaptureScreen,
/**
/**
...
...
uni_modules/uni-wifi/utssdk/interface.uts
浏览文件 @
873f3c8b
...
@@ -250,6 +250,7 @@ interface Uni {
...
@@ -250,6 +250,7 @@ interface Uni {
* }
* }
* @uniVersion 3.7.7
* @uniVersion 3.7.7
* @uniVueVersion 2,3 //支持的vue版本
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
*/
offGetWifiList : OffGetWifiList,
offGetWifiList : OffGetWifiList,
/**
/**
...
@@ -273,6 +274,7 @@ interface Uni {
...
@@ -273,6 +274,7 @@ interface Uni {
* }
* }
* @uniVersion 3.7.7
* @uniVersion 3.7.7
* @uniVueVersion 2,3 //支持的vue版本
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { before: 'startWifi', after: 'stopWifi' }
*/
*/
getConnectedWifi : GetConnectedWifi,
getConnectedWifi : GetConnectedWifi,
/**
/**
...
@@ -296,6 +298,7 @@ interface Uni {
...
@@ -296,6 +298,7 @@ interface Uni {
* }
* }
* @uniVersion 3.7.7
* @uniVersion 3.7.7
* @uniVueVersion 2,3 //支持的vue版本
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
*/
onWifiConnected : OnWifiConnected,
onWifiConnected : OnWifiConnected,
/**
/**
...
@@ -319,6 +322,7 @@ interface Uni {
...
@@ -319,6 +322,7 @@ interface Uni {
* }
* }
* @uniVersion 3.7.7
* @uniVersion 3.7.7
* @uniVueVersion 2,3 //支持的vue版本
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
*/
onWifiConnectedWithPartialInfo : OnWifiConnectedWithPartialInfo,
onWifiConnectedWithPartialInfo : OnWifiConnectedWithPartialInfo,
/**
/**
...
@@ -342,6 +346,7 @@ interface Uni {
...
@@ -342,6 +346,7 @@ interface Uni {
* }
* }
* @uniVersion 3.7.7
* @uniVersion 3.7.7
* @uniVueVersion 2,3 //支持的vue版本
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
*/
offWifiConnected : OffWifiConnected,
offWifiConnected : OffWifiConnected,
/**
/**
...
@@ -365,6 +370,7 @@ interface Uni {
...
@@ -365,6 +370,7 @@ interface Uni {
* }
* }
* @uniVersion 3.7.7
* @uniVersion 3.7.7
* @uniVueVersion 2,3 //支持的vue版本
* @uniVueVersion 2,3 //支持的vue版本
* @autotest { expectCallback: true }
*/
*/
onOffWifiConnectedWithPartialInfo : OnOffWifiConnectedWithPartialInfo,
onOffWifiConnectedWithPartialInfo : OnOffWifiConnectedWithPartialInfo,
/**
/**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录