From f7616be8fc1c2fd59419ddcd000bff00d9804002 Mon Sep 17 00:00:00 2001 From: qiang014 Date: Tue, 14 Jun 2022 02:16:00 +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 22d813458..51fb1da76 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -10,7 +10,7 @@ |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为传统的实际像素|| +|transformPx|Boolean|true|是否转换项目的px,为true时将px转换为rpx,为false时,px为传统的实际像素。为兼容历史项目默认值为 true,但不推荐新项目启用此配置(新建项目模板一般配置为 false)|| |networkTimeout|Object||网络超时时间,[详见](/collocation/manifest?id=networktimeout)|| |debug|Boolean|false|是否开启 debug 模式,开启后调试信息以 ``info`` 的形式给出,其信息有页面的注册,页面路由,数据更新,事件触发等|| |uniStatistics|Object||[是否开启 uni 统计,全局配置](/collocation/manifest?id=uniStatistics)|2.2.3+| -- GitLab