diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 9dd0cb7..b386c59 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2638,5 +2638,17 @@ export const svgs: iSVG[] = [ category: 'Library', route: '/library/exome.svg', url: 'https://exome.dev/' + }, + { + title: 'STranslate', + category: 'Library', + route: '/library/stranslate.svg', + url: 'https://stranslate.zggsong.com/' + }, + { + title: 'LINQPad', + category: 'Library', + route: '/library/linqpad.svg', + url: 'https://www.linqpad.net/' } ]; diff --git a/static/library/linqpad.svg b/static/library/linqpad.svg new file mode 100644 index 0000000..49a6df3 --- /dev/null +++ b/static/library/linqpad.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/library/stranslate.svg b/static/library/stranslate.svg new file mode 100644 index 0000000..4a4c270 --- /dev/null +++ b/static/library/stranslate.svg @@ -0,0 +1 @@ + \ No newline at end of file