mirror of
https://github.com/openharmony/communication_communication_cangjie_wrapper.git
synced 2026-07-01 21:54:01 -04:00
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user