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