fix: 文档Tab修复_docsState重复声明JS错误(重构时遗留旧声明未删)

This commit is contained in:
hmo
2026-08-11 10:48:44 +08:00
parent d5771f3630
commit 9886dffd8e
-3
View File
@@ -1929,9 +1929,6 @@ function inMd(t) {
.replace(/\[([^\]]+)\]\(([^)]+)\)/g, '<a href="$2" class="text-[#58a6ff]" target="_blank">$1</a>');
}
// ── 📚 文档 Tab2026-08-11 新增,开源项目式文档体系)──
let _docsState = { loaded: false, currentPath: null, view: 'tree' }; // tree | versions | read
// ── 📚 文档 Tab2026-08-11 重构为左右布局:左侧栏目录 + 右侧内容)──
let _docsState = { currentPath: null, tree: null };