pull/1284/head
xiang578 2023-03-06 22:20:48 +08:00
parent 6b362679ac
commit 0520681d95
1 changed files with 4 additions and 0 deletions

4
scripts/injector.js Normal file
View File

@ -0,0 +1,4 @@
hexo.extend.filter.register('theme_inject', function (injects) {
// 样式文件
injects.style.push('/source/_data/styles.styl');
})