feat: 添加“收藏”功能至托盘菜单

This commit is contained in:
alger
2025-05-09 19:42:46 +08:00
parent 8ed13d4a85
commit 3c1a144113
4 changed files with 56 additions and 10 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ export default {
prev: 'Previous',
next: 'Next',
pause: 'Pause',
play: 'Play'
play: 'Play',
favorite: 'Favorite'
},
language: 'Language'
};
+2 -1
View File
@@ -47,6 +47,7 @@ export default {
prev: '上一首',
next: '下一首',
pause: '暂停',
play: '播放'
play: '播放',
favorite: '收藏'
}
};