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 99758500b3 - Show all commits

View File

@ -49,7 +49,10 @@ function start_buttons() {
const dateFormated = formatDate(now);
// return 1
return dateFormated
return [
[{name: {name: dateFormated}, callback_name: "no"}],
[{name: {name: "Hello!"}, callback_name: "no"}],
]
}
const config = {