添加 emoji 解析

This commit is contained in:
BTMuli
2023-09-05 10:45:34 +08:00
parent 47823e3f46
commit dd412d2d3c
7 changed files with 189 additions and 7 deletions

View File

@@ -78,6 +78,7 @@ onMounted(async () => {
console.error(error);
loadingEmpty.value = true;
loadingTitle.value = "帖子不存在或解析失败";
loadingSub.value = error instanceof Error ? error.message : <string>error;
await appWindow.setTitle(`【帖子】${postId}-解析失败`);
return;
}