mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-01-03 09:36:37 +08:00
提供管理界面的HTTP/HTTPS修改功能
This commit is contained in:
4
web/views/@default/about/qq.css
Normal file
4
web/views/@default/about/qq.css
Normal file
@@ -0,0 +1,4 @@
|
||||
table img {
|
||||
width: 20em;
|
||||
}
|
||||
/*# sourceMappingURL=qq.css.map */
|
||||
1
web/views/@default/about/qq.css.map
Normal file
1
web/views/@default/about/qq.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["qq.less"],"names":[],"mappings":"AAAA,KAAM;EACL,WAAA","file":"qq.css"}
|
||||
8
web/views/@default/about/qq.html
Normal file
8
web/views/@default/about/qq.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{$layout "layout_popup"}
|
||||
|
||||
<h3>QQ群 <span>659832182</span></h3>
|
||||
<table class="ui table">
|
||||
<tr>
|
||||
<td><img src="/images/qq-group-qrcode.png"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
3
web/views/@default/about/qq.less
Normal file
3
web/views/@default/about/qq.less
Normal file
@@ -0,0 +1,3 @@
|
||||
table img {
|
||||
width: 20em;
|
||||
}
|
||||
Reference in New Issue
Block a user