Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
MCSManager
Commits
824e4786
Commit
824e4786
authored
6 years ago
by
suwings
Browse files
Options
Download
Email Patches
Plain Diff
修改 - 递增版本号
parent
48a5aafa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helper/version.js
+3
-13
helper/version.js
with
3 additions
and
13 deletions
+3
-13
helper/version.js
+
3
-
13
View file @
824e4786
...
...
@@ -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
(
"
"
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets