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:
MyPrototypeWhat 2025-11-21 18:27:30 +08:00
parent 9a356cb27d
commit e3bf63d7a0
4 changed files with 0 additions and 52 deletions

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

View File

@ -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'

View File

@ -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' },