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
  • ..
  • flows
  • index.ts
  • perf: 优化规则链中英文翻译
    27b9e0d8
    fengwotao authored
    2023-11-07 14:22:29 +0800  
    Browse Files »
index.ts 246 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
/**
 *规则链 Flow 中文配置文件
  目前共有4个,分类按名称进行配置
 */
export default {
  CheckPointFieldsNameEnum: {
    QUEUE_NAME: '队列名称',
  },
  RuleChainFieldsNameEnum: {
    RULE_CHAIN_ID: '规则链',
  },
};