change mcp token icon

This commit is contained in:
MaysWind
2025-07-07 22:47:16 +08:00
parent 773f808a35
commit 0387551c43
2 changed files with 3 additions and 3 deletions
@@ -157,7 +157,7 @@ import {
mdiTablet,
mdiWatch,
mdiTelevision,
mdiMagicStaff,
mdiCreationOutline,
mdiConsole,
mdiDevices
} from '@mdi/js';
@@ -238,7 +238,7 @@ function getTokenIcon(deviceType: string): string {
} else if (deviceType === 'tv') {
return mdiTelevision;
} else if (deviceType === 'mcp') {
return mdiMagicStaff;
return mdiCreationOutline;
} else if (deviceType === 'cli') {
return mdiConsole;
} else {
+1 -1
View File
@@ -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 {