From 7e35b592c0cbd8c5f01482680811d7236e4eebd7 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Tue, 25 Aug 2026 16:31:26 +0800
Subject: [PATCH] 日记与笔记文件: YY.MMDD 前缀批量改为 YYYY-MM-DD
---
00index/0inbox/BUG.md | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/00index/0inbox/BUG.md b/00index/0inbox/BUG.md
index c4eecad..e9b0ccb 100644
--- a/00index/0inbox/BUG.md
+++ b/00index/0inbox/BUG.md
@@ -5,9 +5,10 @@
- tagfeed
words:
2026-08-23: 2728
+ 2026-08-25: 2811
---
-# 🏷 #BUG(实时聚合页)
+# 🏷 #bug(实时聚合页)
> 本页由 DataviewJS 实时计算,笔记有变动时自动刷新,无需任何后台服务。
@@ -27,7 +28,7 @@
// ============================================================
// ---------------- 配置区(通常只改这里) ----------------
-const targetTag = "BUG"; // 要聚合的标签(不带 #);多个标签用数组:["lyric", "歌词"]
+const targetTag = "bug"; // 要聚合的标签(不带 #);多个标签用数组:["lyric", "歌词"]
const excludedPaths = ["X2.Archived", "00index", "X0.Clippings", "X1.Knomo", "02DS/02copilot", ".agents", ".claude", ".copilot", ".opencode", ".smart-env", ".workbuddy", ".trash"]; // 要排除的文件夹/路径前缀(vault 相对路径)
// 例如:["00index", "模板", "X1.Knomo"]
// 补充说明:
--
Gitblit v1.9.3