mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
🎨 导出 PDF 和 Word 时支持覆盖已有文件 https://github.com/siyuan-note/siyuan/issues/5309
This commit is contained in:
parent
c819b63fa7
commit
1a47d9eeb7
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ const getExportPath = (option: { type: string, id: string }, pdfOption?: PrintTo
|
|||
title: window.siyuan.languages.export + " " + exportType,
|
||||
defaultPath: response.data.rootTitle + "." + extension,
|
||||
filters: [{
|
||||
name: "Word",
|
||||
name: exportType,
|
||||
extensions: [extension]
|
||||
}],
|
||||
properties: ["showOverwriteConfirmation"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue