Feature hello #4

Merged
Baiii merged 2 commits from feature-hello into develop 2026-07-16 21:40:54 +08:00
Showing only changes of commit 4249f2ad66 - Show all commits
+1 -1
View File
@@ -1,7 +1,7 @@
@Entry
@Component
struct Index {
@State message: string = 'Hello';
@State message: string = 'Hello 1';
build() {
RelativeContainer() {