From 9886dffd8ebdf57682a7e3a82156e7c626467265 Mon Sep 17 00:00:00 2001 From: hmo Date: Tue, 11 Aug 2026 10:48:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E6=A1=A3Tab=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=5FdocsState=E9=87=8D=E5=A4=8D=E5=A3=B0=E6=98=8EJS=E9=94=99?= =?UTF-8?q?=E8=AF=AF(=E9=87=8D=E6=9E=84=E6=97=B6=E9=81=97=E7=95=99?= =?UTF-8?q?=E6=97=A7=E5=A3=B0=E6=98=8E=E6=9C=AA=E5=88=A0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/index.html b/static/index.html index c9a59989..377c05e2 100644 --- a/static/index.html +++ b/static/index.html @@ -1929,9 +1929,6 @@ function inMd(t) { .replace(/\[([^\]]+)\]\(([^)]+)\)/g, '$1'); } -// ── 📚 文档 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 };