文字优化
This commit is contained in:
parent
982c4e249b
commit
13b31fe8aa
2
main.js
2
main.js
|
|
@ -88,7 +88,7 @@ function createTray() {
|
|||
// icon: iconPath,
|
||||
},
|
||||
{
|
||||
label: '退出到系统托盘', click: () => {
|
||||
label: '最小化到系统托盘', click: () => {
|
||||
mainWindow.hide();
|
||||
},
|
||||
// icon: iconPath,
|
||||
|
|
|
|||
|
|
@ -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 (
|
||||
<>
|
||||
<div>
|
||||
<span>共享文件</span>
|
||||
<span>文件下载</span>
|
||||
<div className={styles.fileComponents}>
|
||||
<span>文件下载</span>
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue