https://github.com/monsterxcn/typecho-plugin-void
:wrench: 配合 VOID 主题食用的插件
https://github.com/monsterxcn/typecho-plugin-void
php typecho-plugin
Last synced: 2 months ago
JSON representation
:wrench: 配合 VOID 主题食用的插件
- Host: GitHub
- URL: https://github.com/monsterxcn/typecho-plugin-void
- Owner: monsterxcn
- Created: 2020-04-21T06:22:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T05:04:40.000Z (over 4 years ago)
- Last Synced: 2025-01-28T20:44:03.769Z (4 months ago)
- Topics: php, typecho-plugin
- Language: PHP
- Homepage:
- Size: 2.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Typecho Plugin VOID
✏ 一款简洁优雅的 Typecho 主题的插件
作为计算机术语时,VOID 的意思是「无类型」。这原是由 [AlanDecode](https://github.com/AlanDecode) 开发的 VOID 主题配套插件,由于 [monsterxcn/Typecho-Theme-VOID](https://github.com/monsterxcn/Typecho-Theme-VOID) 二次开发需要,我将插件也进行了二次开发以适应主题功能,此版本最主要的更新就是将 AlanDecode 的多个插件以及其他常用插件功能集成,启用此插件配合主题可省去安装 [ExSearch](https://github.com/AlanDecode/Typecho-Plugin-ExSearch) [PandaBangumi](https://github.com/AlanDecode/PandaBangumi-Typecho-Plugin) [GravatarServer](https://github.com/kraity/typecho-gravatar) 三个插件。
## 特性
- 浏览量统计
- 文章点赞
- 文章字数统计
- 评论投票与自动折叠
- 访客互动展示
- 即时搜索
- 追番展示
- 头像增强## 使用方法
下载本插件,解压后将文件夹名称修改为 VOID,上传至插件目录,登陆服务器授予插件目录下 cache 文件夹可读可写权限,在 Typecho 后台启用此插件。
- 将文件夹重命名为 VOID!
- 保证插件下 cache 目录可写!
- 不要与 ExSearch 或 PandaBangumi 插件同时开启!
- Exsearch 和 PandaBangumi 插件的高级用法请参考对应原版仓库说明。
- **推荐** 配合 [VOID 二次开发主题](https://github.com/monsterxcn/Typecho-Theme-VOID) 使用。## 更新日志
**2020.05.23** 集成 GravatarServer 插件功能
**2020.05.09** 文档修改
**2020.05.01** 调整 PandaBangumi 默认样式及夜间模式
**2020.04.30** 修复路由错误
**2020.04.28** 集成 PandaBangumi 插件功能
**2020.04.22** 集成 ExSearch 插件功能
**2020.04.21** 初始化仓库