wujingjing
2025-02-11 7e59b188fb37d48d39e8c35b8bbced3836f4dd6d
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'
};