yumoqing 282c1780ba fix: Text widgets use 'text' not 'label', Button widgets use 'label' not 'text
Per bricks-framework specification:
- Text/Title controls: use 'text' for non-i18n text, 'otext'+'i18n:true' for i18n
- Button controls: use 'label' for button display text
2026-05-05 19:28:38 +08:00
..