feat: add vercel dns-01 applicant

This commit is contained in:
Fu Diwei
2025-03-23 22:41:13 +08:00
parent fb325b5447
commit ad0125fe0d
14 changed files with 166 additions and 7 deletions

View File

@@ -28,9 +28,9 @@ const AccessFormUCloudConfig = ({ form: formInst, formName, disabled, initialVal
const formSchema = z.object({
privateKey: z
.string()
.trim()
.min(1, t("access.form.ucloud_private_key.placeholder"))
.max(64, t("common.errmsg.string_max", { max: 64 })),
.max(64, t("common.errmsg.string_max", { max: 64 }))
.trim(),
publicKey: z
.string()
.min(1, t("access.form.ucloud_public_key.placeholder"))