We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87513b commit 3f35a49Copy full SHA for 3f35a49
qiniu/zone.js
@@ -6,7 +6,7 @@ exports.up_host = function (uptoken, conf){
6
var version = process.versions;
7
var num = version.node.split(".")[0];
8
9
- // node 版本号低于 1.0.0, 使用默认域名上传,可以在conf中改下上传域名
+ // node 版本号低于 1.0.0, 使用默认域名上传,可以在conf中指定上传域名
10
if(num < 1 ){
11
conf.AUTOZONE = false;
12
}
0 commit comments