From 69abc2fe603e5e6282e6ff6d70463f93fdadce52 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 18 十一月 2025 15:33:18 +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 cda82d7..7f1694f 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -168,7 +168,7 @@
             success: function (res) {
                 if (res.code == 200) {
                     let days = res.data
-                    if (days <= 33) {
+                    if (days <= 10) {
                         showPopup(res.data)
                     } else {
                         showPopup("");

--
Gitblit v1.9.1