feat: support command probe template

This commit is contained in:
ReaJason
2025-12-08 01:43:41 +08:00
parent 73f5694cac
commit 4fd1e4170f
10 changed files with 99 additions and 11 deletions
+2
View File
@@ -52,6 +52,7 @@ function SelectContent({
className,
children,
position = "popper",
align = "center",
...props
}: React.ComponentProps<typeof SelectPrimitive.Content>) {
return (
@@ -65,6 +66,7 @@ function SelectContent({
className,
)}
position={position}
align={align}
{...props}
>
<SelectScrollUpButton />