From 5ae463a3875332d4ad04db7f01f13860a457ffa0 Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Wed, 3 Apr 2024 20:26:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B9=B3=E5=8F=B0=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-getbatteryinfo/utssdk/interface.uts | 8 ++-- .../uni-memorywarning/utssdk/interface.uts | 8 ++-- .../utssdk/interface.uts | 30 +++++++------- uni_modules/uni-wifi/utssdk/interface.uts | 40 +++++++++---------- 4 files changed, 43 insertions(+), 43 deletions(-) diff --git a/uni_modules/uni-getbatteryinfo/utssdk/interface.uts b/uni_modules/uni-getbatteryinfo/utssdk/interface.uts index 79130b5..b19dc13 100644 --- a/uni_modules/uni-getbatteryinfo/utssdk/interface.uts +++ b/uni_modules/uni-getbatteryinfo/utssdk/interface.uts @@ -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" * } * } * } diff --git a/uni_modules/uni-memorywarning/utssdk/interface.uts b/uni_modules/uni-memorywarning/utssdk/interface.uts index 1e3250e..999895a 100644 --- a/uni_modules/uni-memorywarning/utssdk/interface.uts +++ b/uni_modules/uni-memorywarning/utssdk/interface.uts @@ -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" * } * } * } diff --git a/uni_modules/uni-usercapturescreen/utssdk/interface.uts b/uni_modules/uni-usercapturescreen/utssdk/interface.uts index 5339338..660ba25 100644 --- a/uni_modules/uni-usercapturescreen/utssdk/interface.uts +++ b/uni_modules/uni-usercapturescreen/utssdk/interface.uts @@ -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 +} diff --git a/uni_modules/uni-wifi/utssdk/interface.uts b/uni_modules/uni-wifi/utssdk/interface.uts index db0ba89..11f0516 100644 --- a/uni_modules/uni-wifi/utssdk/interface.uts +++ b/uni_modules/uni-wifi/utssdk/interface.uts @@ -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" * } * } * } -- GitLab