From ba39fac1423150e9da228aa49605e163bf5050c8 Mon Sep 17 00:00:00 2001
From: Jerry Yan <792602257@qq.com>
Date: Fri, 1 May 2026 10:53:02 +0800
Subject: [PATCH] feat(web): register pm routes and nav entry
---
web/src/components/layout/NavBar.vue | 37 +++++++++++++++++++++++++---
web/src/router/index.ts | 36 +++++++++++++++++++++++++++
2 files changed, 69 insertions(+), 4 deletions(-)
diff --git a/web/src/components/layout/NavBar.vue b/web/src/components/layout/NavBar.vue
index 75b4c94..fba8a7d 100644
--- a/web/src/components/layout/NavBar.vue
+++ b/web/src/components/layout/NavBar.vue
@@ -1,9 +1,38 @@
- Agent Coding Workflow
+
+ Agent Coding Workflow
+
+
+
-
- {{ auth.user.display_name }}
+
+
+ {{ auth.user.display_name }}
+
@@ -11,7 +40,7 @@