From b191cca77eddd68cbd3bf52447c02af8bee9764a Mon Sep 17 00:00:00 2001 From: fofolee Date: Fri, 20 Dec 2024 13:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E6=A0=8F=E7=BB=84=E4=BB=B6=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandEditor.vue | 353 +++----------------------- src/components/CommandLanguageBar.vue | 268 +++++++++++++++++++ src/components/EditorTools.vue | 103 ++++++++ src/css/app.css | 10 - 4 files changed, 405 insertions(+), 329 deletions(-) create mode 100644 src/components/CommandLanguageBar.vue create mode 100644 src/components/EditorTools.vue diff --git a/src/components/CommandEditor.vue b/src/components/CommandEditor.vue index c95ce74..12cb295 100644 --- a/src/components/CommandEditor.vue +++ b/src/components/CommandEditor.vue @@ -1,5 +1,5 @@