From 2769c9ed2d786d4d19079e82041e8c5223e65364 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Tue, 07 Apr 2026 15:30:52 +0800
Subject: [PATCH] refactor: 清理旧版 sideMenu 组件及 openspec 提案

---
 index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/index.html b/index.html
index 9a64c1e..abcfee0 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,6 @@
   </head>
   <body>
     <div id="root"></div>
-    <script type="module" src="/src/main.tsx"></script>
+    <script type="module" src="/example/main.tsx"></script>
   </body>
 </html>

--
Gitblit v1.9.1