1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2025-01-19 23:35:04 +08:00
ph-Bookshelf/template/main.php
Eyre_S 2fcdeafc72
更新为 version 2.0 配置文件格式,书籍目录添加 Separator 支持,解析器部分跟进更新
- 支持了新的 bookshelf 以及其中的 config/link/book 解析
- 支持了新的 page/chapter/separator 以及 root_book 的解析
- 暂不支持 book.xml 根配置的解析
- 添加了为 Separator 设置的 css 样式
2023-02-26 16:12:45 +08:00

15 lines
242 B
PHP

<main id="main">
<div id="top" ></div>
<div id="main-heading"><div id="page-tools">
<button id="sidebar-show"></button>
</div></div>
<article id="article">
<?php require "./template/raw-article.php" ?>
</article>
</main>