Merge pull request 'Feature hello' (#4) from feature-hello into develop

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2026-07-16 21:40:53 +08:00
+1 -1
View File
@@ -1,7 +1,7 @@
@Entry @Entry
@Component @Component
struct Index { struct Index {
@State message: string = 'Hello World hi'; @State message: string = 'Hello 1';
build() { build() {
RelativeContainer() { RelativeContainer() {