mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2024-12-05 09:26:52 +08:00
Eyre_S
d83fb713f9
- 修改 constant 声明 - 添加了 CHANNEL 声明程序来源 - 添加了 BRANCH 声明程序所处的更新线 - 将 get_frontpage_generate_version 移动至 SiteMeta 中 - 将 bookshelf 的 getHtml 中的主容器声明和生成器声明移至上层 - 给生成器声明添加了一个灰色小字的版本号声明 - ph-Bookshelf 的为 VERSION at CHANNEL/BRANCH - gitbook 为 VERSION
10 lines
162 B
PHP
10 lines
162 B
PHP
<?php
|
|
|
|
const APP_NAME = "ph-Bookshelf";
|
|
|
|
const VERSION = "0.1-dev";
|
|
const CHANNEL = "workshop-origin";
|
|
const BRANCH = "master";
|
|
|
|
const GITBOOK_VERSION = "3.2.3";
|