Compare commits

...

4 Commits

Author SHA1 Message Date
huiyadanli
f9d94db46c update repo.json
Some checks failed
Build repo.json / build (18.x) (push) Has been cancelled
Build repo.json / upload (push) Has been cancelled
2025-05-15 04:45:17 +00:00
辉鸭蛋
2cfaa62a9c Update build.js 2025-05-15 12:44:31 +08:00
huiyadanli
576ca9844b update repo.json 2025-05-15 04:41:31 +00:00
辉鸭蛋
274c4c4d99 Update build.js 2025-05-15 12:40:40 +08:00
2 changed files with 101 additions and 240 deletions

View File

@@ -289,6 +289,9 @@ function extractInfoFromPathingFile(filePath, parentFolders) {
// 确保标签数组中没有重复项
tags = [...new Set(tags)];
// 移除 "死亡笔记" 标签
tags = tags.filter(tag => !tag.includes('死亡笔记'));
return {
author: contentObj.info.author || '',
description: convertNewlines(contentObj.info.description || ''),

338
repo.json

File diff suppressed because it is too large Load Diff