mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 15:49:29 +08:00
Remove DmxapiLogo icon and update icon export list
- Deleted the DmxapiLogo SVG file from the icons directory. - Updated the icon export list to reflect the removal of DmxapiLogo, reducing the total icon count from 81 to 80. - Adjusted related stories to exclude DmxapiLogo from the showcased icons.
This commit is contained in:
parent
bce8e5cc7f
commit
4410599dfa
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 140 KiB |
@ -2,8 +2,8 @@
|
|||||||
* Auto-generated icon exports
|
* Auto-generated icon exports
|
||||||
* Do not edit manually
|
* Do not edit manually
|
||||||
*
|
*
|
||||||
* Generated at: 2025-11-14T09:47:05.207Z
|
* Generated at: 2025-11-14T10:23:25.580Z
|
||||||
* Total icons: 81
|
* Total icons: 80
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export { Ai302 } from './302ai'
|
export { Ai302 } from './302ai'
|
||||||
@ -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 { DmxapiLogo } from './dmxapiLogo'
|
|
||||||
export { DmxapiToImg } from './dmxapiToImg'
|
export { DmxapiToImg } from './dmxapiToImg'
|
||||||
export { Doc2x } from './doc2x'
|
export { Doc2x } from './doc2x'
|
||||||
export { Doubao } from './doubao'
|
export { Doubao } from './doubao'
|
||||||
|
|||||||
@ -20,7 +20,6 @@ import {
|
|||||||
Dashscope,
|
Dashscope,
|
||||||
Deepseek,
|
Deepseek,
|
||||||
Dmxapi,
|
Dmxapi,
|
||||||
DmxapiLogo,
|
|
||||||
DmxapiToImg,
|
DmxapiToImg,
|
||||||
Doc2x,
|
Doc2x,
|
||||||
Doubao,
|
Doubao,
|
||||||
@ -105,7 +104,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: DmxapiLogo, name: 'DmxapiLogo' },
|
|
||||||
{ Component: DmxapiToImg, name: 'DmxapiToImg' },
|
{ Component: DmxapiToImg, name: 'DmxapiToImg' },
|
||||||
{ Component: Doc2x, name: 'Doc2x' },
|
{ Component: Doc2x, name: 'Doc2x' },
|
||||||
{ Component: Doubao, name: 'Doubao' },
|
{ Component: Doubao, name: 'Doubao' },
|
||||||
@ -218,6 +216,8 @@ type Story = StoryObj<typeof LogosShowcase>
|
|||||||
* ## 使用示例
|
* ## 使用示例
|
||||||
*
|
*
|
||||||
* ```tsx
|
* ```tsx
|
||||||
|
* import { Anthropic } from '@cherrystudio/ui/icons'
|
||||||
|
*
|
||||||
* // 通过 fontSize 控制大小
|
* // 通过 fontSize 控制大小
|
||||||
* <div style={{ fontSize: 24 }}>
|
* <div style={{ fontSize: 24 }}>
|
||||||
* <Anthropic />
|
* <Anthropic />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user