mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
fix: cnameProvider域名支持设置子域名托管
This commit is contained in:
@@ -97,6 +97,21 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
width: 200,
|
||||
},
|
||||
},
|
||||
subdomain: {
|
||||
title: t("certd.cnameProviderSubdomain"),
|
||||
type: "text",
|
||||
form: {
|
||||
component: {
|
||||
placeholder: t("certd.cnameProviderSubdomainPlaceholder"),
|
||||
},
|
||||
helper: t("certd.cnameProviderSubdomainHelper"),
|
||||
rules: [{ pattern: /^[^*]+$/, message: t("certd.cnameDomainPattern") }],
|
||||
},
|
||||
column: {
|
||||
width: 200,
|
||||
show: false,
|
||||
},
|
||||
},
|
||||
dnsProviderType: {
|
||||
title: t("certd.dnsProvider"),
|
||||
type: "dict-select",
|
||||
|
||||
Reference in New Issue
Block a user