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