mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2024-12-05 09:26:52 +08:00
Eyre_S
2820eda6a0
- 将版本号修改为 0.2-dev - 添加了 <ref source="xx"> 标签声明外源引用文本 - 添加 marked.js 用于处理外源 markdown 资料 - 添加了自定义的 `$(xx)` 用于在 md 中声明外源资料 - 添加了配套的 ref.css 和 ref.js - 同时更新了 pjax 支持 - 将 Parsedown 更新为 ParsedownExtra
10 lines
162 B
PHP
10 lines
162 B
PHP
<?php
|
|
|
|
const APP_NAME = "ph-Bookshelf";
|
|
|
|
const VERSION = "0.2-dev";
|
|
const CHANNEL = "workshop-origin";
|
|
const BRANCH = "master";
|
|
|
|
const GITBOOK_VERSION = "3.2.3";
|