feat: course generation
This commit is contained in:
@@ -40,7 +40,7 @@ const loadSrt = async () => {
|
||||
} catch (err) {
|
||||
toast.add({
|
||||
title: '加载字幕失败',
|
||||
description: err as string || '未知错误',
|
||||
description: `${ err }` || '未知错误',
|
||||
color: 'red',
|
||||
})
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user