修改打包配置

This commit is contained in:
GYJ
2024-12-18 11:18:56 +08:00
parent 39b82e0b2e
commit 082b032b38
4 changed files with 143 additions and 172 deletions

View File

@@ -16,8 +16,8 @@ var env = ''; // 运行环境
var DD = d.getDate() >= 10 ? d.getDate() : '0' + d.getDate()
var h = d.getHours() >= 10 ? d.getHours() : '0' + d.getHours()
var mm = d.getMinutes() >= 10 ? d.getMinutes() : '0' + d.getMinutes()
version = yy + MM + DD + h + mm
versionPath = distPath + '/' + version
version = yy + MM + DD + h + mm;
versionPath = distPath + '/' + version;
})()
// 编译