feat: 添加下载管理页面, 引入文件类型检测库以支持多种音频格式

This commit is contained in:
alger
2025-06-03 22:35:04 +08:00
parent bfaa06b0d5
commit 3ac3159058
7 changed files with 1217 additions and 651 deletions
+7 -1
View File
@@ -45,5 +45,11 @@ export default {
downloadComplete: '{filename} download completed',
downloadFailed: '{filename} download failed: {error}'
},
loading: 'Loading...'
loading: 'Loading...',
playStarted: 'Play started: {name}',
playFailed: 'Play failed: {name}',
path: {
copied: 'Path copied to clipboard',
copyFailed: 'Failed to copy path'
}
};
+7 -1
View File
@@ -44,5 +44,11 @@ export default {
downloadComplete: '{filename} 下载完成',
downloadFailed: '{filename} 下载失败: {error}'
},
loading: '加载中...'
loading: '加载中...',
playStarted: '开始播放: {name}',
playFailed: '播放失败: {name}',
path: {
copied: '路径已复制到剪贴板',
copyFailed: '复制路径失败'
}
};