From 0b6fd6aa3304f192b6cf80e5ce72e04c6d5df0a3 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 02 十二月 2025 08:16:47 +0800
Subject: [PATCH] 1、 更新打包方式 2、在websocket增加锁

---
 UI-Project/index.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/UI-Project/index.html b/UI-Project/index.html
index 5008a8e..e42cd66 100644
--- a/UI-Project/index.html
+++ b/UI-Project/index.html
@@ -3,11 +3,14 @@
   <head>
     <meta charset="UTF-8">
     <!-- <link rel="icon" href="/favicon.ico"> -->
+     <link rel="stylesheet"  type="text/css" media="print" href="/print-lock.css">
+
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>鍖楃幓</title>
   </head>
   <body>
     <div id="app" style="width: 100vw;height: 100vh;"></div>
     <script type="module" src="/src/main.js"></script>
+    <script src="/config.js"></script>
   </body>
 </html>

--
Gitblit v1.8.0