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 ( <>