mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-14 09:11:54 +08:00
✨ Add `void(0)
` category
This commit is contained in:
parent
8e88407b23
commit
0222d9de37
@ -285,12 +285,6 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/bootstrap.svg',
|
||||
url: 'https://getbootstrap.com/'
|
||||
},
|
||||
{
|
||||
title: 'Vite.js',
|
||||
category: 'Compiler',
|
||||
route: '/library/vitejs.svg',
|
||||
url: 'https://vitejs.dev'
|
||||
},
|
||||
{
|
||||
title: 'Facebook',
|
||||
category: 'Social',
|
||||
@ -2933,5 +2927,29 @@ export const svgs: iSVG[] = [
|
||||
category: ['Hardware', 'Software'],
|
||||
route: '/library/raspberry_pi.svg',
|
||||
url: 'https://www.raspberrypi.com/'
|
||||
},
|
||||
{
|
||||
title: 'Vite',
|
||||
category: ['Devtool', 'void(0)'],
|
||||
route: '/library/vitejs.svg',
|
||||
url: 'https://vitejs.dev'
|
||||
},
|
||||
{
|
||||
title: 'Vitest',
|
||||
category: ['Framework', 'void(0)'],
|
||||
route: '/library/vitest.svg',
|
||||
url: 'https://vitest.dev/'
|
||||
},
|
||||
{
|
||||
title: 'Oxc',
|
||||
category: ['Devtool', 'void(0)'],
|
||||
route: '/library/oxc.svg',
|
||||
url: 'https://oxc.rs/'
|
||||
},
|
||||
{
|
||||
title: 'Rolldown',
|
||||
category: ['Compiler', 'void(0)'],
|
||||
route: '/library/rolldown.svg',
|
||||
url: 'https://rolldown.rs/'
|
||||
}
|
||||
];
|
||||
|
@ -23,4 +23,5 @@ export type tCategory =
|
||||
| 'Music'
|
||||
| 'Vercel'
|
||||
| 'Google'
|
||||
| 'Payment';
|
||||
| 'Payment'
|
||||
| 'void(0)';
|
||||
|
Loading…
Reference in New Issue
Block a user