Skip to content

Commit 2803d40

Browse files
committed
✨ feat: 收藏列表添加升序降序排列
1 parent 54f82d3 commit 2803d40

File tree

3 files changed

+548
-472
lines changed

3 files changed

+548
-472
lines changed

src/i18n/lang/en-US/favorite.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ export default {
1111
downloadSuccess: 'Download completed',
1212
downloadFailed: 'Download failed',
1313
downloading: 'Downloading, please wait...',
14-
selectSongsFirst: 'Please select songs to download first'
14+
selectSongsFirst: 'Please select songs to download first',
15+
descending: 'Descending',
16+
ascending: 'Ascending'
1517
};

src/i18n/lang/zh-CN/favorite.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ export default {
77
downloadSuccess: '下载完成',
88
downloadFailed: '下载失败',
99
downloading: '正在下载中,请稍候...',
10-
selectSongsFirst: '请先选择要下载的歌曲'
10+
selectSongsFirst: '请先选择要下载的歌曲',
11+
descending: '降',
12+
ascending: '升'
1113
};

0 commit comments

Comments
 (0)