Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • ..
  • common
  • index.ts
  • perf: 优化规则链中英文翻译
    27b9e0d8
    fengwotao authored
    2023-11-07 14:22:29 +0800  
    Browse Directory »
index.ts 231 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
/**
 *规则链 通用表单 中文配置文件
  目前共有1个,分类按名称进行配置
 */
export default {
  CommonFieldsNameEnum: {
    NAME: '名称',
    DESCRIPTION: '说明',
    DEBUG_MODE: '调试模式',
  },
};