🐞 fix: 修复下载管理 切换tab程序卡死问题

This commit is contained in:
algerkong
2025-04-21 20:38:05 +08:00
parent c5da42b67d
commit 27d5bd8f81
4 changed files with 104 additions and 86 deletions
+2 -1
View File
@@ -44,5 +44,6 @@ export default {
message: {
downloadComplete: '{filename} download completed',
downloadFailed: '{filename} download failed: {error}'
}
},
loading: 'Loading...'
};
+2 -1
View File
@@ -43,5 +43,6 @@ export default {
message: {
downloadComplete: '{filename} 下载完成',
downloadFailed: '{filename} 下载失败: {error}'
}
},
loading: '加载中...'
};