mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
修改 ./assets 为 /assets ;后台书栖网替换为SVG图标
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
<div class="navbar-grid">
|
||||
<div class="grid-item"></div>
|
||||
<div class="grid-item" style="grid-column-start: span 2;">
|
||||
<h1 style="display: inline; vertical-align: middle; margin-right: 20px; cursor: pointer;"
|
||||
onclick="location.href='/';">
|
||||
书栖网
|
||||
<h1 style="display: inline; vertical-align: middle; margin-right: 20px; cursor: pointer;" onclick="location.href='/';">
|
||||
<img src="/assets/image/svg/home.svg" style="width: 1em; height: 1em; transform: translateY(2px);" title="返回首页">
|
||||
</h1>
|
||||
<% Object.keys(dashboardPage).forEach(item => { %>
|
||||
<a href="./<%= item %>" style="vertical-align: middle;"><%= dashboardPage[item].title %></a>
|
||||
|
Reference in New Issue
Block a user