[PR #222] [MERGED] feat: Merge development branches #451

Closed
opened 2026-02-27 07:11:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/222
Author: @imsyy
Created: 7/29/2024
Status: Merged
Merged: 7/29/2024
Merged by: @imsyy

Base: masterHead: dev


📝 Commits (10+)

  • 99ab194 🐳 chore: Change Dockerfile
  • 8f416ff 🐞 fix: 修复当电台模式时播放列表出现错误
  • 59f492e feat: 新增音乐频谱显示
  • 0cedfe0 feat: 支持播放超大歌单
  • a341a69 feat: 卡片播放按钮可直接播放 #111
  • 1f9141b 🔧 build: 更新部分依赖版本
  • 1a63771 feat: 新增雷达歌单
  • 0a7761f 🐞 fix: 解决音频资源过期问题
  • 8963d71 feat: 侧边栏支持显示歌单封面 #111
  • 41eadb5 🌈 style: 优化部分样式

📊 Changes

271 files changed (+7639 additions, -4175 deletions)

View changed files

📝 .editorconfig (+10 -1)
📝 .eslintignore (+2 -0)
📝 .eslintrc.cjs (+1 -0)
.github/ISSUE_TEMPLATE/add.yml (+0 -17)
📝 .github/ISSUE_TEMPLATE/bug.yml (+3 -1)
📝 .github/ISSUE_TEMPLATE/config.yml (+3 -0)
📝 .github/workflows/build.yml (+17 -4)
.github/workflows/docker.yml (+46 -0)
📝 .github/workflows/release.yml (+15 -15)
📝 .gitignore (+0 -3)
📝 .prettierignore (+2 -0)
📝 .prettierrc.yaml (+4 -0)
📝 Dockerfile (+1 -1)
📝 README.md (+53 -50)
📝 auto-imports.d.ts (+2 -1)
📝 components.d.ts (+4 -1)
📝 electron-builder.yml (+19 -9)
📝 electron.vite.config.mjs (+16 -19)
📝 electron/main/index.js (+21 -18)
📝 electron/main/mainIpcMain.js (+62 -19)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imsyy/SPlayer/pull/222 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 7/29/2024 **Status:** ✅ Merged **Merged:** 7/29/2024 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`99ab194`](https://github.com/imsyy/SPlayer/commit/99ab194e4b43a4f06afbdc24fcb4931ef0f7eda6) 🐳 chore: Change Dockerfile - [`8f416ff`](https://github.com/imsyy/SPlayer/commit/8f416ff841213e0b6442eac5f525b775f737d836) 🐞 fix: 修复当电台模式时播放列表出现错误 - [`59f492e`](https://github.com/imsyy/SPlayer/commit/59f492ed8f48f85842c02547d82df04eaa07ab8f) ✨ feat: 新增音乐频谱显示 - [`0cedfe0`](https://github.com/imsyy/SPlayer/commit/0cedfe0af3541ade815b9a05ced2de9aaed481cd) ✨ feat: 支持播放超大歌单 - [`a341a69`](https://github.com/imsyy/SPlayer/commit/a341a69d48a0e69af2389d13c70b21c2fadc1334) ✨ feat: 卡片播放按钮可直接播放 #111 - [`1f9141b`](https://github.com/imsyy/SPlayer/commit/1f9141ba3389d29b441512b2097200768908639d) 🔧 build: 更新部分依赖版本 - [`1a63771`](https://github.com/imsyy/SPlayer/commit/1a63771f2db556b4caefa46d2babceaaf887b833) ✨ feat: 新增雷达歌单 - [`0a7761f`](https://github.com/imsyy/SPlayer/commit/0a7761ffff65dad99238716578e47d861d9a0f58) 🐞 fix: 解决音频资源过期问题 - [`8963d71`](https://github.com/imsyy/SPlayer/commit/8963d719d9dbf868dfe8fa8ff1be69618fa2dd92) ✨ feat: 侧边栏支持显示歌单封面 #111 - [`41eadb5`](https://github.com/imsyy/SPlayer/commit/41eadb5843543b6f14647a6b4746ebf83d05ab03) 🌈 style: 优化部分样式 ### 📊 Changes **271 files changed** (+7639 additions, -4175 deletions) <details> <summary>View changed files</summary> 📝 `.editorconfig` (+10 -1) 📝 `.eslintignore` (+2 -0) 📝 `.eslintrc.cjs` (+1 -0) ➖ `.github/ISSUE_TEMPLATE/add.yml` (+0 -17) 📝 `.github/ISSUE_TEMPLATE/bug.yml` (+3 -1) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+3 -0) 📝 `.github/workflows/build.yml` (+17 -4) ➕ `.github/workflows/docker.yml` (+46 -0) 📝 `.github/workflows/release.yml` (+15 -15) 📝 `.gitignore` (+0 -3) 📝 `.prettierignore` (+2 -0) 📝 `.prettierrc.yaml` (+4 -0) 📝 `Dockerfile` (+1 -1) 📝 `README.md` (+53 -50) 📝 `auto-imports.d.ts` (+2 -1) 📝 `components.d.ts` (+4 -1) 📝 `electron-builder.yml` (+19 -9) 📝 `electron.vite.config.mjs` (+16 -19) 📝 `electron/main/index.js` (+21 -18) 📝 `electron/main/mainIpcMain.js` (+62 -19) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:11:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SPlayer#451
No description provided.