mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 20:18:06 +01:00
🎨 Improve export to Word .docx format https://github.com/siyuan-note/siyuan/issues/14970
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
77757dc336
commit
a5d206db89
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ func exportDocx(c *gin.Context) {
|
|||
|
||||
fullPath, err := model.ExportDocx(id, savePath, removeAssets, merge)
|
||||
if err != nil {
|
||||
ret.Code = -1
|
||||
ret.Code = 1
|
||||
ret.Msg = err.Error()
|
||||
ret.Data = map[string]interface{}{"closeTimeout": 7000}
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue