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
+9
View File
@@ -0,0 +1,9 @@
<script setup lang="ts">
</script>
<template>
<div class="max-w-5xl mx-auto px-4 py-12">
<h1 class="text-3xl font-bold text-gray-900 mb-8">🖼 画廊</h1>
<p class="text-gray-500">画廊功能开发中...</p>
</div>
</template>