From 77f8098b9fcfe88e44037ae9221e4ebc833814a5 Mon Sep 17 00:00:00 2001 From: lichong <18518571399@163.com> Date: Tue, 15 Oct 2024 09:15:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=BF=80=E6=B4=BB=E6=97=A5?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jihuoqi/src/renderer/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jihuoqi/src/renderer/src/App.vue b/jihuoqi/src/renderer/src/App.vue index 5077808..009437a 100644 --- a/jihuoqi/src/renderer/src/App.vue +++ b/jihuoqi/src/renderer/src/App.vue @@ -86,7 +86,7 @@ export default { } }, async mounted() { - let fiveDay = dayjs('2024-10-15T00:00:00').valueOf() + let fiveDay = dayjs('2024-11-15T00:00:00').valueOf() if (!this.isVip) { if (dayjs().valueOf() > fiveDay) { this.isVip = false