UNPKG

hexo-gpt-tag

Version:

Automatically tag your Hexo posts with GPT|使用GPT自动为Hexo文章添加标签

5 lines (3 loc) 119 B
'use strict'; var hexo = hexo || {}; hexo.extend.filter.register('before_post_render', require('./lib/process'), 10);