feat: 新增八大绩效域页面与导航入口

This commit is contained in:
ittoview
2026-04-10 16:20:01 +01:00
parent 4e7831ac48
commit 89a89358a4
6 changed files with 714 additions and 98 deletions

View File

@@ -28,6 +28,7 @@ function App() {
<Route path="/process-practice" element={<ProcessPracticePage />} />
<Route path="/principles" element={<PrinciplesPage />} />
<Route path="/performance-domains" element={<PerformanceDomainsPage />} />
<Route path="/performance-domains/:id" element={<PerformanceDomainsPage />} />
<Route path="/artifact/:id" element={<ArtifactDetailPage />} />
<Route path="/tool/:id" element={<ToolDetailPage />} />
<Route path="/settings" element={<SettingsPage />} />