diff --git a/uni_modules/uni-getbatteryinfo/utssdk/interface.uts b/uni_modules/uni-getbatteryinfo/utssdk/interface.uts index 79130b5dac27150d68fbf533ab06186612d70975..b19dc13d16e43ab04a323af4f53f59d5503ac243 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 1e3250e8dbf5da28517666206eae16748871dd28..999895adb33eed576229538b8771acd182f7516a 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 5339338b3aa31e22edf9ced46579b95ee0ae9462..660ba251923808031b0eea043efa8a33fe862ad5 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 db0ba89fcad6fe4e8a3a965b569347c5f41a9a59..11f05169ffe57596abc1c70af6a6eec81e5fe4f2 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" * } * } * }