This commit is contained in:
make
2025-04-06 01:15:48 +08:00
parent 9945b6b137
commit 57fad274d2
31 changed files with 622 additions and 362 deletions

View File

@@ -30,7 +30,7 @@
<div class="bookshelfMod">
<table>
<tbody>
<tr class="head">
<tr class="head" id="bookshelfMod-head">
<td>封面</td>
<td class="t2">书名</td>
<td class="t3">最新章节</td>
@@ -39,9 +39,7 @@
<td class="t6">状态</td>
<td class="t7">操作</td>
</tr>
{foreach $arrNewsNovel as $key=>$Novel}
{include file="Pc/Public/historyNovelList" /}
{/foreach}
</tbody>
</table>
@@ -54,6 +52,14 @@
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
displayBookshelf()
})
</script>
{/block}
{block name="customize"} {/block}