Merge pull request #63 from ThinaticSystem/Thinatic/feat-april-fool

feature エイプリルフール
This commit is contained in:
しなちくシステム 2022-04-01 02:52:24 +09:00 committed by GitHub
commit 47ac20d027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,8 +76,13 @@ const tick = () => {
const ny = now.getFullYear(); const ny = now.getFullYear();
year.value = ny; year.value = ny;
if (nm + 1 === 4 && nd === 1) { //
month.value = 3;
day.value = 32;
} else { //
month.value = nm + 1; month.value = nm + 1;
day.value = nd; day.value = nd;
}
weekDay.value = [ weekDay.value = [
i18n.ts._weekday.sunday, i18n.ts._weekday.sunday,
i18n.ts._weekday.monday, i18n.ts._weekday.monday,