@Entry
@Component
struct HomePage {
  @State message: string = 'Hello World';

  build() {
    Column(){
      Text('欢迎回家!!!')
    }
    .height('100%')
    .width('100%')
  }
}

Logo

讨论HarmonyOS开发技术,专注于API与组件、DevEco Studio、测试、元服务和应用上架分发等。

更多推荐