mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2025-01-19 07:22:26 +08:00
Eyre_S
2fcdeafc72
- 支持了新的 bookshelf 以及其中的 config/link/book 解析 - 支持了新的 page/chapter/separator 以及 root_book 的解析 - 暂不支持 book.xml 根配置的解析 - 添加了为 Separator 设置的 css 样式
8 lines
124 B
PHP
8 lines
124 B
PHP
<?php
|
|
|
|
const APP_NAME = "ph-Bookshelf";
|
|
|
|
const VERSION = "0.5.0-alpha1";
|
|
const CHANNEL = "suk-ws";
|
|
const BRANCH = "master";
|