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