feat: update tools page

This commit is contained in:
KazooTTT
2024-07-25 16:02:26 +08:00
parent 5c7464a72d
commit 8d9cc3eca7
6 changed files with 44 additions and 12 deletions

View File

@ -8,7 +8,7 @@ interface Props {
tools: {
name: string
description: string
href: string
href?: string
iconPath: string
iconBgColour: string
}[]