mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 23:15:55 +03:00
[PR #621] [MERGED] ✨ feat: 列表添加评论 #539
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head: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.