mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' into main
This commit is contained in:
+12
-6
@@ -2214,6 +2214,15 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
url: 'https://1password.com'
|
||||
},
|
||||
{
|
||||
title: 'Flask',
|
||||
category: 'Framework',
|
||||
route: {
|
||||
light: '/library/flask-light.svg',
|
||||
dark: '/library/flask-dark.svg'
|
||||
},
|
||||
url: 'https://flask.palletsprojects.com/'
|
||||
},
|
||||
{
|
||||
title: 'Alacritty',
|
||||
category: 'Software',
|
||||
@@ -2314,12 +2323,9 @@ export const svgs: iSVG[] = [
|
||||
url: 'https://litecoin.org/'
|
||||
},
|
||||
{
|
||||
title: 'Flask',
|
||||
title: 'ElysiaJS',
|
||||
category: 'Framework',
|
||||
route: {
|
||||
light: '/library/flask-light.svg',
|
||||
dark: '/library/flask-dark.svg'
|
||||
},
|
||||
url: 'https://flask.palletsprojects.com/'
|
||||
route: '/library/elysiajs.svg',
|
||||
url: 'https://elysiajs.com/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user