⬆️ migrate tauri-rc

This commit is contained in:
目棃
2024-08-02 23:09:42 +08:00
parent 27501acfd2
commit 5c0d5f50fe
16 changed files with 4715 additions and 4380 deletions

View File

@@ -301,7 +301,7 @@ onMounted(async () => {
const theme = e.payload;
themeGet.value = theme === "default" ? "default" : "dark";
});
if (webviewWindow.getCurrent().label === "TeyvatGuide") {
if (webviewWindow.getCurrentWebviewWindow().label === "TeyvatGuide") {
await mhyClient.run();
}
if (userStore.briefInfo.value && userStore.briefInfo.value.nickname) {