add video-collect display, improve index layout

This commit is contained in:
2024-03-13 18:03:18 +08:00
parent 2686c14397
commit c3444c1cc8
11 changed files with 141 additions and 17 deletions

View File

@@ -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
})