perf: 阿里云部分插件优化 @nicheng-he

1.新增RemoteAutoComplete插件
2.阿里云OSS部署插件支持自动获取BucketList
3.阿里云ESA支持选择上传到阿里云CAS产物
4.解决阿里云OSS默认接入点配置错误问题
This commit is contained in:
ahe
2025-07-23 15:45:40 +08:00
committed by xiaojunnuo
parent f7b7d3d65e
commit e3738f6422
4 changed files with 195 additions and 2 deletions
@@ -26,7 +26,7 @@ export class AliyunDeployCertToESA extends AbstractTaskPlugin {
helper: "请选择证书申请任务输出的域名证书",
component: {
name: "output-selector",
from: [...CertApplyPluginNames]
from: [...CertApplyPluginNames, 'uploadCertToAliyun']
},
required: true
})