update song-request to live-request, add questionbox tag support

This commit is contained in:
2024-03-12 14:36:01 +08:00
parent ca3f7ca57e
commit af112da9a8
28 changed files with 542 additions and 216 deletions

View File

@@ -190,7 +190,7 @@ onMounted(async () => {
<NIcon :component="Moon" />
</template>
</NSwitch>
<template v-if="accountInfo">
<template v-if="accountInfo.id">
<NSpace>
<NButton
v-if="useAuth.isAuthed || accountInfo.biliUserAuthInfo"