Initial commit: Scala/Thorium task manager demo app

This commit is contained in:
davidtio
2026-02-28 12:56:14 +08:00
commit 93e8401ed3
12 changed files with 430 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
app {
name = "DemoCust Tasks"
version = "1.0.0"
theme {
background = "#0F766E"
font = "DM Sans"
fontSize = "16px"
}
}