From 13b31fe8aa536b99187f2bcbccabe4b8163df8f6 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Fri, 23 Aug 2024 15:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- src/components/StupWizard/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.js b/main.js index f5730d9..9970cec 100644 --- a/main.js +++ b/main.js @@ -88,7 +88,7 @@ function createTray() { // icon: iconPath, }, { - label: '退出到系统托盘', click: () => { + label: '最小化到系统托盘', click: () => { mainWindow.hide(); }, // icon: iconPath, diff --git a/src/components/StupWizard/index.tsx b/src/components/StupWizard/index.tsx index f71bd7a..4a70f0e 100644 --- a/src/components/StupWizard/index.tsx +++ b/src/components/StupWizard/index.tsx @@ -51,7 +51,7 @@ const StupWizard = forwardRef((props: any, ref: any) => { active: false, }, { - title: '共享文件', + title: '文件下载', icon: ImageUrl.icon42, iconActive: ImageUrl.icon42Active, active: false, @@ -522,7 +522,7 @@ const FileComponents = () => { return ( <>