fix: 文档Tab修复_docsState重复声明JS错误(重构时遗留旧声明未删)
This commit is contained in:
@@ -1929,9 +1929,6 @@ function inMd(t) {
|
||||
.replace(/\[([^\]]+)\]\(([^)]+)\)/g, '<a href="$2" class="text-[#58a6ff]" target="_blank">$1</a>');
|
||||
}
|
||||
|
||||
// ── 📚 文档 Tab(2026-08-11 新增,开源项目式文档体系)──
|
||||
let _docsState = { loaded: false, currentPath: null, view: 'tree' }; // tree | versions | read
|
||||
|
||||
// ── 📚 文档 Tab(2026-08-11 重构为左右布局:左侧栏目录 + 右侧内容)──
|
||||
let _docsState = { currentPath: null, tree: null };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user