mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
change mcp token icon
This commit is contained in:
@@ -108,7 +108,7 @@ function getTokenIcon(deviceType: string): string {
|
||||
} else if (deviceType === 'tv') {
|
||||
return 'tv';
|
||||
} else if (deviceType === 'mcp') {
|
||||
return 'wand_stars';
|
||||
return 'sparkles';
|
||||
} else if (deviceType === 'cli') {
|
||||
return 'chevron_left_slash_chevron_right';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user