mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 13:31:32 +08:00
Update src/renderer/src/utils/export.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7f08dfffde
commit
fa65889a80
@ -671,7 +671,7 @@ export const exportMarkdownToObsidian = async (attributes: any) => {
|
||||
window.open(obsidianUrl)
|
||||
window.message.success(i18n.t('chat.topics.export.obsidian_export_success'))
|
||||
} catch (error) {
|
||||
logger.error('导出到Obsidian失败:', error as Error as Error)
|
||||
logger.error('导出到Obsidian失败:', error as Error)
|
||||
window.message.error(i18n.t('chat.topics.export.obsidian_export_failed'))
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user