fix: 修复阿里云部署大杀器报插件_还未注册错误的bug

pull/229/head
xiaojunnuo 2024-10-26 23:08:10 +08:00
parent 87defa569c
commit abd2dcf2e8
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ export class TencentDeployCertToCDNv2 extends AbstractTaskPlugin {
createRemoteSelectInputDefine({
title: 'CDN域名',
helper: '请选择域名或输入域名',
typeName: TencentDeployCertToCDNv2.name,
typeName: 'TencentDeployCertToCDNv2',
action: TencentDeployCertToCDNv2.prototype.onGetDomainList.name,
})
)

View File

@ -79,7 +79,7 @@ export class DeployCertToTencentCosPlugin extends AbstractPlusTaskPlugin {
createRemoteSelectInputDefine({
title: 'COS域名',
helper: '请选择域名',
typeName: DeployCertToTencentCosPlugin.name,
typeName: 'DeployCertToTencentCosPlugin',
action: DeployCertToTencentCosPlugin.prototype.onGetDomainList.name,
watches: ['bucket', 'region'],
})