开启版本控制

This commit is contained in:
YeMingfei666 2024-12-17 09:06:57 +08:00
parent b2c7ce63b7
commit 9fdeb22e15
1 changed files with 2 additions and 2 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
})()
// 编译