From d9bbde9e503142d4e5fc5dfa8e177244f999a7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:34:58 +0800 Subject: [PATCH] feat: code editor supports creating files and folders (#10989) #10424 --- .../file-management/code-editor/index.vue | 325 +++++++++++++++--- .../src/views/host/file-management/index.vue | 2 +- 2 files changed, 287 insertions(+), 40 deletions(-) diff --git a/frontend/src/views/host/file-management/code-editor/index.vue b/frontend/src/views/host/file-management/code-editor/index.vue index 06eb4efc1..2e868e564 100644 --- a/frontend/src/views/host/file-management/code-editor/index.vue +++ b/frontend/src/views/host/file-management/code-editor/index.vue @@ -31,9 +31,11 @@
{{ $t('commons.button.reset') }} + {{ $t('commons.button.save') }} + {{ $t('file.theme') }} + {{ $t('file.language') }} + {{ $t('file.eol') }} + {{ $t('file.setting') }}