Skip to content

Latest commit

 

History

History
executable file
·
39 lines (23 loc) · 926 Bytes

File metadata and controls

executable file
·
39 lines (23 loc) · 926 Bytes

CustomFields

Typecho自定义字段

安装方式1:

下载后解压,将文件夹名称改为CustomFields,然后移动到usr/plugins目录下

然后打开网站后台的插件--启用插件--配置字段即可。

安装方式2:

通过SSH进入到站点的/usr/plugins目录下,运行:

git clone https://github.com/ma3252788/CustomFields.git

然后打开网站后台的插件--启用插件--配置配置字段即可

这种方式比较容易更新~

以后每次更新插件,只需要SSH进入到/usr/plugins/CustomFields下,运行 git pull origin master 即可~

/**
 * `Typecho`自定义字段
 * 最新版本:v1.0.0
 *
 * @package CustomFields
 * @author 马春杰
 * @link https://www.machunjie.com/opensource/1792.html
 * @link_gitee https://gitee.com/public_sharing/CustomFields
 * @link_github https://github.com/ma3252788/CustomFields
 */