feat: new font

This commit is contained in:
2025-11-05 00:23:11 +01:00
parent 040ebaf6f8
commit 5f57eedc38
3 changed files with 11 additions and 1 deletions
+5
View File
@@ -240,6 +240,11 @@ const app = createApp({
utils.randomInt(Object.keys(VEGETABLES).length, this.config.seed)
];
},
vegetable2() {
return Object.keys(VEGETABLES)[
utils.randomInt(Object.keys(VEGETABLES).length, this.config.seed + 1)
];
},
startTimeMinute() {
return Math.floor(
Date.parse(`1970-01-01T${this.config.startTime}:00Z`) / 60000