[PR #621] [MERGED] feat: 列表添加评论 #539

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

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/621
Author: @imsyy
Created: 12/8/2025
Status: Merged
Merged: 12/8/2025
Merged by: @imsyy

Base: devHead: dev-list


📝 Commits (5)

  • 570c0b6 feat: 优化列表组件
  • 9cbb201 feat: 列表静默加载
  • da7ac59 🎈 perf: 优化列表调用
  • 9dcd98c feat: 列表添加评论
  • d91654d 🎈 perf: 去除不必要的调用

📊 Changes

14 files changed (+1444 additions, -1825 deletions)

View changed files

📝 components.d.ts (+3 -0)
src/components/List/ListComment.vue (+172 -0)
src/components/List/ListDetail.vue (+523 -0)
📝 src/components/Player/PersonalFM.vue (+1 -1)
src/composables/List/useListActions.ts (+21 -0)
src/composables/List/useListDetail.ts (+70 -0)
src/composables/List/useListScroll.ts (+27 -0)
src/composables/List/useListSearch.ts (+47 -0)
📝 src/style/main.scss (+29 -0)
📝 src/views/DesktopLyric/index.vue (+35 -41)
📝 src/views/List/album.vue (+124 -403)
📝 src/views/List/liked.vue (+96 -434)
📝 src/views/List/playlist.vue (+165 -504)
📝 src/views/List/radio.vue (+131 -442)

📄 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/621 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `dev-list` --- ### 📝 Commits (5) - [`570c0b6`](https://github.com/imsyy/SPlayer/commit/570c0b655e7160824bdf6a71ba8d2e44f4b51af9) ✨ feat: 优化列表组件 - [`9cbb201`](https://github.com/imsyy/SPlayer/commit/9cbb201da4586d00b14116aaaa5ef9ba9b3ac140) ✨ feat: 列表静默加载 - [`da7ac59`](https://github.com/imsyy/SPlayer/commit/da7ac590539f886568bbee03fc6d4479d29a2b64) 🎈 perf: 优化列表调用 - [`9dcd98c`](https://github.com/imsyy/SPlayer/commit/9dcd98ca2c0f937dd1e2b5dd6f17b15fe6649ba0) ✨ feat: 列表添加评论 - [`d91654d`](https://github.com/imsyy/SPlayer/commit/d91654d35788b9aca6a2907687db7dd17941535b) 🎈 perf: 去除不必要的调用 ### 📊 Changes **14 files changed** (+1444 additions, -1825 deletions) <details> <summary>View changed files</summary> 📝 `components.d.ts` (+3 -0) ➕ `src/components/List/ListComment.vue` (+172 -0) ➕ `src/components/List/ListDetail.vue` (+523 -0) 📝 `src/components/Player/PersonalFM.vue` (+1 -1) ➕ `src/composables/List/useListActions.ts` (+21 -0) ➕ `src/composables/List/useListDetail.ts` (+70 -0) ➕ `src/composables/List/useListScroll.ts` (+27 -0) ➕ `src/composables/List/useListSearch.ts` (+47 -0) 📝 `src/style/main.scss` (+29 -0) 📝 `src/views/DesktopLyric/index.vue` (+35 -41) 📝 `src/views/List/album.vue` (+124 -403) 📝 `src/views/List/liked.vue` (+96 -434) 📝 `src/views/List/playlist.vue` (+165 -504) 📝 `src/views/List/radio.vue` (+131 -442) </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:14 +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#539
No description provided.