diff --git a/uni_modules/uni-usercapturescreen/package.json b/uni_modules/uni-usercapturescreen/package.json index 884c4ef49705916467370cb2b4f230307afa4948..f1e4ca2eaedcc64ede2d0c88fc5449574a426877 100644 --- a/uni_modules/uni-usercapturescreen/package.json +++ b/uni_modules/uni-usercapturescreen/package.json @@ -8,7 +8,7 @@ ], "repository": "", "engines": { - "HBuilderX": "^3.6.8" + "HBuilderX": "^3.7.7" }, "dcloudext": { "type": "uts", diff --git a/uni_modules/uni-usercapturescreen/utssdk/interface.uts b/uni_modules/uni-usercapturescreen/utssdk/interface.uts index 9cf97edf7fd57fc18578c149e227388907f9c709..4e89bff3d3ec46bd6822f7cb25e4583ad2a6b6d3 100644 --- a/uni_modules/uni-usercapturescreen/utssdk/interface.uts +++ b/uni_modules/uni-usercapturescreen/utssdk/interface.uts @@ -20,7 +20,7 @@ export type UserCaptureScreenCallback = (res : OnUserCaptureScreenCallbackResult * @param {UserCaptureScreenCallback} callback * @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#onusercapturescreen * @platforms APP-IOS = ^9.0,APP-ANDROID = ^4.4 - * @since 3.6.8 + * @since 3.7.7 */ export type OnUserCaptureScreen = (callback : UserCaptureScreenCallback | null) => void @@ -31,7 +31,7 @@ export type OnUserCaptureScreen = (callback : UserCaptureScreenCallback | null) * @param {UserCaptureScreenCallback} callback * @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen * @platforms APP-IOS = ^9.0,APP-ANDROID = ^4.4 - * @since 3.6.8 + * @since 3.7.7 */ export type OffUserCaptureScreen = (callback : UserCaptureScreenCallback | null) => void