migration to JS engine #1

Merged
akulij merged 131 commits from dev into main 2025-05-31 08:49:52 +00:00
Showing only changes of commit a643a707ed - Show all commits

View File

@ -1,9 +1,11 @@
// db - is set globally // db - is set globally
const dialog = { const dialog = {
start: { commands: {
buttons: "start_buttons" start: {
} buttons: "start_buttons"
},
},
} }
const fmt = (number) => number.toString().padStart(2, '0'); const fmt = (number) => number.toString().padStart(2, '0');