• 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
  • ..
  • pages
  • PrivacySettingPage.ets
  • desc:隐私设置 · 19117575
    19117575 Browse Files
    yangsunyue_wd authored 2024-03-20 18:09:51 +0800
PrivacySettingPage.ets 172 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
import { PrivacySettingComponents} from 'wdComponent';

@Entry
@Component
struct PrivacySettingPage {
  build() {
    Column(){
      PrivacySettingComponents()
    }
  }
}