修改了文本

This commit is contained in:
2026-07-16 21:02:03 +08:00
parent 0d0b9d57be
commit c040f78ceb
+1 -1
View File
@@ -1,7 +1,7 @@
@Entry @Entry
@Component @Component
struct Index { struct Index {
@State message: string = 'Hello World'; @State message: string = '你好';
build() { build() {
RelativeContainer() { RelativeContainer() {