歌曲文件上传

This commit is contained in:
2021-10-05 22:54:20 +08:00
parent 557f8874cb
commit 1f4e265c7f
12 changed files with 76 additions and 36 deletions
+1
View File
@@ -9,6 +9,7 @@ export interface MusicModel {
artist?: string // 艺术家
lib_id: string // 歌单ID
lyric_id: string // 歌词ID
isEditing?: boolean // 是否正在编辑当前行
}
export interface MusicLibModel {