-
![]()
-
- {{ playQueueStore.list[playQueueStore.currentIndex].song.name }}
-
-
-
+
diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts
index 48ae7b9..b1fd495 100644
--- a/src/vite-env.d.ts
+++ b/src/vite-env.d.ts
@@ -12,7 +12,8 @@ type Song = {
lyricUrl?: string | null
mvUrl?: string | null
mvCoverUrl?: string | null
- artistes: string[]
+ artistes?: string[]
+ artists?: string[]
}
type Album = {