UNPKG
hexo-mod-abbrlink
Version:
latest (1.34.3)
1.34.3
1.34.2
1.3.2
1.3.0
1.2.0
1.1.0
1.0.0
自用-按自己想法生成的链接
github.com/zzmark/hexo-pinyinlink
rozbo/hexo-abbrlink
hexo-mod-abbrlink
/
index.js
2 lines
•
88 B
JavaScript
View Raw
1
2
'use strict'
; hexo.
extend
.
filter
.
register
(
'post_permalink'
,
require
(
'./lib/logic'
),
1
);