处理器

处理器用于处理 source 文件夹中的源文件。

¥A processor is used to process source files in the source folder.

概要

¥Synopsis

hexo.extend.processor.register(rule, function (file) {
// ...
});

有关更多信息,请参阅 box

¥For more info, see box.