mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
✨ 添加 emoji 解析
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user