From cbded7f488638b5ee537991a06e7a9279bb6bb5f Mon Sep 17 00:00:00 2001 From: liuyib <1656081615@qq.com> Date: Thu, 25 Apr 2024 14:41:49 +0800 Subject: [PATCH] feat: add ahooks logo --- src/data/svgs.ts | 10 ++++++++++ static/library/ahooks-wordmark-dark.svg | 7 +++++++ static/library/ahooks-wordmark-light.svg | 9 +++++++++ static/library/ahooks.svg | 7 +++++++ 4 files changed, 33 insertions(+) create mode 100644 static/library/ahooks-wordmark-dark.svg create mode 100644 static/library/ahooks-wordmark-light.svg create mode 100644 static/library/ahooks.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index d4a33b1..2b568ed 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,16 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'ahooks', + category: 'Library', + route: '/library/ahooks.svg', + wordmark: { + light: '/library/ahooks-wordmark-light.svg', + dark: '/library/ahooks-wordmark-dark.svg' + }, + url: 'https://ahooks.js.org/' + }, { title: 'Discord', category: 'Software', diff --git a/static/library/ahooks-wordmark-dark.svg b/static/library/ahooks-wordmark-dark.svg new file mode 100644 index 0000000..0e1f6fb --- /dev/null +++ b/static/library/ahooks-wordmark-dark.svg @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/static/library/ahooks-wordmark-light.svg b/static/library/ahooks-wordmark-light.svg new file mode 100644 index 0000000..456a0bc --- /dev/null +++ b/static/library/ahooks-wordmark-light.svg @@ -0,0 +1,9 @@ + + + + + + + \ No newline at end of file diff --git a/static/library/ahooks.svg b/static/library/ahooks.svg new file mode 100644 index 0000000..5e87bb7 --- /dev/null +++ b/static/library/ahooks.svg @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file