mirror of https://github.com/tp4a/teleport
升级服务端版本号到 2.2.9.3,准备发布新版本。
parent
6ef17c79b1
commit
1a3f7f3378
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf8 -*-
|
# -*- coding: utf8 -*-
|
||||||
VER_TELEPORT_SERVER = "2.2.8.1"
|
VER_TELEPORT_SERVER = "2.2.9.3"
|
||||||
VER_TELEPORT_ASSIST = "2.2.6.1"
|
VER_TELEPORT_ASSIST = "2.2.6.1"
|
||||||
|
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
#ifndef __TS_SERVER_VER_H__
|
#ifndef __TS_SERVER_VER_H__
|
||||||
#define __TS_SERVER_VER_H__
|
#define __TS_SERVER_VER_H__
|
||||||
|
|
||||||
#define TP_SERVER_VER L"2.2.8.1"
|
#define TP_SERVER_VER L"2.2.9.3"
|
||||||
|
|
||||||
#endif // __TS_SERVER_VER_H__
|
#endif // __TS_SERVER_VER_H__
|
||||||
|
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
#ifndef __TS_SERVER_VER_H__
|
#ifndef __TS_SERVER_VER_H__
|
||||||
#define __TS_SERVER_VER_H__
|
#define __TS_SERVER_VER_H__
|
||||||
|
|
||||||
#define TP_SERVER_VER L"2.2.8.1"
|
#define TP_SERVER_VER L"2.2.9.3"
|
||||||
|
|
||||||
#endif // __TS_SERVER_VER_H__
|
#endif // __TS_SERVER_VER_H__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# -*- coding: utf8 -*-
|
# -*- coding: utf8 -*-
|
||||||
TS_VER = "2.2.8.1"
|
TS_VER = "2.2.9.3"
|
||||||
TP_ASSIST_LAST_VER = "2.2.6.1"
|
TP_ASSIST_LAST_VER = "2.2.6.1"
|
||||||
TP_ASSIST_REQUIRE = "2.0.0.1"
|
TP_ASSIST_REQUIRE = "2.0.0.1"
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
<div class="col-md-5">
|
<div class="col-md-5">
|
||||||
<div class="auth-box auth-box-lg">
|
<div class="auth-box auth-box-lg">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a id="login-type-password" class="title selected" href="javascript:;">账号/密码 登录</a>
|
<a id="login-type-password" class="title selected" href="javascript:;">账号/密码登录</a>
|
||||||
<a id="login-type-oath" class="title" href="javascript:;">身份验证器</a>
|
<a id="login-type-oath" class="title" href="javascript:;">身份验证器登录</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="inputarea">
|
<div class="inputarea">
|
||||||
|
@ -61,8 +61,8 @@
|
||||||
<div id="login-area-oath" style="display:none;">
|
<div id="login-area-oath" style="display:none;">
|
||||||
<div class="inputbox">
|
<div class="inputbox">
|
||||||
<div class="input-group input-group-lg">
|
<div class="input-group input-group-lg">
|
||||||
<span class="input-group-addon"><i class="fa fa-google fa-fw"></i></span>
|
<span class="input-group-addon"><i class="fa fa-clock-o fa-fw"></i></span>
|
||||||
<input id="oath-code" type="text" class="form-control" placeholder="谷歌身份验证器动态验证码">
|
<input id="oath-code" type="text" class="form-control" placeholder="6位数字身份验证器动态验证码">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
<div id="foot">
|
<div id="foot">
|
||||||
<nav class="navbar navbar-default navbar-fixed-bottom">
|
<nav class="navbar navbar-default navbar-fixed-bottom">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>触维软件旗下产品 | TELEPORT v${eom_ver.TS_VER} | ©2015 - 2017 <a href="http://www.eomsoft.net/" target="_blank">触维软件</a>,保留所有权利。</p>
|
<p>触维软件旗下产品 | TELEPORT v${eom_ver.TS_VER} | ©2015 - 2017 <a href="http://teleport.eomsoft.net/" target="_blank">触维软件</a>,保留所有权利。</p>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -33,10 +33,6 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<div class="box">
|
|
||||||
<img src="/test/oath-code?">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h1>这是一级标题,This is H1.</h1>
|
<h1>这是一级标题,This is H1.</h1>
|
||||||
<h2>这是二级标题,This is H2.</h2>
|
<h2>这是二级标题,This is H2.</h2>
|
||||||
|
|
|
@ -14,6 +14,6 @@ Build : 构建号。构建号用于表明此版本发布之前进行了多少
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TELEPORT_SERVER 2.2.8.1
|
TELEPORT_SERVER 2.2.9.3
|
||||||
TELEPORT_ASSIST 2.2.6.1
|
TELEPORT_ASSIST 2.2.6.1
|
||||||
TELEPORT_ASSIST_REQUIRE 2.0.0.1
|
TELEPORT_ASSIST_REQUIRE 2.0.0.1
|
||||||
|
|
Loading…
Reference in New Issue