diff --git a/publish/changeLog.md b/publish/changeLog.md index a3637cb7..dc0c0141 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,8 +1,9 @@ ### 新增 - 我的列表右键菜单新增列表排序功能,可调整单曲、多选后的歌曲的顺序。注意:多选排序还将会按照选中歌曲时的顺序排序 -- 添加鼠标指向歌曲封面的提示(对于进度条左边的歌曲封面,你可能不知道的操作->右击在“我的列表”定位当前播放的歌曲) - 添加鼠标提示的自动关闭功能,鼠标长时间(目前是10秒)不动时鼠标提示将会自动关闭 +- 添加鼠标指向歌曲封面的提示(对于进度条左边的歌曲封面,你可能不知道的操作->右击在“我的列表”定位当前播放的歌曲) +- 添加桌面歌词字体、透明度调整按钮微调提示(你可能不知道的操作->对于字体、透明度可右击微调) ### 修复 diff --git a/src/renderer/lang/en-us/desktopLyric.json b/src/renderer/lang/en-us/desktopLyric.json index bc0b7f36..54dd8ebf 100644 --- a/src/renderer/lang/en-us/desktopLyric.json +++ b/src/renderer/lang/en-us/desktopLyric.json @@ -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", diff --git a/src/renderer/lang/zh-cn/desktopLyric.json b/src/renderer/lang/zh-cn/desktopLyric.json index b7721d1d..baec633c 100644 --- a/src/renderer/lang/zh-cn/desktopLyric.json +++ b/src/renderer/lang/zh-cn/desktopLyric.json @@ -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": "置顶歌词界面", diff --git a/src/renderer/lang/zh-tw/desktopLyric.json b/src/renderer/lang/zh-tw/desktopLyric.json index b3d397d7..a34300a5 100644 --- a/src/renderer/lang/zh-tw/desktopLyric.json +++ b/src/renderer/lang/zh-tw/desktopLyric.json @@ -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": "置頂歌詞界面",