From 2cfaa62a9cb7da1cae35815004bf4941473a6b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Thu, 15 May 2025 12:44:31 +0800 Subject: [PATCH] Update build.js --- build/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.js b/build/build.js index 3598d5fd..4639d257 100644 --- a/build/build.js +++ b/build/build.js @@ -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 || '',