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

@@ -11,9 +11,10 @@ export default {
},
},
{
path: 'song-request',
name: 'obs-song-request',
component: () => import('@/views/obs/SongRequestOBS.vue'),
path: 'live-request',
name: 'obs-live-request',
alias: 'song-request',
component: () => import('@/views/obs/LiveRequestOBS.vue'),
meta: {
title: '弹幕点歌 (歌势',
},