From c2fca885c4acfedc0538c06767fdf745c8d32efa Mon Sep 17 00:00:00 2001 From: gusaibo <1359847955@qq.com> Date: Wed, 8 Jun 2022 08:26:29 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/api/system/info.md.=20uni-app?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=E4=BA=86=E5=BC=82=E6=AD=A5(`uni.getSystemInf?= =?UTF-8?q?o`)=E5=92=8C=E5=90=8C=E6=AD=A5(`uni.getSystemInfoSync`)?= =?UTF-8?q?=E7=9A=842=E4=B8=AAAPI=E8=8E=B7=E5=8F=96=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=BF=A1=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 8b5813ec7..7acb0499b 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