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

This commit is contained in:
Vanessa 2024-11-09 15:41:40 +08:00
commit 2b3283f060
32 changed files with 382 additions and 87 deletions

View file

@ -335,7 +335,7 @@ export const initNavigationMenu = (app: App, liElement: HTMLElement) => {
icon: "iconMarkdown",
click: () => {
const msgId = showMessage(window.siyuan.languages.exporting, -1);
fetchPost("/api/export/batchExportMd", {
fetchPost("/api/export/exportNotebookMd", {
notebook: notebookId,
path: "/"
}, response => {