feat: add new LLM icons and update related components for improved model support

This commit is contained in:
CodingOnStar
2025-10-11 14:02:24 +08:00
parent 885dff82e3
commit 0c83f62848
58 changed files with 1508 additions and 93 deletions

View File

@ -88,7 +88,7 @@ const ProviderCard: FC<Props> = ({
manifest={payload}
uniqueIdentifier={payload.latest_package_identifier}
onClose={hideInstallFromMarketplace}
onSuccess={() => hideInstallFromMarketplace()}
onSuccess={hideInstallFromMarketplace}
/>
)
}