index.ts 245 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /** *规则链 Flow 英文配置文件 目前共有4个,分类按名称进行配置 */ export default { CheckPointFieldsNameEnum: { QUEUE_NAME: 'Queue name', }, RuleChainFieldsNameEnum: { RULE_CHAIN_ID: 'Rule chain', }, };