mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-20 11:19:56 +00:00
fix: #786
This commit is contained in:
parent
08ea915d24
commit
bf26db77cb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user