Commit c4cdf084911b07d18ea1e52cc031ee241024e441

Authored by ww
1 parent 4afb233e

fix: 修复使用node创建ruleNode模版错误

... ... @@ -101,7 +101,7 @@ ${importContent.join('')}
101 101
102 102 export const ${getCategoryConfigName(type)}: CategoryConfigType = {
103 103 category: RuleNodeTypeEnum.${type.toUpperCase()},
104   - title: ${type}',
  104 + title: '${type}',
105 105 icon: 'tabler:circuit-ground',
106 106 description: '使用配置条件筛选传入消息',
107 107 };
... ...