@Entry @Component struct WindowContent3 { build() { Row() { Column() { Text("setUIContent3\n测试窗口3") } .width('100%') } .height('100%') } }