feat: 功能优化

This commit is contained in:
2025-12-02 01:55:57 +08:00
parent 900b47f585
commit 0fffd787bb
32 changed files with 974 additions and 2156 deletions

View File

@@ -61,8 +61,7 @@ export function exportBenchmarkDataToExcel(data, options = {}) {
{ key: '链接', width: 60, align: 'left' },
{ key: '封面链接', width: 60, align: 'left' },
{ key: '音频链接', width: 60, align: 'left' },
{ key: '原配音', width: 80, align: 'left', wrap: true },
{ key: '风格提示词', width: 80, align: 'left', wrap: true }
{ key: '原配音', width: 80, align: 'left', wrap: true }
]
// 准备导出数据
@@ -82,8 +81,7 @@ export function exportBenchmarkDataToExcel(data, options = {}) {
'链接': item.share_url || '',
'封面链接': item.cover || '',
'音频链接': item.audio_url || '',
'原配音': item.transcriptions || '',
'风格提示词': item.prompt || ''
'原配音': item.transcriptions || ''
}
// 小红书平台特殊处理