提交 d7fd15b4 编写于 作者: lizhongyi_'s avatar lizhongyi_

update interface jsdoc

上级 9c761c11
...@@ -10,7 +10,7 @@ export interface Uni { ...@@ -10,7 +10,7 @@ export interface Uni {
* @param {UTSCallback} callback * @param {UTSCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/memory.html#onmemorywarning * @tutorial https://uniapp.dcloud.net.cn/api/system/memory.html#onmemorywarning
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
...@@ -33,7 +33,7 @@ export interface Uni { ...@@ -33,7 +33,7 @@ export interface Uni {
* @param {UTSCallback} callback * @param {UTSCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/memory.html#offmemorywarning * @tutorial https://uniapp.dcloud.net.cn/api/system/memory.html#offmemorywarning
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
......
...@@ -93,7 +93,7 @@ export interface Uni { ...@@ -93,7 +93,7 @@ export interface Uni {
* @param {UserCaptureScreenCallback} callback * @param {UserCaptureScreenCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#onusercapturescreen * @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#onusercapturescreen
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
...@@ -116,7 +116,7 @@ export interface Uni { ...@@ -116,7 +116,7 @@ export interface Uni {
* @param {UserCaptureScreenCallback} callback * @param {UserCaptureScreenCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen * @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
...@@ -139,7 +139,7 @@ export interface Uni { ...@@ -139,7 +139,7 @@ export interface Uni {
* @param {SetUserCaptureScreenOptions} options * @param {SetUserCaptureScreenOptions} options
* @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#setusercapturescreen * @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#setusercapturescreen
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
......
...@@ -84,7 +84,7 @@ interface Uni { ...@@ -84,7 +84,7 @@ interface Uni {
* @param {WifiOption} option * @param {WifiOption} option
* @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#startwifi * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#startwifi
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.0", * "uniVer": "3.7.0",
...@@ -107,7 +107,7 @@ interface Uni { ...@@ -107,7 +107,7 @@ interface Uni {
* @param {WifiOption} option * @param {WifiOption} option
* @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#stopwifi * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#stopwifi
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.0", * "uniVer": "3.7.0",
...@@ -128,7 +128,7 @@ interface Uni { ...@@ -128,7 +128,7 @@ interface Uni {
* @param {WifiConnectOption} option * @param {WifiConnectOption} option
* @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#connectWifi * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#connectWifi
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.0", * "uniVer": "3.7.0",
...@@ -169,7 +169,7 @@ interface Uni { ...@@ -169,7 +169,7 @@ interface Uni {
* @param {WifiOption} option * @param {WifiOption} option
* @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#getWifiList * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#getWifiList
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.0", * "uniVer": "3.7.0",
...@@ -201,7 +201,7 @@ interface Uni { ...@@ -201,7 +201,7 @@ interface Uni {
* @param {UniWifiCallback} callback * @param {UniWifiCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#onGetWifiList * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#onGetWifiList
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.0", * "uniVer": "3.7.0",
...@@ -224,7 +224,7 @@ interface Uni { ...@@ -224,7 +224,7 @@ interface Uni {
* @param {UniWifiCallback} callback * @param {UniWifiCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#offGetWifiList * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#offGetWifiList
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.0", * "uniVer": "3.7.0",
...@@ -247,7 +247,7 @@ interface Uni { ...@@ -247,7 +247,7 @@ interface Uni {
* @param {GetConnectedWifiOptions} option * @param {GetConnectedWifiOptions} option
* @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#getConnectedWifi * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#getConnectedWifi
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.0", * "uniVer": "3.7.0",
...@@ -270,7 +270,7 @@ interface Uni { ...@@ -270,7 +270,7 @@ interface Uni {
* @param {UniWifiCallback} callback * @param {UniWifiCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#onWifiConnected * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#onWifiConnected
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.0", * "uniVer": "3.7.0",
...@@ -293,7 +293,7 @@ interface Uni { ...@@ -293,7 +293,7 @@ interface Uni {
* @param {UniWifiCallback} callback * @param {UniWifiCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#onWifiConnectedWithPartialInfo * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#onWifiConnectedWithPartialInfo
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.0", * "uniVer": "3.7.0",
...@@ -316,7 +316,7 @@ interface Uni { ...@@ -316,7 +316,7 @@ interface Uni {
* @param {UniWifiCallback} callback * @param {UniWifiCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#offWifiConnected * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#offWifiConnected
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.0", * "uniVer": "3.7.0",
...@@ -339,7 +339,7 @@ interface Uni { ...@@ -339,7 +339,7 @@ interface Uni {
* @param {UniWifiCallback} callback * @param {UniWifiCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#onOffWifiConnectedWithPartialInfo * @tutorial https://uniapp.dcloud.net.cn/api/system/wifi.html#onOffWifiConnectedWithPartialInfo
* @uniPlatform { * @uniPlatform {
* app: { * "app": {
* "android": { * "android": {
* "osVer": "4.4.4", * "osVer": "4.4.4",
* "uniVer": "3.7.0", * "uniVer": "3.7.0",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册