Update build.js
This commit is contained in:
@@ -290,7 +290,7 @@ function extractInfoFromPathingFile(filePath, parentFolders) {
|
|||||||
tags = [...new Set(tags)];
|
tags = [...new Set(tags)];
|
||||||
|
|
||||||
// 移除 "死亡笔记" 标签
|
// 移除 "死亡笔记" 标签
|
||||||
tags = tags.filter(tag => tag !== '死亡笔记');
|
tags = tags.filter(tag => !tag.includes('死亡笔记'));
|
||||||
|
|
||||||
return {
|
return {
|
||||||
author: contentObj.info.author || '',
|
author: contentObj.info.author || '',
|
||||||
|
|||||||
Reference in New Issue
Block a user