From 2217685072292bb8f967d5b20e879818c0c61eeb Mon Sep 17 00:00:00 2001 From: fofolee Date: Tue, 18 Feb 2025 17:51:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E7=BC=96=E8=BE=91=E5=99=A8=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E6=8C=89=E9=92=AE=E7=A7=BB=E8=87=B3=E9=A1=B6=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandEditor.vue | 72 ++++-- src/components/editor/CommandActions.vue | 207 ++++++++++++++++++ ...andLanguageBar.vue => CommandLanguage.vue} | 167 ++------------ src/components/editor/EditorTools.vue | 49 ----- src/components/popup/EditorHistory.vue | 89 +------- 5 files changed, 280 insertions(+), 304 deletions(-) create mode 100644 src/components/editor/CommandActions.vue rename src/components/editor/{CommandLanguageBar.vue => CommandLanguage.vue} (60%) delete mode 100644 src/components/editor/EditorTools.vue diff --git a/src/components/CommandEditor.vue b/src/components/CommandEditor.vue index 0a5dc51..d815fdb 100644 --- a/src/components/CommandEditor.vue +++ b/src/components/CommandEditor.vue @@ -1,11 +1,20 @@