This commit is contained in:
2026-04-23 14:57:35 +08:00
parent c77780fa0e
commit 739e08157b
97 changed files with 6120 additions and 14939 deletions

View File

@@ -1,9 +1,7 @@
<script setup lang="ts">
import { useAppBootstrap } from '@/composables/useAppBootstrap'
const { bootstrap } = useAppBootstrap()
import { installPrivacyGuards } from '@/composables/usePrivacyConsent'
onLaunch(async () => {
await bootstrap()
installPrivacyGuards()
})
</script>