Commit 44e3ad51 authored by Suwings's avatar Suwings
Browse files

修改 当前发行版本

parent 0cc8f1e1
Showing with 2 additions and 2 deletions
+2 -2
......@@ -4,8 +4,8 @@ const os = require("os");
//每次更新之后,修改此处,表明修改
//这样, 用户截图时, 可以知道具体的版本
//请用户尽可能的不要修改本文件任何代码,因为每一次版本更新时,必定会冲突
const oversion = "8.6.4 发行版本"; //前端
const tversion = "8.6.4 发行版本"; //后端
const oversion = "8.6.5 发行版本"; //前端
const tversion = "8.6.5 发行版本"; //后端
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