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
fa65889a80
commit
8963a2f59a
@ -828,7 +828,7 @@ export const exportMarkdownToSiyuan = async (title: string, content: string) =>
|
||||
key: 'siyuan-success'
|
||||
})
|
||||
} catch (error) {
|
||||
logger.error('导出到思源笔记失败:', error as Error as Error)
|
||||
logger.error('导出到思源笔记失败:', error as Error)
|
||||
window.message.error({
|
||||
content: i18n.t('message.error.siyuan.export') + (error instanceof Error ? `: ${error.message}` : ''),
|
||||
key: 'siyuan-error'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user