From a645a166a8c7a2d68bf87d3f1db56eb9b679d7a6 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 31 May 2025 12:55:01 +0800 Subject: [PATCH] Add Rspack and Rsbuild SVG logos --- src/data/svgs.ts | 12 ++++++++++++ static/library/rsbuild.svg | 1 + static/library/rspack.svg | 1 + 3 files changed, 14 insertions(+) create mode 100644 static/library/rsbuild.svg create mode 100644 static/library/rspack.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 8c2259f..cedd9bb 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3656,5 +3656,17 @@ export const svgs: iSVG[] = [ route: '/library/terraform.svg', url: 'https://terraform.io', brandUrl: 'https://brand.hashicorp.com' + }, + { + title: 'Rspack', + category: 'Compiler', + route: '/library/rspack.svg', + url: 'https://rspack.rs/' + }, + { + title: 'Rsbuild', + category: ['Devtool', 'Compiler'], + route: '/library/rsbuild.svg', + url: 'https://rsbuild.rs' } ]; diff --git a/static/library/rsbuild.svg b/static/library/rsbuild.svg new file mode 100644 index 0000000..78a54f2 --- /dev/null +++ b/static/library/rsbuild.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/rspack.svg b/static/library/rspack.svg new file mode 100644 index 0000000..545f982 --- /dev/null +++ b/static/library/rspack.svg @@ -0,0 +1 @@ + \ No newline at end of file