added functionality for pixiv and deviantart
This commit is contained in:
@@ -235,6 +235,8 @@ function getPlatformIcon(platform) {
|
||||
subscribestar: 'mdi-star',
|
||||
hentaifoundry: 'mdi-palette',
|
||||
discord: 'mdi-discord',
|
||||
pixiv: 'mdi-alpha-p-box',
|
||||
deviantart: 'mdi-deviantart',
|
||||
}
|
||||
return icons[platform] || 'mdi-web'
|
||||
}
|
||||
@@ -245,6 +247,8 @@ function getPlatformColor(platform) {
|
||||
subscribestar: '#FFD700',
|
||||
hentaifoundry: '#9C27B0',
|
||||
discord: '#5865F2',
|
||||
pixiv: '#0096FA',
|
||||
deviantart: '#05CC47',
|
||||
}
|
||||
return colors[platform] || 'grey'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user