Update build.js

This commit is contained in:
辉鸭蛋
2025-05-15 12:44:31 +08:00
committed by GitHub
parent 576ca9844b
commit 2cfaa62a9c

View File

@@ -290,7 +290,7 @@ function extractInfoFromPathingFile(filePath, parentFolders) {
tags = [...new Set(tags)];
// 移除 "死亡笔记" 标签
tags = tags.filter(tag => tag !== '死亡笔记');
tags = tags.filter(tag => !tag.includes('死亡笔记'));
return {
author: contentObj.info.author || '',