mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2025-01-19 23:35:04 +08:00
Eyre_S
2fcdeafc72
- 支持了新的 bookshelf 以及其中的 config/link/book 解析 - 支持了新的 page/chapter/separator 以及 root_book 的解析 - 暂不支持 book.xml 根配置的解析 - 添加了为 Separator 设置的 css 样式
15 lines
242 B
PHP
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>
|