mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-10 00:00:26 +08:00
提供管理界面的HTTP/HTTPS修改功能
This commit is contained in:
@@ -83,6 +83,17 @@
|
||||
<!-- 功能区 -->
|
||||
{$TEA.VIEW}
|
||||
</div>
|
||||
|
||||
<!-- 底部 -->
|
||||
<div id="footer" class="ui menu inverted light-blue borderless small">
|
||||
<a href="/settings/upgrade" class="item" title="点击进入检查版本更新页面">{{teaName}} v{{teaVersion}}</a>
|
||||
<a href="https://github.com/TeaOSLab/EdgeAdmin" target="_blank" class="item">GitHub</a>
|
||||
<!--<a href="http://teaos.cn" target="_blank" class="item">官网</a>
|
||||
<a href="http://teaos.cn/doc" target="_blank" class="item">文档</a>-->
|
||||
<a href="https://github.com/TeaOSLab/EdgeAdmin/issues" target="_blank" class="item">提Bug</a>
|
||||
<a class="item" @click.prevent="showQQGroupQrcode()">QQ讨论群:659832182 <i class="icon qrcode"></i> </a>
|
||||
<a class="item right" href="http://teaos.cn/doc/donate/Index.md" target="_blank">捐赠作者</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{$echo "footer"}
|
||||
|
||||
Reference in New Issue
Block a user