Skip to content

Commit

Permalink
✨ feat: 添加下载列表显示功能 可播放已经下载的歌曲 添加清除缓存功能 修复下载文件类型问题
Browse files Browse the repository at this point in the history
  • Loading branch information
algerkong committed Jan 12, 2025
1 parent b749854 commit e70fed3
Show file tree
Hide file tree
Showing 15 changed files with 1,214 additions and 103 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
'vue/multi-word-component-names': 'off',
'no-nested-ternary': 'off',
'no-console': 'off',
'no-await-in-loop': 'off',
'no-continue': 'off',
'no-restricted-syntax': 'off',
'no-return-assign': 'off',
Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 更新日志

## [v3.4.0] - 2025-01-11
## [v3.5.0] - 2025-01-12

### ✨ 新功能
- 添加捐赠支持列表
- 添加收藏列表 批量下载功能
- 优化搜藏列表 可本地和线上收藏合并 如果收藏失败 会自动收藏到本地
- 添加下载管理 进度显示 播放下载的音乐
- 添加缓存管理 清理缓存
- 优化下载格式问题 支持下载其他格式 ps:其实之前只是后缀名问题
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AlgerMusicPlayer",
"version": "3.4.0",
"version": "3.5.0",
"description": "Alger Music Player",
"author": "Alger <[email protected]>",
"main": "./out/main/index.js",
Expand Down
Loading

0 comments on commit e70fed3

Please sign in to comment.