fix: deep link handling at electron startup

This commit is contained in:
Elysia
2026-01-31 16:07:15 +08:00
parent 3fe37f2773
commit 0ed7f64a21
6 changed files with 100 additions and 31 deletions

2
electron/global.ts Normal file
View File

@@ -0,0 +1,2 @@
import { ref } from 'vue';
export let isLoaded = ref(false);