mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-20 10:57:22 +08:00
refactor: delete _internal
remove deprecated API modules and example scripts; update core modules (agents, providers, tools, platform adapters, utils), dashboard package and components, and unit tests.
This commit is contained in:
@@ -73,8 +73,8 @@ export function getProviderIcon(type) {
|
||||
"https://cdn.jsdelivr.net/npm/@lobehub/icons-static-svg@latest/icons/bailian-color.svg",
|
||||
volcengine:
|
||||
"https://cdn.jsdelivr.net/npm/@lobehub/icons-static-svg@latest/icons/volcengine-color.svg",
|
||||
}
|
||||
};
|
||||
|
||||
return icons[type] || "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user