From 42dc3438ac4f277e4f2c37a6363e885fcf748e87 Mon Sep 17 00:00:00 2001 From: lizhongyi Date: Mon, 29 May 2023 17:44:13 +0800 Subject: [PATCH] update uni-wifi interface jsdoc --- uni_modules/uni-wifi/utssdk/interface.uts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/uni_modules/uni-wifi/utssdk/interface.uts b/uni_modules/uni-wifi/utssdk/interface.uts index 9bc4cc9..45f9279 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