• 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
  • commentInfo.ets
  • fix: 18537 精选评论卡-评论有动态表情时不该不展示 · 67d697ce
    67d697ce Browse Files
    陈剑华 authored 2024-06-19 11:15:23 +0800
commentInfo.ets 308 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
export interface commentInfo {
  commentTitle: string,
  commentPics: string,
  newsTitle: string,
  userId?: string,
  userName?: string,
  userHeaderUrl?: string,
  publishTime: number,
  commentId: string,
  newsId: string,
  relId: string;
  relType: string;
  newsType?: string,
  objectType?: string,
}