• 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
  • SharePosterItemBean.ts
  • fix(早晚报/版面):分享 · 2d5bf1a5
    2d5bf1a5 Browse Files
    张善主 authored 2024-05-28 15:27:57 +0800
SharePosterItemBean.ts 182 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
export interface SharePosterItemBean {
  title: string;

  duration:number;

  imageUrl:string;

  timeNode:string;
  /**
   * 是否显示时间左右
   */
  timeBlurred:number;
}