mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
added some software svgs
This commit is contained in:
+27
-9
@@ -47,10 +47,10 @@ export const svgs: iSVG[] = [
|
||||
url: 'https://vuejs.org/'
|
||||
},
|
||||
{
|
||||
title: "Vuetify",
|
||||
category: "Library",
|
||||
route: "/library/vuetify.svg",
|
||||
url: "https://vuetifyjs.com/"
|
||||
title: 'Vuetify',
|
||||
category: 'Library',
|
||||
route: '/library/vuetify.svg',
|
||||
url: 'https://vuetifyjs.com/'
|
||||
},
|
||||
{
|
||||
title: 'Nuxt',
|
||||
@@ -2045,9 +2045,27 @@ export const svgs: iSVG[] = [
|
||||
url: 'https://spring.io/'
|
||||
},
|
||||
{
|
||||
"title": "Directus",
|
||||
"category": "CMS",
|
||||
"route": "/library/directus.svg",
|
||||
"url": "https://directus.io/"
|
||||
title: 'Directus',
|
||||
category: 'CMS',
|
||||
route: '/library/directus.svg',
|
||||
url: 'https://directus.io/'
|
||||
},
|
||||
];
|
||||
{
|
||||
title: 'Emacs',
|
||||
category: 'Software',
|
||||
route: '/library/emacs.svg',
|
||||
url: 'https://www.gnu.org/software/emacs/'
|
||||
},
|
||||
{
|
||||
title: 'Svgl',
|
||||
category: 'Library',
|
||||
route: '/library/svgl.svg',
|
||||
url: 'https://svgl.app'
|
||||
},
|
||||
{
|
||||
title: 'Google Idx',
|
||||
category: 'Software',
|
||||
route: '/library/google-idx.svg',
|
||||
url: 'https://idx.dev/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user