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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user