添加历史足迹

This commit is contained in:
DelLevin-Home
2026-01-27 00:08:18 +08:00
parent cdeff57e2c
commit 4484646f48
18 changed files with 1190 additions and 479 deletions

View File

@@ -12,7 +12,6 @@
// 获取 DOM 元素
const memosTab = document.querySelector('.nav-tab[data-tab="memos"]');
const memosContainer = document.getElementById("memos-container");
const memosContent = document.getElementById("memos-content");
// 日期格式化函数 (简单实现)
function formatDate(dateStr) {
@@ -201,4 +200,4 @@
loadMemos();
}
});
})();
})();