From 6941850d906e7bf636b089d61cdd48a3537ac56b Mon Sep 17 00:00:00 2001 From: AoXuan Date: Tue, 2 Sep 2025 01:01:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ScriptEdit):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=B7=AF=E5=BE=84=E9=80=89=E6=8B=A9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/ScriptEdit.vue | 39 +------------------------------ 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/frontend/src/views/ScriptEdit.vue b/frontend/src/views/ScriptEdit.vue index cdc0125..5c0a803 100644 --- a/frontend/src/views/ScriptEdit.vue +++ b/frontend/src/views/ScriptEdit.vue @@ -1118,7 +1118,7 @@ const selectLogPath = async () => { return } - const path = await window.electronAPI.selectFolder() + const path = await window.electronAPI.selectFile() if (path) { generalConfig.Script.LogPath = path message.success('日志路径选择成功') @@ -1135,15 +1135,6 @@ const getCardTitle = () => {