Compare commits
4 Commits
4e72bab8ad
...
f9d94db46c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9d94db46c | ||
|
|
2cfaa62a9c | ||
|
|
576ca9844b | ||
|
|
274c4c4d99 |
@@ -289,6 +289,9 @@ function extractInfoFromPathingFile(filePath, parentFolders) {
|
|||||||
// 确保标签数组中没有重复项
|
// 确保标签数组中没有重复项
|
||||||
tags = [...new Set(tags)];
|
tags = [...new Set(tags)];
|
||||||
|
|
||||||
|
// 移除 "死亡笔记" 标签
|
||||||
|
tags = tags.filter(tag => !tag.includes('死亡笔记'));
|
||||||
|
|
||||||
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