This commit is contained in:
Fu Diwei 2025-06-12 14:13:43 +08:00
parent 08ea915d24
commit bf26db77cb

View File

@ -47,7 +47,7 @@ const DeployNodeConfigFormTencentCloudSSLDeployConfig = ({
if (!v) return false;
return String(v)
.split(MULTIPLE_INPUT_SEPARATOR)
.every((e) => /^[A-Za-z0-9*._-|]+$/.test(e));
.every((e) => /^[A-Za-z0-9*._\-|]+$/.test(e));
}, t("workflow_node.deploy.form.tencentcloud_ssl_deploy_resource_ids.errmsg.invalid")),
});
const formRule = createSchemaFieldRule(formSchema);