1111 #1

Merged
BlueRayCat merged 1 commits from feature-hi into develop 2026-07-16 21:27:35 +08:00
Showing only changes of commit 052c54f916 - Show all commits
+1 -1
View File
@@ -1,7 +1,7 @@
@Entry @Entry
@Component @Component
struct Index { struct Index {
@State message: string = 'Hello World'; @State message: string = 'Hello World hi';
build() { build() {
RelativeContainer() { RelativeContainer() {