fix: userbox fix

pull/139/head
Raymond 2025-03-31 14:38:17 -04:00 committed by GitHub
parent 6fcbc67954
commit 2eee562e0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -41,9 +41,7 @@
} }
let path = window.location.pathname; let path = window.location.pathname;
if ((new Date().getDate() == 1 if (new Date("April 2 2025") - new Date() > 0 && localStorage.getItem("token")))
&& new Date().getMonth() == 3
&& localStorage.getItem("token")))
{ {
const s = document.createElement("link"); const s = document.createElement("link");
s.href = "/assets/chu/aqua.css"; s.href = "/assets/chu/aqua.css";