mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 03:17:29 +08:00
🐞 fix: 修复下载管理 切换tab程序卡死问题
This commit is contained in:
@@ -44,5 +44,6 @@ export default {
|
||||
message: {
|
||||
downloadComplete: '{filename} download completed',
|
||||
downloadFailed: '{filename} download failed: {error}'
|
||||
}
|
||||
},
|
||||
loading: 'Loading...'
|
||||
};
|
||||
|
||||
@@ -43,5 +43,6 @@ export default {
|
||||
message: {
|
||||
downloadComplete: '{filename} 下载完成',
|
||||
downloadFailed: '{filename} 下载失败: {error}'
|
||||
}
|
||||
},
|
||||
loading: '加载中...'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user