[PR #826] [MERGED] feat(上下文菜单): 新增复制歌曲名称和音乐标签编辑选项 在设置菜单中增加两个新的上下文菜单选项:复制歌曲名称和音乐标签编辑。同时调整了菜单项的分隔符显示逻辑,并… #666

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

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/826
Author: @kazukokawagawa
Created: 2/5/2026
Status: Merged
Merged: 2/5/2026
Merged by: @imsyy

Base: devHead: dev-fix


📝 Commits (9)

  • 1ef64d0 fix(DownloadManager): 修复合并歌词时TTML内容丢失的问题
  • 676d2b2 feat(上下文菜单): 新增复制歌曲名称和音乐标签编辑选项
  • af30825 feat(侧边栏): 将歌单模式状态迁移至设置存储
  • 8003008 Revert "feat(侧边栏): 将歌单模式状态迁移至设置存储"
  • 23bb111 Merge branch 'dev' into dev-fix
  • 3281e5d fix(歌单菜单): 修正本地歌曲元数据编辑菜单项的分隔符显示条件
  • fe86086 Merge branch 'dev-fix' of github.com:imsyy/SPlayer into dev-fix
  • 529b0e7 Merge branch 'dev' into dev-fix
  • 0533a45 🐞 fix: 去除菜单

📊 Changes

4 files changed (+16 additions, -8 deletions)

View changed files

📝 src/components/Modal/Setting/ContextMenuManager.vue (+2 -0)
📝 src/composables/useSongMenu.ts (+3 -2)
📝 src/core/resource/DownloadManager.ts (+7 -6)
📝 src/stores/setting.ts (+4 -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/826 **Author:** [@kazukokawagawa](https://github.com/kazukokawagawa) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `dev-fix` --- ### 📝 Commits (9) - [`1ef64d0`](https://github.com/imsyy/SPlayer/commit/1ef64d068c3f0af34b08e1a5474ab4fa854588c6) fix(DownloadManager): 修复合并歌词时TTML内容丢失的问题 - [`676d2b2`](https://github.com/imsyy/SPlayer/commit/676d2b296f4971310170762236502789fd5aa1d6) feat(上下文菜单): 新增复制歌曲名称和音乐标签编辑选项 - [`af30825`](https://github.com/imsyy/SPlayer/commit/af308251393d26f73e214d0524fbe012229e6673) feat(侧边栏): 将歌单模式状态迁移至设置存储 - [`8003008`](https://github.com/imsyy/SPlayer/commit/80030086211c7f1de351d1cd1d7e83a5827654ea) Revert "feat(侧边栏): 将歌单模式状态迁移至设置存储" - [`23bb111`](https://github.com/imsyy/SPlayer/commit/23bb111df6878e065eea7ae0af03d6dbf5678671) Merge branch 'dev' into dev-fix - [`3281e5d`](https://github.com/imsyy/SPlayer/commit/3281e5d164885ba33e664825913b8c52e840c321) fix(歌单菜单): 修正本地歌曲元数据编辑菜单项的分隔符显示条件 - [`fe86086`](https://github.com/imsyy/SPlayer/commit/fe8608609602d50fd1fbafbc245696b06136cb91) Merge branch 'dev-fix' of github.com:imsyy/SPlayer into dev-fix - [`529b0e7`](https://github.com/imsyy/SPlayer/commit/529b0e76fa3287d3792d7e054645fe8939acb47c) Merge branch 'dev' into dev-fix - [`0533a45`](https://github.com/imsyy/SPlayer/commit/0533a45269a3b1ee953a170248fdc6735a09530c) 🐞 fix: 去除菜单 ### 📊 Changes **4 files changed** (+16 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/components/Modal/Setting/ContextMenuManager.vue` (+2 -0) 📝 `src/composables/useSongMenu.ts` (+3 -2) 📝 `src/core/resource/DownloadManager.ts` (+7 -6) 📝 `src/stores/setting.ts` (+4 -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:40 +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#666
No description provided.