From 24de65188cc3b02d8b28ebd0464dfcb363f9e0f6 Mon Sep 17 00:00:00 2001 From: lan-yonghui Date: Tue, 18 Nov 2025 20:23:09 +0800 Subject: [PATCH] feat: code editor supports creating files and folders --- .../file-management/code-editor/index.vue | 315 ++++++++++++++++-- .../src/views/host/file-management/index.vue | 2 +- 2 files changed, 282 insertions(+), 35 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 06eb4efc1c56..2e868e56428d 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') }}