From 8fda69e19a661e780b153be2be82579aa258b590 Mon Sep 17 00:00:00 2001 From: zhaowei Date: Wed, 25 Jun 2025 10:08:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=A0=81=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DevelopmentEnvironment/Create/index.tsx | 9 ++ .../DevelopmentEnvironment/List/index.tsx | 93 ++++++++++++++++--- react-ui/src/utils/format.ts | 13 ++- react-ui/src/utils/table.tsx | 2 +- 4 files changed, 94 insertions(+), 23 deletions(-) diff --git a/react-ui/src/pages/DevelopmentEnvironment/Create/index.tsx b/react-ui/src/pages/DevelopmentEnvironment/Create/index.tsx index c85247a4..2d1683b8 100644 --- a/react-ui/src/pages/DevelopmentEnvironment/Create/index.tsx +++ b/react-ui/src/pages/DevelopmentEnvironment/Create/index.tsx @@ -3,6 +3,7 @@ * @Date: 2024-04-16 13:58:08 * @Description: 创建开发环境 */ +import CodeSelect from '@/components/CodeSelect'; import KFIcon from '@/components/KFIcon'; import KFRadio, { type KFRadioItem } from '@/components/KFRadio'; import PageTitle from '@/components/PageTitle'; @@ -187,6 +188,14 @@ function EditorCreate() { + + + + + + + +