1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-19 00:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
Files
bookshelfplus/bookshelfplus-frontend/views/dashboard/component/footer.html

14 lines
261 B
HTML

<% 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>
<%}%>