mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
feat: sandbox readfile tool (#6679)
* feat: sandbox readfile tool * perf: read stream * fix: schema name * update sdk version * udpate enum * perf: time
This commit is contained in:
@@ -43,7 +43,7 @@ const MyModal = ({
|
||||
showCloseButton = true,
|
||||
contentPx = '8',
|
||||
contentPy = '8',
|
||||
headerPx,
|
||||
headerPx = 0,
|
||||
...props
|
||||
}: MyModalProps) => {
|
||||
const { isPc } = useSystem();
|
||||
@@ -99,7 +99,7 @@ const MyModal = ({
|
||||
fontWeight={'500'}
|
||||
mb={6}
|
||||
py={0}
|
||||
px={headerPx ?? contentPx}
|
||||
px={headerPx}
|
||||
gap={3}
|
||||
>
|
||||
{iconSrc && (
|
||||
|
||||
Reference in New Issue
Block a user