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: 'リピート再生',