mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-10 20:36:55 +08:00
fix hubs url
This commit is contained in:
@@ -127,8 +127,7 @@ function loadMore() {
|
||||
})
|
||||
" placeholder="选择歌手" clearable />
|
||||
<NDivider />
|
||||
<LiveRequestOBS v-if="userInfo?.extra?.enableFunctions.includes(FunctionTypes.SongRequest)"
|
||||
:id="userInfo?.id" />
|
||||
<LiveRequestOBS v-if="userInfo?.extra?.enableFunctions.includes(FunctionTypes.SongRequest)" />
|
||||
</NSpace>
|
||||
</NCard>
|
||||
<NEmpty v-if="!data || songs?.length == 0" description="暂无曲目" style="max-width: 0 auto" />
|
||||
|
||||
Reference in New Issue
Block a user