mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🌱 Merge branch 'main' of github.com:pheralb/svgl
This commit is contained in:
@@ -57,6 +57,12 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/drive.svg',
|
||||
url: 'https://www.google.com/drive/'
|
||||
},
|
||||
{
|
||||
title: 'UV',
|
||||
category: 'Devtool',
|
||||
route: '/library/uv.svg',
|
||||
url: 'https://docs.astral.sh/uv/'
|
||||
},
|
||||
{
|
||||
title: 'Milanote',
|
||||
category: 'Software',
|
||||
@@ -3693,6 +3699,19 @@ export const svgs: iSVG[] = [
|
||||
url: 'https://lovable.dev/',
|
||||
brandUrl: 'https://lovable.dev/brand'
|
||||
},
|
||||
{
|
||||
title: 'Mocha',
|
||||
category: 'AI',
|
||||
route: {
|
||||
light: '/library/mocha-light.svg',
|
||||
dark: '/library/mocha-dark.svg'
|
||||
},
|
||||
wordmark: {
|
||||
light: '/library/mocha-light_wordmark.svg',
|
||||
dark: '/library/mocha-dark_wordmark.svg'
|
||||
},
|
||||
url: 'https://getmocha.com/'
|
||||
},
|
||||
{
|
||||
title: 'OpenRouter',
|
||||
category: 'AI',
|
||||
|
||||
Reference in New Issue
Block a user