mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 15:05:58 +03:00
[PR #700] [MERGED] perf: 优化歌曲播放时间显示格式相关代码 #592
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/700
Author: @MoYingJi
Created: 12/31/2025
Status: ✅ Merged
Merged: 1/2/2026
Merged by: @imsyy
Base:
dev← Head:pr/n📝 Commits (2)
56beb2aperf: 优化歌曲播放时间显示格式相关代码7c72d30docs: 为「播放列表歌曲数量」设置项增加描述📊 Changes
6 files changed (+88 additions, -80 deletions)
View changed files
📝
src/components/Player/MainPlayer.vue(+4 -11)📝
src/components/Player/PlayerControl.vue(+5 -13)📝
src/components/Setting/PlaySetting.vue(+6 -16)➕
src/composables/useTimeFormat.ts(+69 -0)📝
src/stores/setting.ts(+4 -7)📝
src/utils/format.ts(+0 -33)📄 Description
之前的代码有点...抽象吧,根据他人的建议和我能做到的理解进行了修改,同时增加了注释
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.