This commit is contained in:
Daniel 2024-12-18 17:17:24 +08:00
parent 5fb2b78911
commit b81de5d2da
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 32 additions and 42 deletions

View file

@ -380,8 +380,7 @@ export const initNavigationMenu = (app: App, liElement: HTMLElement) => {
click: () => {
const msgId = showMessage(window.siyuan.languages.exporting, -1);
fetchPost("/api/export/exportNotebookMd", {
notebook: notebookId,
path: "/"
notebook: notebookId
}, response => {
hideMessage(msgId);
openByMobile(response.data.zip);