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