mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-11 15:49:53 +08:00
更新 版本号
This commit is contained in:
parent
740bae50cb
commit
2d075c3316
@ -5,9 +5,9 @@ const os = require("os");
|
||||
//这样, 用户截图时, 可以知道具体的版本
|
||||
//请用户尽可能的不要修改本文件任何代码,因为每一次版本更新时,必定会冲突
|
||||
|
||||
const verisonA = "8.6.10 发行版本"; //发行版本
|
||||
const verisonA = "8.6.11 测试版本"; //发行版本
|
||||
|
||||
const verisonB = "No.20200712-13"; //版本批次
|
||||
const verisonB = "No.20200717-04"; //版本批次
|
||||
|
||||
let info = [os.type(), os.arch(), os.hostname(), os.release()].join(" ");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user