From 6109798fabb4604eafcd46b82e4b326e916c8cca Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 24 Jul 2025 16:23:13 +0800 Subject: [PATCH] chore: --- .../plugin-tencent/plugin/deploy-to-tke-ingress/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-tke-ingress/index.ts b/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-tke-ingress/index.ts index a1bac91c..6578a745 100644 --- a/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-tke-ingress/index.ts +++ b/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-tke-ingress/index.ts @@ -24,10 +24,10 @@ export class DeployCertToTencentTKEIngressPlugin extends AbstractTaskPlugin { component: { name: "a-select", vModel: "value", - options: [{ value: "nginx", label: "TLS证书格式(Nginx可用)" }, { - value: "qcloud", - label: "Opaque格式(CLB可用,原qcloud)" - }] + options: [ + { value: "nginx", label: "TLS证书格式(Nginx可用)" }, + { value: "qcloud",label: "Opaque格式(CLB可用,原qcloud)"} + ] }, helper: "clb将部署Opaque类型的证书,nginx类型将部署TLS证书格式", required: true