feat: add admin console and account settings

Implement the admin dashboard with review, user, and image management workflows. Add profile settings, password reset, pending upload defaults, community placeholder routing, Vercel SPA rewrites, refreshed header styling, and the OpenCloud color-system skill.
This commit is contained in:
2026-05-22 21:04:49 +08:00
parent 599c8107d1
commit 9150a17097
15 changed files with 1410 additions and 50 deletions
+5 -5
View File
@@ -218,15 +218,15 @@ onUnmounted(() => {
<div v-if="successMsg" class="flex items-center justify-center min-h-[60vh]">
<div class="w-full max-w-5xl">
<NResult status="success" title="上传成功" class="border border-slate-200 bg-white shadow-sm">
<NResult status="success" title="已提交审核" class="border border-slate-200 bg-white shadow-sm">
<template #default>
<p class="text-slate-500">
<template v-if="unlockedBadges.length">
新点亮了 {{ unlockedBadges.length }} 枚图鉴徽章
新点亮了 {{ unlockedBadges.length }} 枚图鉴徽章图片审核通过后会出现在画廊和地图中
</template>
<template v-else>
这批云图已进入待审核队列审核通过后会出现在画廊和地图中
</template>
<!-- <template v-else>
这批云图已经进入你的收藏记录
</template> -->
</p>
</template>
</NResult>