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
const dialog = {
start: {
buttons: "start_buttons"
}
commands: {
start: {
buttons: "start_buttons"
},
},
}
const fmt = (number) => number.toString().padStart(2, '0');