mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2024-12-05 09:26:52 +08:00
Eyre_S
4b5a33278f
- 添加插件 rolling-title 可以使网页标题有滚动向左的效果 - 默认关闭,使用 enhanced.web.web-title.rolling-title = true 打开 - PHP Markdown 添加 Heading_Permalink 插件 - 支持了自动为标题生成同名定位标 - 添加了一个 ⁕ 悬浮的 permalink 按钮 - 添加了插件 heading-permalink-highlights 使标题被定位时 permalink 按钮会产生闪烁效果
8 lines
117 B
PHP
8 lines
117 B
PHP
<?php
|
|
|
|
const APP_NAME = "ph-Bookshelf";
|
|
|
|
const VERSION = "0.3.4";
|
|
const CHANNEL = "suk-ws";
|
|
const BRANCH = "master";
|