improve add song function

This commit is contained in:
2024-11-25 09:57:12 +08:00
parent 7499298a8b
commit edf59e2082
3 changed files with 98 additions and 166 deletions

View File

@@ -4,6 +4,7 @@ import { QueryGetAPI } from '@/api/query'
import { SONG_API_URL } from '@/data/constants'
import { NEmpty } from 'naive-ui'
import { computed, ref, watch } from 'vue'
// @ts-ignore
import APlayer from 'vue3-aplayer'
const props = defineProps<{