feat: 完善广场功能

This commit is contained in:
2026-04-26 19:17:15 +08:00
parent 3e8e2353f0
commit eff52f6063
16 changed files with 833 additions and 23 deletions
+4 -1
View File
@@ -5,7 +5,10 @@ definePageMeta({
</script>
<template>
<div class="py-2">
<div class="space-y-8 py-2">
<ImageGenerateCom />
<ClientOnly>
<ImageHistoryListCom />
</ClientOnly>
</div>
</template>