mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +08:00
chore: remove DmxapiToImg component and related assets
- Deleted the DmxapiToImg SVG file and its corresponding React component to streamline the icon library. - Updated index.ts and Logos.stories.tsx to remove references to DmxapiToImg, ensuring consistency across the codebase.
This commit is contained in:
parent
9a356cb27d
commit
e3bf63d7a0
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 2.9 MiB |
File diff suppressed because one or more lines are too long
@ -25,7 +25,6 @@ export { Cohere } from './cohere'
|
||||
export { Dashscope } from './dashscope'
|
||||
export { Deepseek } from './deepseek'
|
||||
export { Dmxapi } from './dmxapi'
|
||||
export { DmxapiToImg } from './dmxapiToImg'
|
||||
export { Doc2x } from './doc2x'
|
||||
export { Doubao } from './doubao'
|
||||
export { Exa } from './exa'
|
||||
|
||||
@ -20,7 +20,6 @@ import {
|
||||
Dashscope,
|
||||
Deepseek,
|
||||
Dmxapi,
|
||||
DmxapiToImg,
|
||||
Doc2x,
|
||||
Doubao,
|
||||
Exa,
|
||||
@ -104,7 +103,6 @@ const logos = [
|
||||
{ Component: Dashscope, name: 'Dashscope' },
|
||||
{ Component: Deepseek, name: 'Deepseek' },
|
||||
{ Component: Dmxapi, name: 'Dmxapi' },
|
||||
{ Component: DmxapiToImg, name: 'DmxapiToImg' },
|
||||
{ Component: Doc2x, name: 'Doc2x' },
|
||||
{ Component: Doubao, name: 'Doubao' },
|
||||
{ Component: Exa, name: 'Exa' },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user