feat:android sync

This commit is contained in:
2025-11-01 11:39:29 +08:00
parent 6516d8dc78
commit 8d513ad702
60 changed files with 997 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ const showAppShell = computed(() => !route.path.startsWith('/auth'));
<template>
<div class="min-h-screen bg-gray-100 text-gray-900">
<div class="max-w-xl mx-auto min-h-screen relative pb-24">
<div class="max-w-sm mx-auto min-h-screen relative pb-24 w-full">
<RouterView />
<QuickAddButton v-if="showAppShell" />
</div>