From 6d05959311f2a57ace97171614dd52caad63866c Mon Sep 17 00:00:00 2001 From: "Persi.Liao" <1786361+PersiLiao@user.noreply.gitee.com> Date: Fri, 3 Jun 2022 15:08:27 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/api/system/info.md.=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20=E5=BC=82=E6=AD=A5(`uni.getSystemInfo`)=E5=92=8C?= =?UTF-8?q?=E5=90=8C=E6=AD=A5(`uni.getSystemInfoSync`)=20=E7=9A=842?= =?UTF-8?q?=E4=B8=AAAPI=E8=8E=B7=E5=8F=96=E7=B3=BB=E7=BB=9F=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/system/info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/system/info.md b/docs/api/system/info.md index b9f5868a..05cbb24d 100644 --- a/docs/api/system/info.md +++ b/docs/api/system/info.md @@ -1,6 +1,6 @@ ### 系统信息的概念 -uni-app提供了同步(`uni.getSystemInfo`)和异步(`uni.getSystemInfoSync`)的2个API获取系统信息。 +uni-app提供了异步(`uni.getSystemInfo`)和同步(`uni.getSystemInfoSync`)的2个API获取系统信息。 系统信息返回的内容非常多,各操作系统、各家小程序、各浏览器对它们的定义也不相同。uni-app里重新梳理了这些概念,同时为了向下兼容也保留了这些平台原来的概念,但不推荐使用。 -- Gitee