Commit 824e4786 authored by suwings's avatar suwings
Browse files

修改 - 递增版本号

parent 48a5aafa
Showing with 3 additions and 13 deletions
+3 -13
......@@ -3,19 +3,9 @@ const os = require("os");
//前端显示版本
//每次更新之后,修改此处,表明修改
//这样, 用户截图时, 可以知道具体的版本
const oversion = "Beta_8.3.0.0"; //前端
const tversion = "Beta_8.3.0.0"; //后端
//首页
// WebSocketObserver().listener('index/update', (data) => {
// if (!permssion.isMaster(data.WsSession)) return;
// response.wsSend(data.ws, 'index/update', {
// system: os.type() + " " + os.arch(),
// root: process.cwd(),
// oneversion: oversion,
// twoversion: tversion
// })
// });
//请用户尽可能的不要修改本文件任何代码,因为每一次版本更新时,必定会冲突
const oversion = "release_8.3.1.0"; //前端
const tversion = "release_8.3.1.0"; //后端
let info = [os.type(), os.arch(), os.hostname(), os.release()].join(" ");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment