• 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
  • FeedbackImageItem.ts
  • feat(意见反馈):UI调整 · 9da3b926
    9da3b926 Browse Files
    张善主 authored 2024-05-14 15:29:19 +0800
FeedbackImageItem.ts 127 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
export interface FeedbackImageItem {
  //1添加图片,2图片
  itemType: number;
  path: string;
  selectionPath: string;
}