3 Commits

Author SHA1 Message Date
f5b985f241 fix: replace backgroundColor with bgcolor (bricks framework valid property) 2026-05-05 19:50:14 +08:00
6fe0cb4930 fix: Text widgets use 'text' not 'label', Button widgets use 'label' not 'text'
Per bricks-framework spec:
- Text/Title: use 'text' for non-i18n, 'otext'+'i18n:true' for i18n
- Button: use 'label' for button text
2026-05-05 19:28:22 +08:00
309f366839 feat: add wwwroot/index.ui as module entry point
Integrate all module .ui and .dspy files into a single navigation page
using {{entire_url()}} for all path references.
2026-05-05 19:04:01 +08:00