style(ui): 桌面端 message 毛玻璃样式,本地音乐页面全页滚动优化

- message 提示适配项目设计:全圆角、backdrop-blur、半透明背景、深色/浅色模式
- 本地音乐页面:hero 缩小可滚出、action bar 吸顶、歌曲列表跟随全页滚动
- 顺序播放到最后一首:用户点下一首保持播放仅提示,自然播完才停止
- i18n 新增 playListEnded(5 种语言)
This commit is contained in:
alger
2026-03-29 13:18:56 +08:00
parent 0cfec3dd82
commit eb801cfbfd
7 changed files with 247 additions and 147 deletions
+1
View File
@@ -17,6 +17,7 @@ export default {
parseFailedPlayNext: '곡 분석 실패, 다음 곡 재생',
consecutiveFailsError:
'재생 오류가 발생했습니다. 네트워크 문제 또는 유효하지 않은 음원일 수 있습니다. 재생 목록을 변경하거나 나중에 다시 시도하세요',
playListEnded: '재생 목록의 마지막 곡에 도달했습니다',
playMode: {
sequence: '순차 재생',
loop: '한 곡 반복',