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

所有页面的网页标题和页内标题区分开;搜索页允许查询空字符串(列出所有)

This commit is contained in:
2022-04-02 22:51:25 +08:00
parent 26c4e1c55f
commit 4446720adb
14 changed files with 39 additions and 36 deletions

View File

@@ -32,7 +32,7 @@
<%- include("../component/navbar.html"); %>
<main class="main">
<h1>
<%= title %>
<%= headText %>
</h1>
<div id="container">
<% links.forEach(item=> { %>

View File

@@ -35,7 +35,7 @@
<body>
<%- include("../component/navbar.html"); %>
<main class="main">
<h1><%= title %></h1>
<h1><%= headText %></h1>
<p><%= page %></p>
<div id="container">
<div id="container-controls">页面加载中,请稍候 ...</div>