mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-15 01:31:57 +08:00
Merge branch 'main' into main
This commit is contained in:
commit
7d1c409c9f
@ -452,12 +452,6 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/kotlin.svg',
|
||||
url: 'https://kotlinlang.org/'
|
||||
},
|
||||
{
|
||||
title: 'Vitest',
|
||||
category: 'Framework',
|
||||
route: '/library/vitest.svg',
|
||||
url: 'https://vitest.dev/'
|
||||
},
|
||||
{
|
||||
title: 'Storybook',
|
||||
category: 'Software',
|
||||
@ -2958,6 +2952,16 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/manzdev.svg',
|
||||
url: 'https://manz.dev/'
|
||||
},
|
||||
{
|
||||
title: 'MediaWiki',
|
||||
category: ['Software', 'CMS'],
|
||||
"route": "/library/mediawiki.svg",
|
||||
"wordmark": {
|
||||
"light": "/library/mediawiki-wordmark-light.svg",
|
||||
"dark": "/library/mediawiki-wordmark-dark.svg"
|
||||
},
|
||||
"url": "https://www.mediawiki.org/"
|
||||
},
|
||||
{
|
||||
title: 'Afordin',
|
||||
category: ['Community'],
|
||||
@ -2966,5 +2970,5 @@ export const svgs: iSVG[] = [
|
||||
dark: '/library/afordin-dark.svg'
|
||||
},
|
||||
url: 'https://github.com/Afordin'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
1
static/library/mediawiki-wordmark-dark.svg
Normal file
1
static/library/mediawiki-wordmark-dark.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 10 KiB |
1
static/library/mediawiki-wordmark-light.svg
Normal file
1
static/library/mediawiki-wordmark-light.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 10 KiB |
1
static/library/mediawiki.svg
Normal file
1
static/library/mediawiki.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue
Block a user