mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
change mcp token icon
This commit is contained in:
@@ -157,7 +157,7 @@ import {
|
|||||||
mdiTablet,
|
mdiTablet,
|
||||||
mdiWatch,
|
mdiWatch,
|
||||||
mdiTelevision,
|
mdiTelevision,
|
||||||
mdiMagicStaff,
|
mdiCreationOutline,
|
||||||
mdiConsole,
|
mdiConsole,
|
||||||
mdiDevices
|
mdiDevices
|
||||||
} from '@mdi/js';
|
} from '@mdi/js';
|
||||||
@@ -238,7 +238,7 @@ function getTokenIcon(deviceType: string): string {
|
|||||||
} else if (deviceType === 'tv') {
|
} else if (deviceType === 'tv') {
|
||||||
return mdiTelevision;
|
return mdiTelevision;
|
||||||
} else if (deviceType === 'mcp') {
|
} else if (deviceType === 'mcp') {
|
||||||
return mdiMagicStaff;
|
return mdiCreationOutline;
|
||||||
} else if (deviceType === 'cli') {
|
} else if (deviceType === 'cli') {
|
||||||
return mdiConsole;
|
return mdiConsole;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ function getTokenIcon(deviceType: string): string {
|
|||||||
} else if (deviceType === 'tv') {
|
} else if (deviceType === 'tv') {
|
||||||
return 'tv';
|
return 'tv';
|
||||||
} else if (deviceType === 'mcp') {
|
} else if (deviceType === 'mcp') {
|
||||||
return 'wand_stars';
|
return 'sparkles';
|
||||||
} else if (deviceType === 'cli') {
|
} else if (deviceType === 'cli') {
|
||||||
return 'chevron_left_slash_chevron_right';
|
return 'chevron_left_slash_chevron_right';
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user