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:
@@ -0,0 +1,7 @@
|
||||
import type { iSVG } from '@/types/svg';
|
||||
import { svgs } from './svgs';
|
||||
|
||||
export const svgsData = svgs.map((svg: iSVG, index: number) => {
|
||||
svg.id = index;
|
||||
return svg;
|
||||
});
|
||||
+1
-7
@@ -1805,42 +1805,36 @@ export const svgs: iSVG[] = [
|
||||
url: 'https://www.linux.org/'
|
||||
},
|
||||
{
|
||||
id: 5876149632,
|
||||
title: 'XD',
|
||||
category: 'Design',
|
||||
route: '/library/adobe-xd.svg',
|
||||
url: 'https://helpx.adobe.com/xd/get-started.html'
|
||||
},
|
||||
{
|
||||
id: 5882201288,
|
||||
title: 'Axure',
|
||||
category: 'Design',
|
||||
route: '/library/axure.svg',
|
||||
url: 'https://www.axure.com/'
|
||||
},
|
||||
{
|
||||
id: 6841462408,
|
||||
title: 'Penpot',
|
||||
category: 'Design',
|
||||
route: '/library/penpot.svg',
|
||||
url: 'https://penpot.app/'
|
||||
},
|
||||
{
|
||||
id: 6481118154,
|
||||
title: 'Sketch',
|
||||
category: 'Design',
|
||||
route: '/library/sketch.svg',
|
||||
url: 'https://www.sketch.com/'
|
||||
},
|
||||
{
|
||||
id: 5822536555,
|
||||
title: 'Gimp',
|
||||
category: 'Design',
|
||||
route: '/library/gimp.svg',
|
||||
url: 'https://www.gimp.org/'
|
||||
},
|
||||
{
|
||||
id: 253,
|
||||
title: 'Ubuntu',
|
||||
category: 'Software',
|
||||
route: '/library/ubuntu.svg',
|
||||
@@ -1852,4 +1846,4 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/meta.svg',
|
||||
url: 'https://meta.com/'
|
||||
}
|
||||
];
|
||||
];
|
||||
Reference in New Issue
Block a user