• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • page
  • SettingAboutPage.ets
  • desc:设置、隐私设置、关于 · 64ceea46
    64ceea46 Browse Files
    yangsunyue_wd authored 2024-03-21 22:19:38 +0800
SettingAboutPage.ets 156 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import { AboutPageUI } from '../setting/AboutPageUI';

@Entry
@Component
struct SettingAboutPage {
  build() {
    Column(){
      AboutPageUI()
    }
  }
}