# Typecho插件-PushDeer评论推送-Comment2PushDeer **Repository Path**: Pycharm-Project/Comment2PushDeer ## Basic Information - **Project Name**: Typecho插件-PushDeer评论推送-Comment2PushDeer - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-24 - **Last Updated**: 2024-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Comment2PushDeer 将`typecho`博客的评论通过`PushDeer`推送 ### 安装方式1: 下载后解压,将文件夹名称改为`Comment2PushDeer`,然后移动到`usr/plugins`目录下 然后打开网站后台的`插件`--`启用插件`--配置`PDKEY`即可 ### 安装方式2: 通过`SSH`进入到站点的`/usr/plugins`目录下,运行: `git clone https://github.com/ma3252788/Comment2PushDeer.git` 然后打开网站后台的`插件`--`启用插件`--配置`PDKEY`即可 这种方式比较容易更新~ 以后每次更新插件,只需要`SSH`进入到`/usr/plugins/Comment2PushDeer`下,运行 `git pull origin master` 即可~ ```bash /** * PushDeer推送评论通知 * 最新版本:v1.0.2 * * @package Comment2PushDeer * @author 马春杰 * @link https://www.machunjie.com/opensource/1662.html * @link_gitee https://gitee.com/public_sharing/Comment2PushDeer * @link_github https://github.com/ma3252788/Comment2PushDeer */ ```