Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maotoumao committed Jun 16, 2024
1 parent 81db908 commit 87c1c45
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
34 changes: 11 additions & 23 deletions release/version.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,16 @@
{
"version": "0.0.3",
"version": "0.0.4",
"changeLog": [
"1. 【功能】插件支持拖拽排序,该排序会影响到搜索结果、排行榜、热门歌单的展示顺序",
"2. 【功能】播放列表支持多选快捷键(Ctrl + A 全选、按住 Shift 批量选择)",
"3. 【功能】本地音乐新增搜索功能",
"4. 【功能】歌单内歌曲支持拖拽排序",
"5. 【功能】新增了一些插件设置,比如启动软件时自动更新插件",
"6. 【功能】新增缓存设置,可以在设置中清空软件缓存",
"7. 【功能】新增网络代理设置",
"8. 【功能】插件协议更新:新增支持「用户变量」。",
"9. 【功能】插件协议更新:榜单列表支持分页",
"10. 【功能】歌单支持 WebDAV 备份;插件预置的 npm 包新增 webdav,配合 WebDAV 插件即可播放 WebDAV 源",
"11. 【优化】排序/过滤后,点击歌单列表会播放排序/过滤后的歌曲,而非全部歌曲",
"12. 【优化】优化批量删除歌曲失败时的表现",
"13. 【优化】优化歌单内歌曲较多时的体验",
"14. 【优化】优化歌曲名称超长时右下角菜单的显示",
"15. 【优化】加载本地歌曲时会自动识别歌曲元信息的编码,减少出现乱码的可能性",
"16. 【优化】优化本地歌曲过多时的拖拽表现",
"17. 【优化】优化 windows7/8 部分按钮的表现",
"18. 【修复】修复 macos、linux 本地歌曲无法播放的问题",
"19. 【修复】修复部分情况下无法右键打开下载文件夹的问题",
"20. 【修复】修复 macos 输入框无法粘贴的问题",
"21. 【修复】修复部分情况下快捷键无法删除的问题",
"22. 【修复】重写了本地歌单逻辑,修复收藏歌单部分情况下无法点击的问题"
"1. 【功能】播放列表支持拖拽排序",
"2. 【功能】支持多语言。本次支持简体中文、繁体中文、英文、西班牙语",
"3. 【功能】支持歌词翻译功能(需要插件实现getLyric方法)",
"4. 【功能】新增最近播放,默认保存最近播放的 500 首歌",
"5. 【功能】新增小窗模式",
"6. 【功能】新增音频设备移除时的行为设置,现在可以让拔掉耳机的时候停止播放了",
"6. 【功能】新增单独的主题页,可以在主题市场中直接使用主题;本地.mftheme主题可以直接拖拽到播放器安装",
"6. 【优化】本地音乐会尝试读取本地路径下的同名 .lrc 文件作为歌词;同时会读取同名 -tr.lrc 文件作为翻译",
"7. 【修复】修复部分本地歌词无法读取的问题",
"8. 【修复】修复 linux 托盘点击无效的问题"
],
"download": ["https://www.123pan.com/s/grz2jv-fGkAA.html"]
}
2 changes: 1 addition & 1 deletion res/lang/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"method_get_top_lists": "排行榜",

"info_hint_you_have_no_plugin": "你还没有安装插件",
"info_hint_you_have_no_plugin_with_supported_method": "你还没有安装<highlight>支持 {{supportMethod}} </highlight>功能的插件",
"info_hint_you_have_no_plugin_with_supported_method": "你还没有安装支持<highlight> {{supportMethod}} </highlight>功能的插件",
"info_hint_install_plugin_before_use": "先去<a>插件管理</a> 安装插件吧~"
},

Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/NoPlugin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function NoPlugin(props: INoPluginProps) {
<Trans
i18nKey={"plugin.info_hint_install_plugin_before_use"}
components={{
a: <Link to="main/plugin-manager-view"></Link>,
a: <Link to="/main/plugin-manager-view"></Link>,
}}
></Trans>
</span>
Expand Down

0 comments on commit 87c1c45

Please sign in to comment.