From 7e59b188fb37d48d39e8c35b8bbced3836f4dd6d Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 11 二月 2025 16:30:42 +0800 Subject: [PATCH] python code node --- src/components/input/codeEditor/types.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/input/codeEditor/types.ts b/src/components/input/codeEditor/types.ts index 24df406..7d6188e 100644 --- a/src/components/input/codeEditor/types.ts +++ b/src/components/input/codeEditor/types.ts @@ -1,5 +1,6 @@ -export type TextType = 'text' | 'javascript'; +export type TextType = 'text' | 'javascript' |'python'; export const textTypeMap = { text: '鏂囨湰', javascript: 'JavaScript', + python:'Python' }; \ No newline at end of file -- Gitblit v1.9.3