From ccc970e575ef3f3e5c67af8da210263f4ac549f9 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 10 四月 2026 16:44:55 +0800
Subject: [PATCH] 2026.4.10

---
 src/debug/debugdata.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/debug/debugdata.js b/src/debug/debugdata.js
index 30421da..c20ebf8 100644
--- a/src/debug/debugdata.js
+++ b/src/debug/debugdata.js
@@ -81,7 +81,7 @@
         latitude: 31.17 + Math.random() * 0.1,
         longitude: 121.45 + Math.random() * 0.1,
         ringCodeLevel: ringCodeLevels[Math.floor(Math.random() * ringCodeLevels.length)],
-        ringCodePublishTime: '2023-03-16 10:00:00',
+        ringCodePublishTime: '2025-03-16 10:00:00',
         isOnline: isOnline,
         exceptionStatus: exceptionStatus,
       },
@@ -109,7 +109,7 @@
         latitude: 31.19 + Math.random() * 0.1,
         longitude: 121.41 + Math.random() * 0.1,
         ringCodeLevel: ringCodeLevels[Math.floor(Math.random() * ringCodeLevels.length)],
-        ringCodePublishTime: '2023-03-16 10:00:00',
+        ringCodePublishTime: '2025-03-16 10:00:00',
         isOnline: isOnline,
         exceptionStatus: exceptionStatus,
       },
@@ -123,7 +123,7 @@
   // 鐢熸垚杩�1灏忔椂鐨勭洃娴嬫暟鎹紝姣�10鍒嗛挓涓�鏉�
   const data = []
   const now = new Date()
-  now.setFullYear(2023)
+  now.setFullYear(2025)
 
   for (let i = 5; i >= 0; i--) {
     const time = new Date(now.getTime() - i * 10 * 60 * 1000)

--
Gitblit v1.9.3