[PR #775] [MERGED] 🐞 fix: 专辑没有被正确剔除括号 #633

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

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/775
Author: @kazukokawagawa
Created: 1/27/2026
Status: Merged
Merged: 1/28/2026
Merged by: @imsyy

Base: devHead: dev-cy


📝 Commits (8)

  • 407885d 🐞 fix: 专辑没有被正确剔除括号
  • f75cba8 feat: 评论抱一抱
  • f839723 feat: 评论关键词排除
  • 622aa9d Merge pull request #778 from imsyy/dev-set
  • dcb793e 🐞 fix: 修复代码审查
  • b29c89a feat: 独立设置
  • c81287d feat: 关闭封面
  • ad5ee07 feat: 评论排除弹窗独立

📊 Changes

14 files changed (+388 additions, -28 deletions)

View changed files

📝 components.d.ts (+1 -0)
📝 src/api/comment.ts (+38 -0)
📝 src/components/Card/SongCard.vue (+9 -2)
📝 src/components/List/CommentList.vue (+58 -2)
📝 src/components/List/ListComment.vue (+2 -0)
📝 src/components/List/SongList.vue (+3 -2)
src/components/Modal/CommentFilter.vue (+132 -0)
📝 src/components/Player/PlayerComponents/PlayerComment.vue (+65 -20)
📝 src/components/Player/PlayerMeta/PlayerData.vue (+10 -2)
📝 src/components/Setting/config/general.ts (+19 -0)
📝 src/core/player/LyricManager.ts (+21 -0)
📝 src/stores/setting.ts (+12 -0)
📝 src/utils/modal.ts (+17 -0)
📝 src/views/Video.vue (+1 -0)

📄 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/775 **Author:** [@kazukokawagawa](https://github.com/kazukokawagawa) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/28/2026 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `dev-cy` --- ### 📝 Commits (8) - [`407885d`](https://github.com/imsyy/SPlayer/commit/407885dd11a50318c8a3daba8560e54c69ec4a51) 🐞 fix: 专辑没有被正确剔除括号 - [`f75cba8`](https://github.com/imsyy/SPlayer/commit/f75cba85560e46dc7e48f0170bf0cdef4eef54c9) ✨ feat: 评论抱一抱 - [`f839723`](https://github.com/imsyy/SPlayer/commit/f839723ab1d5c5afeafdae80f33da2733e2ad54a) ✨ feat: 评论关键词排除 - [`622aa9d`](https://github.com/imsyy/SPlayer/commit/622aa9d23c31c8a1dcf80e068724cd4f3ddd48e7) Merge pull request #778 from imsyy/dev-set - [`dcb793e`](https://github.com/imsyy/SPlayer/commit/dcb793e0d78cace05f813d5c7fa62d293c2b65a1) 🐞 fix: 修复代码审查 - [`b29c89a`](https://github.com/imsyy/SPlayer/commit/b29c89a0dac348ed604b4982b044cef8167ea7d3) ✨ feat: 独立设置 - [`c81287d`](https://github.com/imsyy/SPlayer/commit/c81287d3fd8485d1f754259c245aca953de725c4) ✨ feat: 关闭封面 - [`ad5ee07`](https://github.com/imsyy/SPlayer/commit/ad5ee07171fec6b2be89732abc73c1effa4b9a6f) ✨ feat: 评论排除弹窗独立 ### 📊 Changes **14 files changed** (+388 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `components.d.ts` (+1 -0) 📝 `src/api/comment.ts` (+38 -0) 📝 `src/components/Card/SongCard.vue` (+9 -2) 📝 `src/components/List/CommentList.vue` (+58 -2) 📝 `src/components/List/ListComment.vue` (+2 -0) 📝 `src/components/List/SongList.vue` (+3 -2) ➕ `src/components/Modal/CommentFilter.vue` (+132 -0) 📝 `src/components/Player/PlayerComponents/PlayerComment.vue` (+65 -20) 📝 `src/components/Player/PlayerMeta/PlayerData.vue` (+10 -2) 📝 `src/components/Setting/config/general.ts` (+19 -0) 📝 `src/core/player/LyricManager.ts` (+21 -0) 📝 `src/stores/setting.ts` (+12 -0) 📝 `src/utils/modal.ts` (+17 -0) 📝 `src/views/Video.vue` (+1 -0) </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:12:34 +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#633
No description provided.