feat: revamp tool list page (#22879)

This commit is contained in:
Nite Knite 2025-07-24 11:51:39 +08:00 committed by GitHub
commit c6d7328e15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 116 additions and 89 deletions

View file

@ -56,7 +56,7 @@ const List = ({
return (
<CardWrapper
key={plugin.name}
key={`${plugin.org}/${plugin.name}`}
plugin={plugin}
showInstallButton={showInstallButton}
locale={locale}