From 1493ab73176ece097acbe7d574b840657e9edf38 Mon Sep 17 00:00:00 2001 From: alger Date: Sun, 26 Jan 2025 00:20:08 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E5=BC=B1=E5=8C=96=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=8A=9F=E8=83=BD=20=E9=BB=98=E8=AE=A4=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E4=B8=8B=E8=BD=BD=E5=88=97=E8=A1=A8=E6=8C=89=E9=92=AE?= =?UTF-8?q?=20=E5=9C=A8=E8=AE=BE=E7=BD=AE=E4=B8=AD=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/set.json | 3 ++- .../components/common/DownloadDrawer.vue | 24 +++++++++++++++---- src/renderer/layout/AppLayout.vue | 9 ++++++- src/renderer/store/index.ts | 9 +++++-- src/renderer/utils/request.ts | 3 --- src/renderer/views/set/index.vue | 18 ++++++++++++++ 6 files changed, 54 insertions(+), 12 deletions(-) diff --git a/src/main/set.json b/src/main/set.json index 05dbb39..c230cde 100644 --- a/src/main/set.json +++ b/src/main/set.json @@ -18,5 +18,6 @@ "fontFamily": "system-ui", "fontScope": "global", "autoPlay": false, - "downloadPath": "" + "downloadPath": "", + "alwaysShowDownloadButton": false } diff --git a/src/renderer/components/common/DownloadDrawer.vue b/src/renderer/components/common/DownloadDrawer.vue index 56dd0bb..96b798e 100644 --- a/src/renderer/components/common/DownloadDrawer.vue +++ b/src/renderer/components/common/DownloadDrawer.vue @@ -1,7 +1,7 @@