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:
Archer
2026-03-31 13:50:26 +08:00
committed by GitHub
parent 3f4400a500
commit b884631363
21 changed files with 796 additions and 197 deletions
@@ -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 && (