From a6b49351ea3d9f70b2ef2aed0bf6fab865f7055e Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期五, 07 十一月 2025 10:33:54 +0800
Subject: [PATCH] *

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

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index cd773ab..8eb0217 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -170,7 +170,7 @@
             success: function (res) {
                 if (res.code == 200) {
                     let days = res.data
-                    if (days <= 29) {
+                    if (days <= 10) {
                         showPopup(res.data)
                     } else {
                         showPopup("");

--
Gitblit v1.9.1