mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-12 09:05:28 +08:00
feat: 为音乐类型添加图标支持
This commit is contained in:
@@ -652,6 +652,7 @@ async function refreshDataAfterOperation(mobileSelection: TransferHistory[] = []
|
||||
function getIcon(type: string) {
|
||||
if (type === '电影') return 'mdi-movie'
|
||||
else if (type === '电视剧') return 'mdi-television-classic'
|
||||
else if (type === '音乐') return 'mdi-album'
|
||||
else return 'mdi-help-circle'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user