Compare commits

..
3 Commits
Author SHA1 Message Date
Baiii 5d8cc385ba Merge pull request 'Feature hello' (#4) from feature-hello into develop
Reviewed-on: #4
2026-07-16 21:40:53 +08:00
baixibaodawang 4249f2ad66 hello1 2026-07-16 21:39:02 +08:00
baixibaodawang 27af13952d hello 2026-07-16 21:36:42 +08:00
+1 -1
View File
@@ -1,7 +1,7 @@
@Entry
@Component
struct Index {
@State message: string = 'Hello World hi';
@State message: string = 'Hello 1';
build() {
RelativeContainer() {