mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-28 16:30:52 +08:00
refactor: proxy components
This commit is contained in:
@@ -31,8 +31,10 @@ interface Props {
|
||||
onHeadState: (val: Partial<HeadState>) => void;
|
||||
}
|
||||
|
||||
const defaultSx: SxProps = {};
|
||||
|
||||
export const ProxyHead = ({
|
||||
sx = {},
|
||||
sx = defaultSx,
|
||||
url,
|
||||
groupName,
|
||||
headState,
|
||||
|
||||
Reference in New Issue
Block a user