• 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
  • ..
  • component
  • FrontLinkObject.ets
  • fix |> 桌面组件--早晚报中含有专题页内容时桌面组件无法跳转对应的专题页 · 5885d46e ...
    5885d46e Browse Files
    http://192.168.1.3:8080/zentao/bug-view-19105.html
    
    Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
    xugenyuan authored 2024-09-20 20:14:17 +0800
FrontLinkObject.ets 299 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
export interface FrontLinkObject {
  coverSize: string;
  coverUrl: string;
  linkUrl: string;
  newsId: string;
  newsLevel: string;
  newsPageId: string;
  newsRelId: number;
  newsRelType: string;
  newsType: number;
  publishTime: string;
  source: string;
  summary: string;
  title: string;
}