From b5d271d03e32328a86623814f08f764ff3554424 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Tue, 27 Dec 2022 17:52:42 +0800 Subject: [PATCH] fix: manifest.json versionCode fixed #9 --- 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 e2c97b258..58215cc41 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -9,7 +9,7 @@ |description|String||应用描述|| |locale|String|auto|设置当前默认语言,具体参考 [locale](/api/ui/locale)|| |versionName|String||版本名称,例如:1.0.0。详见下方Tips说明|| -|versionCode|String||版本号,例如:36|| +|versionCode|Number||版本号,例如:36|| |transformPx|Boolean|true|是否转换项目的px,为true时将px转换为rpx,为false时,px为传统的实际像素。为兼容历史项目默认值为 true,但不推荐新项目启用此配置(新建项目模板一般配置为 false)|| |networkTimeout|Object||网络超时时间,[详见](/collocation/manifest?id=networktimeout)|| |debug|Boolean|false|是否开启 debug 模式,开启后调试信息以 ``info`` 的形式给出,其信息有页面的注册,页面路由,数据更新,事件触发等|| -- GitLab