mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
修改客户支持页面
This commit is contained in:
parent
0758e9b21f
commit
fe34e07477
@ -1,7 +1,7 @@
|
||||
{
|
||||
"__filename__": "./core/info.json",
|
||||
"counterData": {
|
||||
"login": 20,
|
||||
"login": 21,
|
||||
"userOnlineCounter": 0,
|
||||
"notPermssionCounter": 4,
|
||||
"passwordError": 0,
|
||||
|
BIN
public/common/get_alipay.png
Normal file
BIN
public/common/get_alipay.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
@ -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>
|
||||
|
21
public/template/other/sponsor.html
Normal file
21
public/template/other/sponsor.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user