wwf
3 天以前 23fa268f56dcd99c8dcd46f50f3ffcaa4cdcbc49
entry/src/main/ets/pages/account/AboutPage.ets
@@ -1,13 +1,17 @@
import { router } from "@kit.ArkUI"
@Entry
@Component
export struct AboutPage {
struct AboutPage {
  build() {
    Column() {
      Row() {
        Image($r('app.media.left_icon'))
          .width(20)
          .height(20)
          .onClick(() => {
            router.back()
          })
        Text('关于')
          .fontSize(18)
          .fontWeight(700)