Sign in

简柏林 / thingskit-view · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-view
  • src
  • packages
  • components
  • external
  • Composes
  • index.d.ts
  • pref:遵循修改的文件放入扩展文件夹里,并加上注释// THINGS_KIT
    ca055c46
    fengwotao authored
    2023-03-02 15:01:12 +0800  
    Browse Directory »
index.d.ts 182 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
export enum ChatCategoryEnum {
  HEADCOMBINATION = 'HeadCombinations',
  MORE = 'Mores'
}

export enum ChatCategoryEnumName {
  HEADCOMBINATION = '头部组合',
  MORE = '更多'
}