mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: egg
This commit is contained in:
parent
0c59371ed1
commit
267052afbb
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user