perf: 证书申请任务默认不发送申请成功通知

v2
xiaojunnuo 2025-08-17 23:08:50 +08:00
parent a8de2f8ae7
commit 0283bd2f97
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ export abstract class CertApplyBasePlugin extends CertApplyBaseConvertPlugin {
@TaskInput({
title: "证书申请成功通知",
value: true,
value: false,
component: {
name: "a-switch",
vModel: "checked",
@ -41,7 +41,7 @@ export abstract class CertApplyBasePlugin extends CertApplyBaseConvertPlugin {
order: 100,
helper: "证书申请成功后是否发送通知,优先使用默认通知渠道",
})
successNotify = true;
successNotify = false;
// @TaskInput({
// title: "CsrInfo",