Compare commits

..
2 Commits
Author SHA1 Message Date
BlueRayCat f468662516 Merge pull request '1111' (#1) from feature-hi into develop
Reviewed-on: #1
2026-07-16 21:27:34 +08:00
baixibaodawang 052c54f916 1111 2026-07-16 21:27:03 +08:00
+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() {