[fix] remove special day

This commit is contained in:
kwaroran
2023-12-31 22:20:54 +09:00
parent 4c30d5c83a
commit 6d5e48b024

View File

@@ -4,7 +4,6 @@
import { openURL } from "src/ts/storage/globalApi";
let specialDay = ''
specialDay = 'newYear' // for testing
const today = new Date()
if (today.getMonth() === 11 && today.getDate() >= 19 && today.getDate() <= 25) {
specialDay = 'christmas'