[PR #418] [CLOSED] test #472

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

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/418
Author: @junqingzhong
Created: 5/22/2025
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 2b6d68e 🦄 refactor: convert to TypeScript #174
  • 62c9dc3 feat: 托盘菜单完善
  • 50374e1 🐞 fix: 托盘图标无法显示 #260
  • 0c82d6a feat: 完善本地目录管理
  • 3b5338d 🌈 style: 更新样式优化
  • acf60b8 🐳 chore: 支持 Docker 多平台
  • 0e0bde8 feat: 支持批量删除歌曲
  • 528f9b0 🐞 fix: 修复快捷键错误 #264
  • 2b48713 feat: 搜索栏跳转完善 #262
  • c100bfe fix🐛: 修复了linux6.1内核下硬件加速被错误关闭的bug

📊 Changes

532 files changed (+36184 additions, -31315 deletions)

View changed files

📝 .env.example (+6 -38)
.eslintignore (+0 -6)
.eslintrc-auto-import.json (+304 -0)
.eslintrc.cjs (+0 -56)
📝 .github/workflows/build.yml (+7 -5)
📝 .github/workflows/docker.yml (+10 -0)
📝 .github/workflows/release.yml (+35 -14)
📝 .gitignore (+4 -0)
📝 .npmrc (+2 -2)
📝 .prettierignore (+2 -2)
.prettierrc.json (+7 -0)
.prettierrc.yaml (+0 -8)
API_DOCUMENTATION.md (+65 -0)
DOCKER_DEPLOYMENT.md (+112 -0)
📝 Dockerfile (+14 -5)
ENVIRONMENT_SETUP.md (+55 -0)
📝 README.md (+32 -194)
auto-eslint.mjs (+311 -0)
📝 auto-imports.d.ts (+237 -1)
📝 components.d.ts (+66 -32)

...and 80 more files

📄 Description

test


🔄 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/418 **Author:** [@junqingzhong](https://github.com/junqingzhong) **Created:** 5/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`2b6d68e`](https://github.com/imsyy/SPlayer/commit/2b6d68ecbd65cf06d28324863febb513d3d887bd) 🦄 refactor: convert to TypeScript #174 - [`62c9dc3`](https://github.com/imsyy/SPlayer/commit/62c9dc33db789955b83232e15d3d34e7fdd9f58b) ✨ feat: 托盘菜单完善 - [`50374e1`](https://github.com/imsyy/SPlayer/commit/50374e173e5effb8a09528f20496c45ad5c329be) 🐞 fix: 托盘图标无法显示 #260 - [`0c82d6a`](https://github.com/imsyy/SPlayer/commit/0c82d6a096cc9301a3c433f17710f177cfb6286b) ✨ feat: 完善本地目录管理 - [`3b5338d`](https://github.com/imsyy/SPlayer/commit/3b5338d582b6fed4383c306e5b4fe773adac24dd) 🌈 style: 更新样式优化 - [`acf60b8`](https://github.com/imsyy/SPlayer/commit/acf60b8b756fbea2f4deb1b281f3b40f70614070) 🐳 chore: 支持 Docker 多平台 - [`0e0bde8`](https://github.com/imsyy/SPlayer/commit/0e0bde89bb39b5dcb59b248bb4262c9ccea0ee4e) ✨ feat: 支持批量删除歌曲 - [`528f9b0`](https://github.com/imsyy/SPlayer/commit/528f9b0aa6daf43c31457b50d3f46660cdc1996b) 🐞 fix: 修复快捷键错误 #264 - [`2b48713`](https://github.com/imsyy/SPlayer/commit/2b487135659c3db4046f440a33cc002636ee5c3c) ✨ feat: 搜索栏跳转完善 #262 - [`c100bfe`](https://github.com/imsyy/SPlayer/commit/c100bfed8d292ac295443207a15f2e6947d48943) fix🐛: 修复了linux6.1内核下硬件加速被错误关闭的bug ### 📊 Changes **532 files changed** (+36184 additions, -31315 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+6 -38) ➖ `.eslintignore` (+0 -6) ➕ `.eslintrc-auto-import.json` (+304 -0) ➖ `.eslintrc.cjs` (+0 -56) 📝 `.github/workflows/build.yml` (+7 -5) 📝 `.github/workflows/docker.yml` (+10 -0) 📝 `.github/workflows/release.yml` (+35 -14) 📝 `.gitignore` (+4 -0) 📝 `.npmrc` (+2 -2) 📝 `.prettierignore` (+2 -2) ➕ `.prettierrc.json` (+7 -0) ➖ `.prettierrc.yaml` (+0 -8) ➕ `API_DOCUMENTATION.md` (+65 -0) ➕ `DOCKER_DEPLOYMENT.md` (+112 -0) 📝 `Dockerfile` (+14 -5) ➕ `ENVIRONMENT_SETUP.md` (+55 -0) 📝 `README.md` (+32 -194) ➕ `auto-eslint.mjs` (+311 -0) 📝 `auto-imports.d.ts` (+237 -1) 📝 `components.d.ts` (+66 -32) _...and 80 more files_ </details> ### 📄 Description test --- <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:58 +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#472
No description provided.