fix: import dataset step error;perf: ai proxy avatar (#4074)

* perf: pg config params

* perf: ai proxy avatar

* fix: import dataset step error

* feat: data input ux

* perf: app dataset rewite
This commit is contained in:
Archer
2025-03-11 14:04:48 +08:00
committed by archer
parent 92b2ecc381
commit 3f794baf2e
37 changed files with 503 additions and 392 deletions

View File

@@ -34,6 +34,7 @@ const MyIconButton = ({
color: hoverColor
}}
onClick={onClick}
sx={{ userSelect: 'none' }}
{...props}
>
<MyIcon name={icon as any} w={size} />