1
0
mirror of https://github.com/samanhappy/mcphub.git synced 2026-01-11 00:58:20 -05:00

feat: enhance GroupCard with copy options for ID, URL, and JSON; update translations (#246)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
samanhappy
2025-07-25 14:30:52 +08:00
committed by GitHub
parent b5685b7010
commit 9304653c34
8 changed files with 149 additions and 18 deletions

View File

@@ -13,7 +13,10 @@ import {
Loader,
CheckCircle,
XCircle,
AlertCircle
AlertCircle,
Link,
FileCode,
ChevronDown as DropdownIcon
} from 'lucide-react'
export {
@@ -31,7 +34,10 @@ export {
Loader,
CheckCircle,
XCircle,
AlertCircle
AlertCircle,
Link,
FileCode,
DropdownIcon
}
const LucideIcons = {
@@ -49,7 +55,10 @@ const LucideIcons = {
Loader,
CheckCircle,
XCircle,
AlertCircle
AlertCircle,
Link,
FileCode,
DropdownIcon
}
export default LucideIcons