2 Commits
Author SHA1 Message Date
BlueRayCat eaf949dea8 修改了文本2 2026-07-16 21:14:01 +08:00
BlueRayCat c040f78ceb 修改了文本 2026-07-16 21:02:03 +08:00
+1 -1
View File
@@ -1,7 +1,7 @@
@Entry @Entry
@Component @Component
struct Index { struct Index {
@State message: string = 'Hello'; @State message: string = '测试你好';
build() { build() {
RelativeContainer() { RelativeContainer() {