修改了文本2

This commit is contained in:
2026-07-16 21:14:01 +08:00
parent c040f78ceb
commit eaf949dea8
+1 -1
View File
@@ -1,7 +1,7 @@
@Entry
@Component
struct Index {
@State message: string = '你好';
@State message: string = '测试你好';
build() {
RelativeContainer() {