feat: 收藏列表添加升序降序排列

This commit is contained in:
alger
2025-05-14 21:18:42 +08:00
parent 54f82d384e
commit 2803d40dd1
3 changed files with 578 additions and 502 deletions
+3 -1
View File
@@ -11,5 +11,7 @@ export default {
downloadSuccess: 'Download completed',
downloadFailed: 'Download failed',
downloading: 'Downloading, please wait...',
selectSongsFirst: 'Please select songs to download first'
selectSongsFirst: 'Please select songs to download first',
descending: 'Descending',
ascending: 'Ascending'
};