mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-02 10:21:16 +08:00
feat(icons): add PackyCode provider icon support
Add PackyCode as a supported AI provider icon with proper metadata and filtering configuration. Changes: - Add 'packycode' to icon filter whitelist in filter-icons.js - Register PackyCode metadata with display name, category, and keywords - Import PackyCode SVG icon file - Export icon through index.ts for use in provider configurations The PackyCode icon uses currentColor to adapt to theme styling.
This commit is contained in:
@@ -14,6 +14,7 @@ const KEEP_LIST = [
|
||||
'zhipu', 'chatglm', 'glm', 'minimax', 'mistral', 'cohere',
|
||||
'perplexity', 'huggingface', 'midjourney', 'stability',
|
||||
'xai', 'grok', 'yi', 'zeroone', 'ollama',
|
||||
'packycode',
|
||||
|
||||
// Cloud/Tools
|
||||
'aws', 'googlecloud', 'huawei', 'cloudflare',
|
||||
|
||||
Reference in New Issue
Block a user