修改客户支持页面

This commit is contained in:
suwings 2017-11-18 14:56:46 +08:00
parent 0758e9b21f
commit fe34e07477
4 changed files with 27 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"__filename__": "./core/info.json",
"counterData": {
"login": 20,
"login": 21,
"userOnlineCounter": 0,
"notPermssionCounter": 4,
"passwordError": 0,

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -11,7 +11,7 @@
<a target="_blank" href="https://wj.qq.com/s/1494129/b8b5">调查问卷</a>
</p>
<br>
<p>我们将立即更新下一个版本,可是我们需要当前版本更多的信息</p>
<p>我们将快速更新,加快版本更新周期</p>
<br><br>
</div>
</div>
@ -42,10 +42,11 @@
<div class="Panel PanelRed">
<div class="PanelTitle">源代码开放协议</div>
<div class="PanelBody">
<p>后端代码闭源,为混淆加密代码,禁止修改复制和二次开发;</p>
<p>前端基本开源,拥有丰富的注释,请遵守 MIT License.</p>
<p>本项目完全开源: <a href="https://github.com/Suwings/MCSManager" target="_blank">https://github.com/Suwings/MCSManager </a></p>
<p>欢迎参观,欢迎 pull request , issues或 star</p>
<small>开源协议: GNU Affero General Public License v3.0</small>
<br>
<p>如果您不想再看见这个页面,可以删除 template/feelback.html 文件.</p>
</div>
</div>
</div>

View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>支持开发团队</title>
<style>
html,body{
margin: 0;padding: 0;
height: 100%;
}
</style>
</head>
<body>
<div style="margin-bottom: 8px; background-color: #0D6AAD;height: 60px;line-height: 60px;font-size: 18px;color: white;padding-left: 8px;">
支持开发团队
</div>
<div style="overflow: scroll;word-break: break-word;text-align: center;">
<img src="../../common/get_alipay.png" />
</div>
</body>
</html>