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 48cbd4c7d0 - Show all commits

View File

@ -3,7 +3,7 @@
const dialog = { const dialog = {
commands: { commands: {
start: { start: {
buttons: "start_buttons" buttons: "start_buttons",
}, },
}, },
} }
@ -30,7 +30,7 @@ function start_buttons() {
} }
const config = { const config = {
version: 1.1 version: 1.1,
} }
// {config, dialog} // {config, dialog}