Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-12-18 17:26:42 +08:00
commit 6cfa8e6cbe
16 changed files with 70 additions and 295 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);