From d306286c0665415f2669078c65eb37de620825c9 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 12 Jan 2026 12:17:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E6=AD=A3=E8=BF=87?= =?UTF-8?q?=E6=9C=9F=E5=88=A4=E6=96=AD=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/hutao.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/hutao.ts b/src/store/modules/hutao.ts index dfafe474..8c01f3aa 100644 --- a/src/store/modules/hutao.ts +++ b/src/store/modules/hutao.ts @@ -116,7 +116,7 @@ const useHutaoStore = defineStore( if (!userInfo.value) return true; if (userInfo.value.IsMaintainer || userInfo.value.IsLicensedDeveloper) return false; const expire = new Date(userInfo.value.GachaLogExpireAt).getTime(); - return Date.now() < expire; + return Date.now() > expire; } return {