Vanessa 2024-05-31 10:37:42 +08:00
parent fc27a0b559
commit aeadb5f2db

View file

@ -96,7 +96,8 @@ export const mountHelp = () => {
const notebookId = Constants.HELP_PATH[window.siyuan.config.appearance.lang as "zh_CN" | "en_US"];
fetchPost("/api/notebook/removeNotebook", {notebook: notebookId, callback: Constants.CB_MOUNT_REMOVE}, () => {
fetchPost("/api/notebook/openNotebook", {
notebook: notebookId
notebook: notebookId,
app: Constants.SIYUAN_APPID,
});
});
};