From d5a9bb87989ce59a63ec166b32bd4d85ddbb5255 Mon Sep 17 00:00:00 2001 From: dmy Date: Wed, 4 Mar 2026 16:20:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=98=BE=E7=A4=BA=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9A=84=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webui/src/components/ParameterForm.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webui/src/components/ParameterForm.vue b/webui/src/components/ParameterForm.vue index d2b2c40..6aef34d 100644 --- a/webui/src/components/ParameterForm.vue +++ b/webui/src/components/ParameterForm.vue @@ -787,6 +787,8 @@ const exportConfig = async () => { if (window.pywebview) { const response = await window.pywebview.api.export_config(params) if (response.success) { + // 显示导出的文件路径 + currentFilePath.value = response.file_path || '' logRef.value?.addLog('info', response.message) } else { logRef.value?.addLog('warning', response.message)