From ec704e909a73c60f196367977157d7ab5e6af517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Thu, 23 May 2024 15:46:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-getProvider/utssdk/interface.uts | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/uni_modules/uni-getProvider/utssdk/interface.uts b/uni_modules/uni-getProvider/utssdk/interface.uts index 49f34c1..79d75e0 100644 --- a/uni_modules/uni-getProvider/utssdk/interface.uts +++ b/uni_modules/uni-getProvider/utssdk/interface.uts @@ -16,26 +16,26 @@ export type GetProviderSuccess = { provider: string[], /** * 得到的服务供应商服务对象 - * @uniPlatform { - * "app": { - * "android": { - * "osVer": "5.0", - * "uniVer": "√", - * "unixVer": "4.18" - * }, - * "ios": { - * "osVer": "9.0", - * "uniVer": "√", - * "unixVer": "4.18" - * } - * }, - * "web": { - * "uniVer": "x", - * "unixVer": "x" - * } + * @uniPlatform { + * "app": { + * "android": { + * "osVer": "5.0", + * "uniVer": "√", + * "unixVer": "4.18" + * }, + * "ios": { + * "osVer": "9.0", + * "uniVer": "√", + * "unixVer": "4.18" + * } + * }, + * "web": { + * "uniVer": "x", + * "unixVer": "x" + * } * } */ - + providers: UniProvider[], /** * 描述信息 @@ -94,8 +94,8 @@ export interface Uni { * } * }, * "web": { - * "uniVer": "√", - * "unixVer": "4.05" + * "uniVer": "x", + * "unixVer": "x" * } * } * @example -- GitLab