From 147d60fb700a354ac3edcb10e7c8cd15bda75fed Mon Sep 17 00:00:00 2001 From: lizhongyi Date: Tue, 30 May 2023 18:00:55 +0800 Subject: [PATCH] update uni-usercapturescreen interface jsdoc --- uni_modules/uni-usercapturescreen/utssdk/interface.uts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uni_modules/uni-usercapturescreen/utssdk/interface.uts b/uni_modules/uni-usercapturescreen/utssdk/interface.uts index 98ce4c1..889adb0 100644 --- a/uni_modules/uni-usercapturescreen/utssdk/interface.uts +++ b/uni_modules/uni-usercapturescreen/utssdk/interface.uts @@ -93,7 +93,7 @@ export interface Uni { * @param {UserCaptureScreenCallback} callback * @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#onusercapturescreen * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.7", @@ -116,7 +116,7 @@ export interface Uni { * @param {UserCaptureScreenCallback} callback * @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.7", @@ -139,7 +139,7 @@ export interface Uni { * @param {SetUserCaptureScreenOptions} options * @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#setusercapturescreen * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.7", -- GitLab