mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat(icons): add github-copilot icon
This commit is contained in:
@@ -24,7 +24,6 @@ import {
|
||||
Wechatoa,
|
||||
Wecom,
|
||||
Matrix,
|
||||
Misskey,
|
||||
} from '@memohai/icon'
|
||||
|
||||
const channelIcons: Record<string, Component> = {
|
||||
@@ -38,7 +37,7 @@ const channelIcons: Record<string, Component> = {
|
||||
wechatoa: Wechatoa,
|
||||
wecom: Wecom,
|
||||
matrix: Matrix,
|
||||
misskey: Misskey,
|
||||
// misskey: Misskey,
|
||||
dingtalk: Dingtalk,
|
||||
}
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ import {
|
||||
FireworksColor,
|
||||
Gemini,
|
||||
GeminiColor,
|
||||
GithubCopilot,
|
||||
Google,
|
||||
GoogleBrandColor,
|
||||
GoogleColor,
|
||||
@@ -74,6 +75,7 @@ import {
|
||||
export const iconMap: Record<string, Component> = {
|
||||
'openai': Openai,
|
||||
'anthropic': Anthropic,
|
||||
'github-copilot': GithubCopilot,
|
||||
'google': Google,
|
||||
'google-color': GoogleColor,
|
||||
'google-brand-color': GoogleBrandColor,
|
||||
|
||||
Reference in New Issue
Block a user