添加桌面歌词字体、透明度调整按钮微调提示

pull/392/head
lyswhut 2021-01-03 01:11:08 +08:00
parent 06073f3982
commit 76d5e64097
4 changed files with 14 additions and 13 deletions

View File

@ -1,8 +1,9 @@
### 新增
- 我的列表右键菜单新增列表排序功能,可调整单曲、多选后的歌曲的顺序。注意:多选排序还将会按照选中歌曲时的顺序排序
- 添加鼠标指向歌曲封面的提示(对于进度条左边的歌曲封面,你可能不知道的操作->右击在“我的列表”定位当前播放的歌曲)
- 添加鼠标提示的自动关闭功能鼠标长时间目前是10秒不动时鼠标提示将会自动关闭
- 添加鼠标指向歌曲封面的提示(对于进度条左边的歌曲封面,你可能不知道的操作->右击在“我的列表”定位当前播放的歌曲)
- 添加桌面歌词字体、透明度调整按钮微调提示(你可能不知道的操作->对于字体、透明度可右击微调)
### 修复

View File

@ -4,10 +4,10 @@
"lock": "Lock Lyrics",
"unlock": "Unlock Lyrics",
"theme": "Theme Color",
"font_increase": "Increase font size",
"font_decrease": "Reduce font size",
"opactiy_increase": "Decrease Transparency",
"opactiy_decrease": "Increase Transparency",
"font_increase": "Increase font size (Right click to fine-tune)",
"font_decrease": "Reduce font size (Right click to fine-tune)",
"opactiy_increase": "Decrease Transparency (Right click to fine-tune)",
"opactiy_decrease": "Increase Transparency (Right click to fine-tune)",
"lrc_active_zoom_on": "Zoom the currently playing lyrics",
"lrc_active_zoom_off": "Unzoom the currently playing lyrics",
"win_top_on": "Top lyrics interface",

View File

@ -4,10 +4,10 @@
"lock": "锁定歌词",
"unlock": "解锁歌词",
"theme": "主题配色",
"font_increase": "增加字体大小",
"font_decrease": "减小字体大小",
"opactiy_increase": "减小透明度",
"opactiy_decrease": "增加透明度",
"font_increase": "增加字体大小(右击可微调)",
"font_decrease": "减小字体大小(右击可微调)",
"opactiy_increase": "减小透明度(右击可微调)",
"opactiy_decrease": "增加透明度(右击可微调)",
"lrc_active_zoom_on": "缩放当前播放的歌词",
"lrc_active_zoom_off": "取消缩放当前播放的歌词",
"win_top_on": "置顶歌词界面",

View File

@ -4,10 +4,10 @@
"lock": "鎖定歌詞",
"unlock": "解鎖歌詞",
"theme": "主題配色",
"font_increase": "增加字體大小",
"font_decrease": "減小字體大小",
"opactiy_increase": "減小透明度",
"opactiy_decrease": "增加透明度",
"font_increase": "增加字體大小(右擊可微調)",
"font_decrease": "減小字體大小(右擊可微調)",
"opactiy_increase": "減小透明度(右擊可微調)",
"opactiy_decrease": "增加透明度(右擊可微調)",
"lrc_active_zoom_on": "縮放當前播放的歌詞",
"lrc_active_zoom_off": "取消縮放當前播放的歌詞",
"win_top_on": "置頂歌詞界面",