From 2e8cea265a18a956363566f65aaa011c2ffc243f Mon Sep 17 00:00:00 2001 From: develop202 Date: Tue, 3 Feb 2026 22:32:21 +0800 Subject: [PATCH] =?UTF-8?q?720=E5=B0=8F=E6=97=B6=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/updateData.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/updateData.js b/utils/updateData.js index fe9a2ea..7baecdb 100644 --- a/utils/updateData.js +++ b/utils/updateData.js @@ -28,8 +28,8 @@ async function updateTV(hours) { // txt writeFile(interfaceTXTPath, "") - if (!(hours % 24)) { - // 每24小时刷新token + if (!(hours % 720)) { + // 每720小时(一个月)刷新token if (userId != "" && token != "") { // if (mrefreshToken) { await refreshToken(userId, token) ? printGreen("token刷新成功") : printRed("token刷新失败")