feat: add ahooks logo

This commit is contained in:
liuyib
2024-04-25 14:41:49 +08:00
parent 8ddd43c27e
commit cbded7f488
4 changed files with 33 additions and 0 deletions
+10
View File
@@ -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',