mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
✨ Add new svgs.
This commit is contained in:
parent
1bb44f0251
commit
2455918eca
@ -1403,9 +1403,30 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 201,
|
id: 201,
|
||||||
title: "FastAPI",
|
title: 'FastAPI',
|
||||||
category: 'Framework',
|
category: 'Framework',
|
||||||
route: '/library/fastapi.svg',
|
route: '/library/fastapi.svg',
|
||||||
url: 'https://fastapi.tiangolo.com/'
|
url: 'https://fastapi.tiangolo.com/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 202,
|
||||||
|
title: 'Codium',
|
||||||
|
category: 'AI',
|
||||||
|
route: '/library/codium.svg',
|
||||||
|
url: 'https://www.codium.ai/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 203,
|
||||||
|
title: 'Crossplane',
|
||||||
|
category: 'Framework',
|
||||||
|
route: '/library/crossplane.svg',
|
||||||
|
url: 'https://crossplane.io/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 204,
|
||||||
|
title: 'Typesense',
|
||||||
|
category: 'Software',
|
||||||
|
route: '/library/typesense.svg',
|
||||||
|
url: 'https://typesense.org/'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user