Signed-off-by: gxmm <gaoxuemei3@huawei.com>
This commit is contained in:
gxmm
2025-10-22 11:00:34 +08:00
parent e4033ef2f4
commit 19209ac7bd
@@ -45,9 +45,9 @@ class EntryView {
Text(this.message)
.fontSize(50)
.fontWeight(FontWeight.Bold)
.onClick {
.onClick ({
evt => this.message = "Hello Cangjie"
}
})
}.width(100.percent)
}.height(100.percent)
}