From f09a02c3c93fcc444ce630b124e37286cb7913b6 Mon Sep 17 00:00:00 2001 From: qiang014 Date: Thu, 23 Sep 2021 04:12:15 +0000 Subject: [PATCH] update docs/collocation/manifest.md. --- docs/collocation/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collocation/manifest.md b/docs/collocation/manifest.md index a0587abc6..01e57528d 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -7,7 +7,7 @@ |name|String||应用名称|| |appid|String|新建 uni-app 项目时,DCloud 云端分配。用途[详见](https://ask.dcloud.net.cn/article/35907)|应用标识|| |description|String||应用描述|| -|locale|String|auto|设置当前默认语言,具体参考 [locale](/api/ui/prompt/locale)|| +|locale|String|auto|设置当前默认语言,具体参考 [locale](/api/ui/locale)|| |versionName|String||版本名称,例如:1.0.0。详见下方Tips说明|| |versionCode|String||版本号,例如:36|| |transformPx|Boolean|true|是否转换项目的px,为true时将px转换为rpx,为false时,px为传统的实际像素|| -- GitLab