mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
💚 Create Nuxt category & update svgs data
This commit is contained in:
+6
-6
@@ -266,7 +266,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Nuxt',
|
title: 'Nuxt',
|
||||||
category: 'Framework',
|
category: ['Framework', 'Nuxt'],
|
||||||
route: '/library/nuxt.svg',
|
route: '/library/nuxt.svg',
|
||||||
url: 'https://nuxt.com/',
|
url: 'https://nuxt.com/',
|
||||||
wordmark: {
|
wordmark: {
|
||||||
@@ -277,7 +277,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Nuxt UI',
|
title: 'Nuxt UI',
|
||||||
category: 'Library',
|
category: ['Library', 'Nuxt'],
|
||||||
url: 'https://ui.nuxt.com/',
|
url: 'https://ui.nuxt.com/',
|
||||||
route: {
|
route: {
|
||||||
light: '/library/nuxt-ui-wordmark-light.svg',
|
light: '/library/nuxt-ui-wordmark-light.svg',
|
||||||
@@ -287,7 +287,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Nuxt Content',
|
title: 'Nuxt Content',
|
||||||
category: 'Library',
|
category: ['Library', 'Nuxt'],
|
||||||
url: 'https://content.nuxt.com/',
|
url: 'https://content.nuxt.com/',
|
||||||
route: {
|
route: {
|
||||||
light: '/library/nuxt-content-wordmark-light.svg',
|
light: '/library/nuxt-content-wordmark-light.svg',
|
||||||
@@ -297,7 +297,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Nuxt Studio',
|
title: 'Nuxt Studio',
|
||||||
category: 'Library',
|
category: ['Library', 'Nuxt'],
|
||||||
url: 'https://studio.nuxt.com/',
|
url: 'https://studio.nuxt.com/',
|
||||||
route: {
|
route: {
|
||||||
light: '/library/nuxt-studio-wordmark-light.svg',
|
light: '/library/nuxt-studio-wordmark-light.svg',
|
||||||
@@ -307,7 +307,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'NuxtHub',
|
title: 'NuxtHub',
|
||||||
category: 'Library',
|
category: ['Library', 'Nuxt'],
|
||||||
url: 'https://hub.nuxt.com/',
|
url: 'https://hub.nuxt.com/',
|
||||||
route: '/library/nuxthub.svg',
|
route: '/library/nuxthub.svg',
|
||||||
wordmark: {
|
wordmark: {
|
||||||
@@ -318,7 +318,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Docus',
|
title: 'Docus',
|
||||||
category: 'Software',
|
category: ['Software', 'Nuxt'],
|
||||||
url: 'https://docus.dev/',
|
url: 'https://docus.dev/',
|
||||||
route: {
|
route: {
|
||||||
light: '/library/docus-light.svg',
|
light: '/library/docus-light.svg',
|
||||||
|
|||||||
@@ -34,4 +34,5 @@ export type tCategory =
|
|||||||
| 'Analytics'
|
| 'Analytics'
|
||||||
| 'Sync Engine'
|
| 'Sync Engine'
|
||||||
| 'Platform'
|
| 'Platform'
|
||||||
| 'Automation';
|
| 'Automation'
|
||||||
|
| 'Nuxt';
|
||||||
|
|||||||
Reference in New Issue
Block a user