mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-10 20:36:55 +08:00
add video-collect display, improve index layout
This commit is contained in:
@@ -180,7 +180,7 @@ const filterSongNameContains = ref(false)
|
||||
const filterName = ref('')
|
||||
const filterNameContains = ref(false)
|
||||
|
||||
const defaultPrefix = useStorage('Settings.SongRequest.DefaultPrefix', '点歌')
|
||||
const defaultPrefix = useStorage('Settings.SongRequest.DefaultPrefix', '点播')
|
||||
const configCanEdit = computed(() => {
|
||||
return accountInfo.value != null && accountInfo.value != undefined
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user