From 69980863d391fda5210d8137ba910823fd34338b Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Fri, 20 Jun 2025 01:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=89=E6=8B=A9=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=97=B6=E5=BC=82=E5=B8=B8=E8=B7=B3=E8=BD=AC=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E9=A2=84=E8=A7=88=E7=95=8C=E9=9D=A2=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/templates/index.html b/app/templates/index.html index a9e5b3c..5c2f5d5 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -2401,6 +2401,9 @@ }, selectSuggestion(index, suggestion) { this.smart_param.showSuggestions = false; + // 确保显示的是选择需转存的文件夹界面,而不是命名预览界面 + this.fileSelect.previewRegex = false; + this.fileSelect.selectDir = true; this.showShareSelect(index, suggestion.shareurl); }, addMagicRegex() {