From bdda9270eaf456fb6d50a9a6b4889a31671f3ce0 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 28 十月 2025 17:16:42 +0800
Subject: [PATCH] *30===>10
---
 src/main/webapp/views/index.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 3001a56..7ae5651 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -123,7 +123,7 @@
     <div class="popup-content">
         <h2 style="font-size: 28px;margin-bottom: 10px;">璁稿彲璇佸嵆灏嗚繃鏈�</h2>
         <div id="popup-text" style="font-size: 28px;color: red"></div>
-        <p style="font-size: 26px;margin-bottom: 20px;margin-top: 20px;color: blue">璇疯仈绯荤珛搴撳叕鍙稿晢鍔$画绾�!!!</p>
+<!--        <p style="font-size: 26px;margin-bottom: 20px;margin-top: 20px;color: blue">璇疯仈绯荤珛搴撳叕鍙稿晢鍔$画绾�!!!</p>-->
         <button style="background-color: #007bff;color: #fff;border: none;padding: 10px 20px;border-radius: 5px;cursor: pointer;font-size: 16px;"
                 onclick="hidePopup()">鍏抽棴
         </button>
@@ -170,7 +170,7 @@
             success: function (res) {
                 if (res.code == 200) {
                     let days = res.data
-                    if (days <= 30) {
+                    if (days <= 10) {
                         showPopup(res.data)
                     } else {
                         showPopup("");
@@ -240,7 +240,7 @@
             success: function (res) {
                 if (res.code == 200) {
                     let days = res.data
-                    if (days <= 30) {
+                    if (days <= 10) {
                         $("#licenseShow").show()
                         $("#licenseDays").html(days)
                     }
--
Gitblit v1.9.1