mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-19 00:10:39 +08:00
14 lines
261 B
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>
|
|
<%}%> |