From 09f7a0bee575f11738248d665ffc50a3263c0a03 Mon Sep 17 00:00:00 2001 From: panyy Date: Thu, 11 Jun 2026 11:26:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=80=9D=E7=BB=B4=E5=AF=BC=E5=9B=BE?= =?UTF-8?q?=E5=8A=A9=E6=89=8B)=EF=BC=9A=E4=BF=AE=E5=A4=8D=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_ui/src/components/ConfigPanel.vue | 72 +++-- web_ui/src/components/MindMapRenderer.vue | 279 ++++++++++-------- .../src/composables/useDocumentProcessor.ts | 62 +--- web_ui/src/utils/mindmapMarkdown.ts | 181 ++++++++++++ web_ui/src/views/DocumentProcessor.vue | 56 +++- 5 files changed, 452 insertions(+), 198 deletions(-) create mode 100644 web_ui/src/utils/mindmapMarkdown.ts diff --git a/web_ui/src/components/ConfigPanel.vue b/web_ui/src/components/ConfigPanel.vue index 7607fed..5426f09 100644 --- a/web_ui/src/components/ConfigPanel.vue +++ b/web_ui/src/components/ConfigPanel.vue @@ -6,7 +6,7 @@
- {{ getBackendDescription(config.backend) }} + {{ getBackendDescription(draftConfig.backend) }}
@@ -41,7 +41,7 @@ class="form-item" > @@ -57,7 +57,7 @@ - + {{ $t('config.tableEnable') }}
@@ -67,11 +67,11 @@ - - {{ getFormulaLabel(config.backend) }} + + {{ getFormulaLabel(draftConfig.backend) }}
- {{ getFormulaInfo(config.backend) }} + {{ getFormulaInfo(draftConfig.backend) }}
@@ -81,7 +81,7 @@ - + - + {{ $t('config.forceOcr') }}
@@ -104,12 +104,17 @@
+
+ 重置 + 确认 +