fix: userbox fix

This commit is contained in:
Raymond
2025-03-31 14:38:17 -04:00
committed by Azalea
parent 24a6efa2c7
commit 636bea080a

View File

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