音乐封面获取

This commit is contained in:
2022-02-09 02:14:26 +08:00
parent d4c499827f
commit 90a0589741
4 changed files with 15 additions and 19 deletions
-8
View File
@@ -7,11 +7,3 @@ export interface SourceImageModel {
img: ArrayBuffer // 图片二进制数据
created_at: Date
}
/**
* 图片标签
*/
export interface ImageLabel {
name: string // 标签名称
color: string // 标签颜色
}