# 插件
# 插件整理
- vuepress-plugin-mermaidjs (opens new window) 流程图、时序图、类图、状态图 ......
- vuepress-plugin-baidu-autopush (opens new window) 百度推送
- vuepress-plugin-thirdparty-search (opens new window) 第三方搜索链接
- vuepress-plugin-one-click-copy (opens new window) 代码块复制按钮
- vuepress-plugin-zooming (opens new window) 放大图片
- vuepress-plugin-comment Valine方式加入评论 | Valine-Admin (opens new window) 加入邮箱通知
# 插件使用方法
- 加入插件包
yarn add -D vuepress-plugin-xxx # npm install -D vuepress-plugin-xxx
- 使用插件包
module.exports = {
plugins: [
[
'vuepress-plugin-xxx',
{ /* 配置 */ }
]
]
}
# 其他
GitHub Actions 定时运行代码:每天定时百度链接推送 (opens new window)