🎨 getBlockInfo 返回 code = 3 时告知用户正在索引,请稍后再试

This commit is contained in:
Vanessa 2023-01-25 21:41:35 +08:00
parent 35f7fd0b66
commit e782e034cc
4 changed files with 19 additions and 1 deletions

View file

@ -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":