feat: revamp tool list page (#22879)

This commit is contained in:
Nite Knite
2025-07-24 11:51:39 +08:00
committed by GitHub
parent a327d024e9
commit c6d7328e15
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}