This commit is contained in:
2026-05-11 04:54:23 -06:00
parent 73bde644f5
commit 1a1759518d
2 changed files with 8 additions and 11 deletions

View File

@@ -206,16 +206,21 @@ onMounted(init)
}"
/>
<h2>{{ profile.user.username }}</h2>
<p class="desc">{{ profile.mood }}</p>
<n-button
v-if="userStore.isSuperAdmin"
type="info"
secondary
size="small"
@click="router.push({ name: 'ai', query: { username: profile.user.username, duration: 'months:1' } })"
@click="
router.push({
name: 'ai',
query: { username: profile.user.username, duration: 'months:6' },
})
"
>
智能分析
</n-button>
<p class="desc">{{ profile.mood }}</p>
</n-flex>
<n-grid