mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
@@ -100,7 +100,9 @@ export const ProxyItem = (props: Props) => {
|
||||
secondary={
|
||||
<>
|
||||
<span style={{ marginRight: 4 }}>{proxy.name}</span>
|
||||
|
||||
{showType && proxy.now && (
|
||||
<TypeBox component="span">{proxy.now}</TypeBox>
|
||||
)}
|
||||
{showType && !!proxy.provider && (
|
||||
<TypeBox component="span">{proxy.provider}</TypeBox>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user