Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-api
提交
5ae463a3
U
uni-api
项目概览
DCloud
/
uni-api
通知
669
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看板
提交
5ae463a3
编写于
4月 03, 2024
作者:
DCloud_iOS_WZT
1
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
调整平台兼容性
上级
b7c1ab0c
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
43 addition
and
43 deletion
+43
-43
uni_modules/uni-getbatteryinfo/utssdk/interface.uts
uni_modules/uni-getbatteryinfo/utssdk/interface.uts
+4
-4
uni_modules/uni-memorywarning/utssdk/interface.uts
uni_modules/uni-memorywarning/utssdk/interface.uts
+4
-4
uni_modules/uni-usercapturescreen/utssdk/interface.uts
uni_modules/uni-usercapturescreen/utssdk/interface.uts
+15
-15
uni_modules/uni-wifi/utssdk/interface.uts
uni_modules/uni-wifi/utssdk/interface.uts
+20
-20
未找到文件。
uni_modules/uni-getbatteryinfo/utssdk/interface.uts
浏览文件 @
5ae463a3
...
...
@@ -89,9 +89,9 @@ interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.6.11",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -116,9 +116,9 @@ interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.6.11",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
uni_modules/uni-memorywarning/utssdk/interface.uts
浏览文件 @
5ae463a3
...
...
@@ -31,9 +31,9 @@ export interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -55,9 +55,9 @@ export interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
uni_modules/uni-usercapturescreen/utssdk/interface.uts
浏览文件 @
5ae463a3
...
...
@@ -82,9 +82,9 @@ export type SetUserCaptureScreen = (options : SetUserCaptureScreenOptions) => vo
export interface Uni {
/**
* 开启截屏监听
*
* @param {UserCaptureScreenCallback} callback
* 开启截屏监听
*
* @param {UserCaptureScreenCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#onusercapturescreen
* @uniPlatform {
* "app": {
...
...
@@ -94,9 +94,9 @@ export interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
3.9.0
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -106,9 +106,9 @@ export interface Uni {
*/
onUserCaptureScreen(callback : UserCaptureScreenCallback | null) : void,
/**
* 关闭截屏监听
*
* @param {UserCaptureScreenCallback} callback
* 关闭截屏监听
*
* @param {UserCaptureScreenCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen
* @uniPlatform {
* "app": {
...
...
@@ -118,9 +118,9 @@ export interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
3.9.0
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -130,9 +130,9 @@ export interface Uni {
*/
offUserCaptureScreen(callback : UserCaptureScreenCallback | null) : void,
/**
* 设置防截屏
*
* @param {SetUserCaptureScreenOptions} options
* 设置防截屏
*
* @param {SetUserCaptureScreenOptions} options
* @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#setusercapturescreen
* @uniPlatform {
* "app": {
...
...
@@ -144,7 +144,7 @@ export interface Uni {
* "ios": {
* "osVer": "13.0",
* "uniVer": "3.7.7",
* "unixVer": "
3.9.0
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -152,4 +152,4 @@ export interface Uni {
* @uniVueVersion 2,3 //支持的vue版本
*/
setUserCaptureScreen(options : SetUserCaptureScreenOptions) : void
}
\ No newline at end of file
}
uni_modules/uni-wifi/utssdk/interface.uts
浏览文件 @
5ae463a3
...
...
@@ -120,9 +120,9 @@ interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -144,9 +144,9 @@ interface Uni {
* "unixVer": "x"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -166,9 +166,9 @@ interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -207,9 +207,9 @@ interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -231,9 +231,9 @@ interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -271,9 +271,9 @@ interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -295,9 +295,9 @@ interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -319,9 +319,9 @@ interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -343,9 +343,9 @@ interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
@@ -367,9 +367,9 @@ interface Uni {
* "unixVer": "3.9.0"
* },
* "ios": {
* "osVer": "
9
.0",
* "osVer": "
12
.0",
* "uniVer": "3.7.7",
* "unixVer": "
x
"
* "unixVer": "
4.11
"
* }
* }
* }
...
...
DCloud_iOS_WZT
@m0_73422081
mentioned in commit
c70707e5
·
4月 03, 2024
mentioned in commit
c70707e5
mentioned in commit c70707e5f88874f5e0f3418c43eeea001429aa25
开关提交列表
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录