perf: 腾讯云关闭证书通知增加开关选项,在腾讯云授权里面

This commit is contained in:
xiaojunnuo
2025-08-17 23:32:29 +08:00
parent a34db7449e
commit a77c777980
2 changed files with 14 additions and 1 deletions

View File

@@ -46,6 +46,16 @@ export class TencentAccess extends BaseAccess {
})
accountType: string;
@AccessInput({
title: "关闭证书过期通知",
value: true,
component: {
name: "a-switch",
vModel: "checked",
},
})
closeExpiresNotify: boolean = true;
isIntl() {
return this.accountType === "intl";
}