From 7c0cdd169e2f943e703e433677f2f437d4aa02ee Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 9 Jun 2025 22:28:56 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=AD=90=E5=9F=9F=E5=90=8D=E6=89=98?= =?UTF-8?q?=E7=AE=A1=E5=B8=AE=E5=8A=A9=E9=93=BE=E6=8E=A5=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=B8=BA=E6=89=93=E5=BC=80=E6=96=B0=E7=AA=97=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes https://github.com/certd/certd/issues/419 --- .../certd-client/src/views/certd/pipeline/sub-domain/crud.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/views/certd/pipeline/sub-domain/crud.tsx b/packages/ui/certd-client/src/views/certd/pipeline/sub-domain/crud.tsx index ac61036e..f9fcf072 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/sub-domain/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/pipeline/sub-domain/crud.tsx @@ -79,7 +79,9 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat return (
如果您不理解什么是子域托管,可以参考文档 - 子域管理 + + 子域管理 +
); },