mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: more operations for close | 为关闭app操作提供更多选项 (#918)
* feat: more operations for close * remove minimizeToTray form initLocalStorage Co-authored-by: qier222 <qier222@outlook.com> Co-authored-by: qier222 <qier2222@gmail.com>
This commit is contained in:
parent
8b089e6cf4
commit
17ef0e927c
8 changed files with 91 additions and 43 deletions
|
|
@ -152,7 +152,6 @@ export default {
|
|||
clearSongsCache: '清除歌曲缓存',
|
||||
cacheCount: '已缓存 {song} 首 ({size})',
|
||||
showLyricsTranslation: '显示歌词翻译',
|
||||
minimizeToTray: '最小化到托盘',
|
||||
showPlaylistsByAppleMusic: '首页显示来自 Apple Music 的歌单',
|
||||
enableDiscordRichPresence: '启用 Discord Rich Presence',
|
||||
enableGlobalShortcut: '启用全局快捷键',
|
||||
|
|
@ -163,6 +162,13 @@ export default {
|
|||
on: '打开',
|
||||
dynamic: '动态(GPU 占用较高)',
|
||||
},
|
||||
closeAppOption: {
|
||||
text: '关闭主面板时...',
|
||||
ask: '询问',
|
||||
exit: '退出',
|
||||
minimize: '最小化',
|
||||
minimizeToTray: '最小化到托盘',
|
||||
},
|
||||
},
|
||||
contextMenu: {
|
||||
play: '播放',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue