src/utils/option.js
@@ -24,6 +24,12 @@ innerPattern: '[0-9a-zA-Z_]*', innerMessage: '内部函数名称只允许包含数字、字母和下划线,且以指定字符开始。' }, table: { // 函数名 max: 100, pattern: /^[0-9a-zA-Z_]*$/, message: '表名只允许包含数字、字母和下划线。', maxMessage: '表名不超过100个字符。' }, textarea: { max: 1024, message: '长文本最多1024个字符。'