mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-24 22:45:53 +03:00
[PR #942] feat: 在播放界面、评论区、专辑等页面添加具体评论数量 #737
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/942
Author: @WorldSansha
Created: 2/26/2026
Status: 🔄 Open
Base:
dev← Head:feat-new-work📝 Commits (3)
c35fddcfeat: 在播放界面和评论区内添加评论数量feb38c6feat: 在专辑、歌单、播客页面中显示具体评论数量eea042cfix: 将缩减数值由四舍五入修改为向下取整📊 Changes
8 files changed (+155 additions, -13 deletions)
View changed files
📝
src/components/List/ListComment.vue(+18 -0)📝
src/components/List/ListDetail.vue(+6 -1)📝
src/components/Player/PlayerComponents/PlayerComment.vue(+14 -0)📝
src/components/Player/PlayerControl.vue(+71 -11)📝
src/components/Setting/config/appearance.ts(+15 -0)📝
src/stores/setting.ts(+3 -0)📝
src/stores/status.ts(+3 -0)📝
src/views/List/album.vue(+25 -1)📄 Description
概述
在全屏播放器的评论按钮右上角显示当前歌曲的评论数量角标,并在评论面板的"全部评论"标题旁显示具体评论数。
改动内容
评论面板
设置项
三种模式:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.