This commit is contained in:
linyuchen 2024-03-31 22:01:20 +08:00
parent 0c59371ed1
commit 267052afbb

View File

@ -9,7 +9,7 @@ import {iconSvg} from "./icon";
function aprilFoolsEgg(node: Element){
let today = new Date()
if(today.getMonth() === 1 && today.getDate() === 1){
if(today.getMonth() === 3 && today.getDate() === 1){
console.log("超时空猫猫!!!")
node.querySelector(".name").innerHTML = "ChronoCat";
}