From f69283415387115b505cf46b36945ccf2bd538b8 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 15 Jan 2026 10:38:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Status=E5=AF=BC=E8=88=AA=E9=A1=B9?= =?UTF-8?q?=E7=8E=B0=E5=9C=A8=E6=AD=A3=E7=A1=AE=E6=98=BE=E7=A4=BACLI?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E9=A1=B5=E9=9D=A2=E8=80=8C=E9=9D=9ECLAUDE.md?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cli-manager视图路由错误调用了renderClaudeManager(),修复为调用正确的renderCliManager()函数。 Co-Authored-By: Claude Opus 4.5 --- ccw/src/templates/dashboard-js/components/navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccw/src/templates/dashboard-js/components/navigation.js b/ccw/src/templates/dashboard-js/components/navigation.js index 83fe734f..dde5db86 100644 --- a/ccw/src/templates/dashboard-js/components/navigation.js +++ b/ccw/src/templates/dashboard-js/components/navigation.js @@ -126,7 +126,7 @@ function initNavigation() { } else if (currentView === 'explorer') { renderExplorer(); } else if (currentView === 'cli-manager') { - renderClaudeManager(); + renderCliManager(); } else if (currentView === 'cli-history') { renderCliHistoryView(); // Register destroy function for cli-history view