handleGatewaySelect(server.id, comm.value, gw.name)}
onMouseEnter={(e) => {
if (!isActive) {
- e.currentTarget.style.boxShadow = '0 2px 6px rgba(0,0,0,0.1)';
- e.currentTarget.style.transform = 'translateY(-1px)';
+ e.currentTarget.style.boxShadow = '0 2px 8px rgba(0,0,0,0.1)';
+ e.currentTarget.style.transform = 'translateY(-2px)';
}
}}
onMouseLeave={(e) => {
@@ -475,12 +475,12 @@ function EasySwitchManager() {
}
}}
>
-
+
{/* Галочка и метка Fastest */}
-
+
{isFastest && !isActive && (
-
-
+
+
Fast
)}
@@ -488,25 +488,25 @@ function EasySwitchManager() {
{isActive && (
-
+
)}
{/* Название шлюза */}
-
+
{gw.name}
{/* Протокол */}
-
- {serverMeta?.provider || 'vless'}
+
+ {serverMeta?.provider || 'vless / xudp'}
{/* Метрика (пинг) */}
-