1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2024-12-05 01:16:53 +08:00
ph-Bookshelf/constant.php
Eyre_S 05f91605c7
add support for highlightjs lang-plugins, bug fixes.
- fix problem that image width is sometimes bigger than 100%
- fix codeblock background config doesn't work
- added codeblock.fg-color config (fix cannot change codeblock text color)
- changes the config name -- make it shorter
2023-01-29 10:41:50 +08:00

8 lines
117 B
PHP

<?php
const APP_NAME = "ph-Bookshelf";
const VERSION = "0.4.0";
const CHANNEL = "suk-ws";
const BRANCH = "master";