From c3739b18ebfa4ae1ba6725fbcc988647f19fe050 Mon Sep 17 00:00:00 2001 From: kjqwer <2990346238@qq.com> Date: Tue, 23 Jun 2026 09:53:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BC=98=E5=85=88=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PromptEditor.vue | 135 ++++++++++---------- src/components/editor/EditorInput.vue | 123 ++++++++++++++---- src/components/editor/EditorToolbar.vue | 46 +++++++ src/components/editor/TokenMappingPanel.vue | 11 +- src/stores/promptStore.ts | 66 ++++++++++ 5 files changed, 287 insertions(+), 94 deletions(-) diff --git a/src/components/PromptEditor.vue b/src/components/PromptEditor.vue index 3eff17f..3e9d9be 100644 --- a/src/components/PromptEditor.vue +++ b/src/components/PromptEditor.vue @@ -1,6 +1,6 @@