feat: scaffold infrastructure - router, pinia, tailwind, amap, auth store, page placeholders

This commit is contained in:
2026-05-20 23:31:55 +08:00
parent eb183448b4
commit c49ac7a42e
29 changed files with 1624 additions and 432 deletions
+11
View File
@@ -0,0 +1,11 @@
<script setup lang="ts">
</script>
<template>
<div class="flex items-center justify-center min-h-[calc(100vh-4rem)]">
<div class="text-center">
<h1 class="text-4xl font-bold text-gray-900 mb-4"> OpenCloud</h1>
<p class="text-gray-500">实时云图地图加载中...</p>
</div>
</div>
</template>