1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-22 01:30:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

后台标题小调整

This commit is contained in:
2022-04-02 23:21:50 +08:00
parent a71cbf352a
commit f2f4846437
4 changed files with 16 additions and 9 deletions

View File

@@ -7,10 +7,9 @@
<body>
<%- include("../component/navbar.html"); %>
<main class="main">
<h1><%= headText %></h1>
<h1><%= headSubTextArr[page] || page %></h1>
<div id="container">
<div>
<%= typeof title !=='undefined' ? page : "出错啦"; %>
</div>
</div>
</main>