From 9ea590784a6a5e9afe2c106f73fea1ff925573ed Mon Sep 17 00:00:00 2001 From: Rhino Date: Tue, 31 May 2022 06:49:32 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/api/system/info.md.=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5,=E5=BC=82=E6=AD=A5=E4=B8=8A=E4=B8=8B=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E4=B8=8D=E4=B8=80=E8=87=B4?= 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 1f38aa09e..983c3f67e 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