perf: [comm] 支持插件管理

This commit is contained in:
xiaojunnuo
2024-10-14 00:19:55 +08:00
parent 417971d15d
commit e8b617b80c
24 changed files with 270 additions and 179 deletions

View File

@@ -103,7 +103,7 @@ export class CertApplyPlugin extends CertApplyBasePlugin {
},
rules: [{ type: "checkCnameVerifyPlan" }],
required: true,
helper: "如果选择CNAME方式请按照上面的显示给域名添加CNAME记录添加后点击验证验证成功后不要删除记录申请和续期证书会一直用它",
helper: "如果选择CNAME方式请按照上面的显示要申请证书的域名添加CNAME记录添加后点击验证验证成功后不要删除记录申请和续期证书会一直用它",
col: {
span: 24,
},
@@ -122,7 +122,7 @@ export class CertApplyPlugin extends CertApplyBasePlugin {
domainsVerifyPlan!: DomainsVerifyPlanInput;
@TaskInput({
title: "证书提供商",
title: "证书颁发机构",
value: "letsencrypt",
component: {
name: "a-select",