Update picture

This commit is contained in:
2025-11-05 10:39:42 +09:00
parent c9d19d42c7
commit eea819ee9c
3 changed files with 11 additions and 10 deletions

View File

@ -1,4 +1,4 @@
const EASTER_EGGS = ["cookie", "future", "change-something", "picture-bright", "picture-nolights"];
const EASTER_EGGS = ["cookie", "future", "change-something"];
export function addFoundEasterEgg(name:string):void {
if (!EASTER_EGGS.includes(name)) { return; }