perf: 增加手动上传证书功能说明

pull/369/head
xiaojunnuo 2025-04-10 10:34:10 +08:00
parent 2f5ed3aead
commit 5d083a1536
2 changed files with 4 additions and 3 deletions

View File

@ -9,9 +9,9 @@ export type { CertInfo };
@IsTaskPlugin({
name: "CertApplyUpload",
icon: "ph:certificate",
title: "证书手动上传",
title: "商用证书托管",
group: pluginGroups.cert.key,
desc: "在证书仓库手动上传后触发部署证书",
desc: "手动上传自定义证书后,自动部署(每次证书有更新,都需要手动上传一次)",
default: {
strategy: {
runStrategy: RunStrategy.AlwaysRun,

View File

@ -162,8 +162,9 @@ export default function ({ crudExpose, context: { certdFormRef, groupDictRef, se
},
uploadCert: {
order: 2,
text: "上传证书部署",
text: "商用证书托管",
type: "primary",
tooltip: "手动上传自有证书,执行自动部署(证书有更新时,都需要手动上传一次)",
icon: "ion:cloud-upload-outline",
click() {
openUploadCreateDialog();