📃 docs: v3.1.0

This commit is contained in:
alger
2025-01-02 00:18:41 +08:00
parent 018218a5bf
commit 976a9afd2f
2 changed files with 5 additions and 18 deletions
+4 -17
View File
@@ -1,21 +1,8 @@
# 更新日志 # 更新日志
## [v3.0.0] - 2024-03-21 ## [v3.1.0] - 2024-01-02
### ✨ 新功能 ### ✨ 新功能
- 新增自动更新检测功能 - 优化主入口代码,添加歌曲下载功能 (018218a)
- 新增 GitHub Actions 自动构建和发布 - 完善网页版安装应用功能 (38a9d6e)
- 新增主题色切换功能,支持日间/夜间模式 (#19, #21) - 修改更新检查功能 (8dab799)
- 新增随机播放功能 (#20)
- 优化主题效果和图片清晰度
### 🏗️ 架构重构
- 重构整个项目架构
- 优化打包配置
- 修改后台服务为本地运行
- 优化项目结构
### 🐞 问题修复
- 修复 web 移动端页面空白问题 (#24)
- 修复无用导入问题
- 优化错误处理
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "AlgerMusicPlayer", "name": "AlgerMusicPlayer",
"version": "3.0.0", "version": "3.1.0",
"description": "Alger Music Player", "description": "Alger Music Player",
"author": "Alger <algerkc@qq.com>", "author": "Alger <algerkc@qq.com>",
"main": "./out/main/index.js", "main": "./out/main/index.js",