Vanessa 2023-05-10 22:39:01 +08:00
parent adf5e3af96
commit 01dff7eb5d

View file

@ -630,6 +630,17 @@ export const exportMd = (id: string) => {
click: () => { click: () => {
saveExport({type: "word", id}); saveExport({type: "word", id});
} }
}, {
label: window.siyuan.languages.more,
icon: "iconMore",
type: "submenu",
submenu: [{
label: "Word .docx",
icon: "iconExact",
click: () => {
saveExport({type: "word", id});
}
}]
} }
/// #endif /// #endif
] ]