From ddc462832f99c124fbcc9653a0878e18768224cd Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期三, 11 六月 2025 16:19:13 +0800
Subject: [PATCH] #修复bug,检索该排全部空库位进行判断

---
 src/main/webapp/views/index.html |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 63043c8..8032cb5 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -19,9 +19,20 @@
       font-weight: 400;
       /*margin-left: 5px;*/
     }
+    #countdown {
+      position: fixed;
+      top: 12px;
+      left: 45%;
+      z-index: 1000;
+      color: red;
+      font-size: 1.75rem;
+      font-weight: bold;
+    }
   </style>
 </head>
 <body class="layui-layout-body">
+<!--鍊掕鏃�-->
+<div id="countdown">绯荤粺灏嗕簬2024骞�10鏈�13鏃ュ埌鏈�</div>
 <div class="layui-layout layui-layout-admin">
   <!-- 澶撮儴 -->
   <div class="layui-header">
@@ -78,7 +89,7 @@
   <div class="layui-body"></div>
   <!-- 搴曢儴 -->
   <div class="layui-footer layui-text">
-    copyright 漏 2022 <a href="https://www.superton.cn/" target="_blank">娴欐睙涓壃绔嬪簱鏈夐檺鍏徃</a> all rights reserved.
+    copyright 漏 2022 <a href="https://www.superton.cn/" target="_blank">鑻忓窞鍐犻缚鏅鸿兘瑁呭鏈夐檺鍏徃</a> all rights reserved.
     <span class="pull-right">Version 1.0.0</span>
   </div>
 

--
Gitblit v1.9.1