Feature hello #3

Merged
Baiii merged 3 commits from feature-hello into master 2026-07-16 21:37:42 +08:00
Showing only changes of commit 27af13952d - Show all commits
+1 -1
View File
@@ -1,7 +1,7 @@
@Entry
@Component
struct Index {
@State message: string = 'Hello World hi';
@State message: string = 'Hello';
build() {
RelativeContainer() {