feat: support setup guide for admin

This commit is contained in:
oiov
2025-05-21 16:16:56 +08:00
parent 8a05fa0907
commit 2369885fda
27 changed files with 593 additions and 126 deletions
+2
View File
@@ -15,6 +15,8 @@ const badgeVariants = cva(
destructive:
"bg-destructive hover:bg-destructive/80 border-transparent text-destructive-foreground",
outline: "text-foreground",
blue: "bg-blue-500 hover:bg-blue-600 border-transparent text-white",
green: "bg-green-500 hover:bg-green-600 border-transparent text-white",
},
},
defaultVariants: {