particularly complete forum function, add point order export and user delete

This commit is contained in:
2024-03-22 01:47:55 +08:00
parent 87df8d5966
commit 932b83ddcd
52 changed files with 2806 additions and 132 deletions

View File

@@ -15,6 +15,7 @@ import {
Live24Filled,
Lottery24Filled,
PeopleQueue24Filled,
Person48Filled,
PersonFeedback24Filled,
TabletSpeaker24Filled,
VehicleShip24Filled,
@@ -463,7 +464,7 @@ onMounted(() => {
<template #extra>
<NSpace align="center" justify="center">
<NSwitch
:default-value="!isDarkMode()"
:default-value="!isDarkMode"
@update:value="
(value: string & number & boolean) => (themeType = value ? ThemeType.Light : ThemeType.Dark)
"
@@ -481,7 +482,7 @@ onMounted(() => {
type="primary"
@click="$router.push({ name: 'user-index', params: { id: accountInfo?.name } })"
>
回到
回到展示
</NButton>
</NSpace>
</template>
@@ -520,7 +521,7 @@ onMounted(() => {
</NSpace>
<NButton v-if="accountInfo.biliUserAuthInfo" @click="gotoAuthPage()" type="info" secondary>
<template #icon>
<NIcon :component="BrowsersOutline" />
<NIcon :component="Person48Filled" />
</template>
<template v-if="width >= 180"> 认证用户主页 </template>
</NButton>