refactor: proxy components

This commit is contained in:
Slinetrac
2025-10-15 09:00:03 +08:00
parent e6b7d512fb
commit ef9ccafe61
8 changed files with 177 additions and 165 deletions

View File

@@ -31,8 +31,10 @@ interface Props {
onHeadState: (val: Partial<HeadState>) => void;
}
const defaultSx: SxProps = {};
export const ProxyHead = ({
sx = {},
sx = defaultSx,
url,
groupName,
headState,