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)