Update build.js
This commit is contained in:
@@ -289,6 +289,9 @@ function extractInfoFromPathingFile(filePath, parentFolders) {
|
|||||||
// 确保标签数组中没有重复项
|
// 确保标签数组中没有重复项
|
||||||
tags = [...new Set(tags)];
|
tags = [...new Set(tags)];
|
||||||
|
|
||||||
|
// 移除 "死亡笔记" 标签
|
||||||
|
tags = tags.filter(tag => tag !== '死亡笔记');
|
||||||
|
|
||||||
return {
|
return {
|
||||||
author: contentObj.info.author || '',
|
author: contentObj.info.author || '',
|
||||||
description: convertNewlines(contentObj.info.description || ''),
|
description: convertNewlines(contentObj.info.description || ''),
|
||||||
|
|||||||
Reference in New Issue
Block a user