From d7fd15b4cdc70f93a6295909e7c3b291c364174d Mon Sep 17 00:00:00 2001 From: lizhongyi Date: Mon, 29 May 2023 17:41:14 +0800 Subject: [PATCH] update interface jsdoc --- .../uni-memorywarning/utssdk/interface.uts | 4 ++-- .../utssdk/interface.uts | 6 ++--- uni_modules/uni-wifi/utssdk/interface.uts | 22 +++++++++---------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/uni_modules/uni-memorywarning/utssdk/interface.uts b/uni_modules/uni-memorywarning/utssdk/interface.uts index 483c232..dd75bf6 100644 --- a/uni_modules/uni-memorywarning/utssdk/interface.uts +++ b/uni_modules/uni-memorywarning/utssdk/interface.uts @@ -10,7 +10,7 @@ export interface Uni { * @param {UTSCallback} callback * @tutorial https://uniapp.dcloud.net.cn/api/system/memory.html#onmemorywarning * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.7", @@ -33,7 +33,7 @@ export interface Uni { * @param {UTSCallback} callback * @tutorial https://uniapp.dcloud.net.cn/api/system/memory.html#offmemorywarning * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.7", 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", diff --git a/uni_modules/uni-wifi/utssdk/interface.uts b/uni_modules/uni-wifi/utssdk/interface.uts index e381fc6..8887feb 100644 --- a/uni_modules/uni-wifi/utssdk/interface.uts +++ b/uni_modules/uni-wifi/utssdk/interface.uts @@ -84,7 +84,7 @@ interface Uni { * @param {WifiOption} option * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#startwifi * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.0", @@ -107,7 +107,7 @@ interface Uni { * @param {WifiOption} option * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#stopwifi * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.0", @@ -128,7 +128,7 @@ interface Uni { * @param {WifiConnectOption} option * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#connectWifi * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.0", @@ -169,7 +169,7 @@ interface Uni { * @param {WifiOption} option * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#getWifiList * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.0", @@ -201,7 +201,7 @@ interface Uni { * @param {UniWifiCallback} callback * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#onGetWifiList * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.0", @@ -224,7 +224,7 @@ interface Uni { * @param {UniWifiCallback} callback * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#offGetWifiList * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.0", @@ -247,7 +247,7 @@ interface Uni { * @param {GetConnectedWifiOptions} option * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#getConnectedWifi * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.0", @@ -270,7 +270,7 @@ interface Uni { * @param {UniWifiCallback} callback * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#onWifiConnected * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.0", @@ -293,7 +293,7 @@ interface Uni { * @param {UniWifiCallback} callback * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#onWifiConnectedWithPartialInfo * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.0", @@ -316,7 +316,7 @@ interface Uni { * @param {UniWifiCallback} callback * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#offWifiConnected * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.0", @@ -339,7 +339,7 @@ interface Uni { * @param {UniWifiCallback} callback * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#onOffWifiConnectedWithPartialInfo * @uniPlatform { - * app: { + * "app": { * "android": { * "osVer": "4.4.4", * "uniVer": "3.7.0", -- GitLab