mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-10-13 19:25:14 +08:00
后台管理前端结构调整;管理员后台添加第三方账号绑定
This commit is contained in:
14
bookshelfplus-frontend/views/dashboard/component/footer.html
Normal file
14
bookshelfplus-frontend/views/dashboard/component/footer.html
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
<% if (group == "admin") {%>
|
||||
<div class="footer" style="margin-top: 10vh;">
|
||||
<hr>
|
||||
<p>
|
||||
<a href="/status">网站状态检测</a>
|
||||
</p>
|
||||
</div>
|
||||
<%} else {%>
|
||||
<div class="footer" style="margin-top: 10vh;">
|
||||
<hr>
|
||||
<p>书栖网</p>
|
||||
</div>
|
||||
<%}%>
|
Reference in New Issue
Block a user