mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 07:19:02 +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 { Dashscope } from './dashscope'
|
||||||
export { Deepseek } from './deepseek'
|
export { Deepseek } from './deepseek'
|
||||||
export { Dmxapi } from './dmxapi'
|
export { Dmxapi } from './dmxapi'
|
||||||
export { DmxapiToImg } from './dmxapiToImg'
|
|
||||||
export { Doc2x } from './doc2x'
|
export { Doc2x } from './doc2x'
|
||||||
export { Doubao } from './doubao'
|
export { Doubao } from './doubao'
|
||||||
export { Exa } from './exa'
|
export { Exa } from './exa'
|
||||||
|
|||||||
@ -20,7 +20,6 @@ import {
|
|||||||
Dashscope,
|
Dashscope,
|
||||||
Deepseek,
|
Deepseek,
|
||||||
Dmxapi,
|
Dmxapi,
|
||||||
DmxapiToImg,
|
|
||||||
Doc2x,
|
Doc2x,
|
||||||
Doubao,
|
Doubao,
|
||||||
Exa,
|
Exa,
|
||||||
@ -104,7 +103,6 @@ const logos = [
|
|||||||
{ Component: Dashscope, name: 'Dashscope' },
|
{ Component: Dashscope, name: 'Dashscope' },
|
||||||
{ Component: Deepseek, name: 'Deepseek' },
|
{ Component: Deepseek, name: 'Deepseek' },
|
||||||
{ Component: Dmxapi, name: 'Dmxapi' },
|
{ Component: Dmxapi, name: 'Dmxapi' },
|
||||||
{ Component: DmxapiToImg, name: 'DmxapiToImg' },
|
|
||||||
{ Component: Doc2x, name: 'Doc2x' },
|
{ Component: Doc2x, name: 'Doc2x' },
|
||||||
{ Component: Doubao, name: 'Doubao' },
|
{ Component: Doubao, name: 'Doubao' },
|
||||||
{ Component: Exa, name: 'Exa' },
|
{ Component: Exa, name: 'Exa' },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user