mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
⚡️ 窗体初始化后显示 (#117)
* perf: show window after initializing * perf: remove redundant show() in sub windows
This commit is contained in:
@@ -123,7 +123,6 @@ const shareTimeTimer = ref<any>();
|
||||
const showCollection = ref<boolean>(false);
|
||||
|
||||
onMounted(async () => {
|
||||
await webviewWindow.getCurrent().show();
|
||||
appVersion.value = await app.getVersion();
|
||||
// 检查数据
|
||||
if (!postId) {
|
||||
|
||||
Reference in New Issue
Block a user