• 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
  • ..
  • content
  • appStyleImagesDTO.ets
  • 新增:人民号动态图文卡 · 9db55a43
    9db55a43 Browse Files
    wangyong_wd authored 2024-04-12 18:09:08 +0800
appStyleImagesDTO.ets 196 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
export interface appStyleImagesDTO {
  url: string;
  bucket: string;
  landscape: number;
  sort: number;
  height: number;
  weight: number;
  size: number;
  format: number;
  fullUrl: string
}