feat: 功能优化
This commit is contained in:
@@ -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 || ''
|
||||
}
|
||||
|
||||
// 小红书平台特殊处理
|
||||
|
||||
Reference in New Issue
Block a user