feat: Support hide group

#214
This commit is contained in:
MystiPanda
2024-01-11 12:34:05 +08:00
parent a46f3a31e1
commit cbccdf5d93
5 changed files with 22 additions and 6 deletions

View File

@@ -98,6 +98,8 @@ export const ProxyItemMini = (props: Props) => {
)}
<TypeBox component="span">{proxy.type}</TypeBox>
{proxy.udp && <TypeBox component="span">UDP</TypeBox>}
{proxy.xudp && <TypeBox component="span">XUDP</TypeBox>}
{proxy.tfo && <TypeBox component="span">TFO</TypeBox>}
</Box>
)}
</Box>