pull/243/head
xiaojunnuo 2024-11-13 22:10:13 +08:00
parent 8c3f86c690
commit 70db327eda
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ export class CopyCertToLocalPlugin extends AbstractTaskPlugin {
@TaskInput({ @TaskInput({
title: '证书类型', title: '证书类型',
helper: '支持pem、pfx、der、jks格式', helper: '要部署的证书格式,支持pem、pfx、der、jks格式',
component: { component: {
name: 'a-select', name: 'a-select',
options: [ options: [

View File

@ -31,7 +31,7 @@ export class UploadCertToHostPlugin extends AbstractTaskPlugin {
@TaskInput({ @TaskInput({
title: '证书格式', title: '证书格式',
helper: '支持pem、pfx、der、jks格式', helper: '要部署的证书格式,支持pem、pfx、der、jks',
component: { component: {
name: 'a-select', name: 'a-select',
options: [ options: [