mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 18:30:16 +01:00
🎨 getBlockInfo 返回 code = 3 时告知用户正在索引,请稍后再试
This commit is contained in:
parent
35f7fd0b66
commit
e782e034cc
4 changed files with 19 additions and 1 deletions
|
|
@ -484,7 +484,10 @@ const getExportPath = (option: { type: string, id: string }, removeAssets?: bool
|
|||
lockFile(response.data);
|
||||
return;
|
||||
}
|
||||
|
||||
if (response.code === 3) {
|
||||
showMessage(response.msg);
|
||||
return;
|
||||
}
|
||||
let exportType = "HTML (SiYuan)";
|
||||
switch (option.type) {
|
||||
case "htmlmd":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue