文字优化

This commit is contained in:
yj 2024-08-23 15:04:37 +08:00
parent 982c4e249b
commit 13b31fe8aa
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ function createTray() {
// icon: iconPath, // icon: iconPath,
}, },
{ {
label: '退出到系统托盘', click: () => { label: '最小化到系统托盘', click: () => {
mainWindow.hide(); mainWindow.hide();
}, },
// icon: iconPath, // icon: iconPath,

View File

@ -51,7 +51,7 @@ const StupWizard = forwardRef((props: any, ref: any) => {
active: false, active: false,
}, },
{ {
title: '共享文件', title: '文件下载',
icon: ImageUrl.icon42, icon: ImageUrl.icon42,
iconActive: ImageUrl.icon42Active, iconActive: ImageUrl.icon42Active,
active: false, active: false,
@ -522,7 +522,7 @@ const FileComponents = () => {
return ( return (
<> <>
<div> <div>
<span></span> <span></span>
<div className={styles.fileComponents}> <div className={styles.fileComponents}>
<span></span> <span></span>
<div> <div>