From 737dec3c384f394fd6f9849b4480b697d1ba35d5 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 17 三月 2026 09:16:44 +0800
Subject: [PATCH] chore: 提交所有当前改动

---
 Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/App.vue |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/App.vue b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/App.vue
index e58ac2a..567aee1 100644
--- a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/App.vue
+++ b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/App.vue
@@ -6,6 +6,9 @@
           <el-icon :size="24"><Cpu /></el-icon>
           <span>S7 PLC Simulator</span>
         </router-link>
+        <div class="header-nav">
+          <router-link to="/protocol-templates" class="nav-link">鍗忚妯℃澘</router-link>
+        </div>
       </div>
     </el-header>
 
@@ -41,6 +44,9 @@
   width: 100%;
   max-width: 1400px;
   margin: 0 auto;
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
 }
 
 .logo {
@@ -57,6 +63,16 @@
   color: white;
 }
 
+.header-nav {
+  display: flex;
+  gap: 12px;
+}
+
+.nav-link {
+  color: #fff;
+  text-decoration: none;
+}
+
 .app-main {
   flex: 1;
   padding: 20px;

--
Gitblit v1.9.3