• 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
  • ..
  • detail
  • FullColumnImgUrlDTO.ts
  • 多图详情页swiper ,tabBar 开发 · f1f14c78
    f1f14c78 Browse Files
    王士厅 authored 2024-03-27 19:17:15 +0800
FullColumnImgUrlDTO.ts 152 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
export interface FullColumnImgUrlDTO {
  format?: any;
  height: number;
  landscape: number;
  size: number | null;
  url: string;
  weight: number;
}