1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-10 01:35:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

字体加载逻辑优化

This commit is contained in:
2022-03-15 22:33:48 +08:00
parent bda3e3e071
commit 80a5b59bdf
5 changed files with 50 additions and 17 deletions

View File

@@ -8,7 +8,7 @@
<main class="main">
<h1><%= title %></h1>
<div id="container">
<a href="./book">书本详情页</a>
<!-- <a href="./book">书本详情页</a> -->
</div>
</main>
<%- include("./component/footer.html"); %>