feat: 用户页面添加收藏专辑展示

This commit is contained in:
alger
2025-10-22 21:50:20 +08:00
parent bee5445b6e
commit a9adb6be36
10 changed files with 328 additions and 58 deletions
+5
View File
@@ -10,6 +10,11 @@ export default {
trackCount: '{count} tracks',
playCount: 'Played {count} times'
},
tabs: {
created: 'Created',
favorite: 'Favorite',
album: 'Album'
},
ranking: {
title: 'Listening History',
playCount: '{count} times'
+5
View File
@@ -10,6 +10,11 @@ export default {
trackCount: '{count}曲',
playCount: '{count}回再生'
},
tabs: {
created: '作成',
favorite: 'お気に入り',
album: 'アルバム'
},
ranking: {
title: '聴取ランキング',
playCount: '{count}回'
+5
View File
@@ -10,6 +10,11 @@ export default {
trackCount: '{count}곡',
playCount: '{count}회 재생'
},
tabs: {
created: '생성',
favorite: '즐겨찾기',
album: '앨범'
},
ranking: {
title: '음악 청취 순위',
playCount: '{count}회'
+5
View File
@@ -10,6 +10,11 @@ export default {
trackCount: '{count}首',
playCount: '播放{count}次'
},
tabs: {
created: '创建',
favorite: '收藏',
album: '专辑'
},
ranking: {
title: '听歌排行',
playCount: '{count}次'
+5
View File
@@ -10,6 +10,11 @@ export default {
trackCount: '{count}首',
playCount: '播放{count}次'
},
tabs: {
created: '建立',
favorite: '收藏',
album: '專輯'
},
ranking: {
title: '聽歌排行',
playCount: '{count}次'