ifEsle node add regex match (#8007)

This commit is contained in:
Charlie.Wei
2024-09-06 17:44:09 +08:00
committed by GitHub
parent 2060db8e11
commit 01858e1caf
7 changed files with 23 additions and 2 deletions

View File

@@ -412,6 +412,7 @@ const translation = {
'not empty': '不为空',
'null': '空',
'not null': '不为空',
'regex match': '正则匹配',
},
enterValue: '输入值',
addCondition: '添加条件',