no message

This commit is contained in:
hellcat 2025-04-04 20:43:13 +08:00
parent 7337a43b6f
commit f07408434b

View File

@ -35,14 +35,14 @@ final class Clash extends Base
'name' => $node_raw->name, 'name' => $node_raw->name,
'type' => 'ss', 'type' => 'ss',
'server' => $node_raw->server, 'server' => $node_raw->server,
'port' => (int) $user->port, 'port' => (int) $node_custom_config['offset_port_user'],
'password' => $user->passwd, 'password' => $user->passwd,
'cipher' => $user->method, 'cipher' => $node_custom_config['method']
'udp' => (bool) $udp, 'udp' => (bool) $udp,
'plugin' => $plugin, 'plugin' => $plugin,
'plugin-opts' => $plugin_option, 'plugin-opts' => $plugin_option,
]; ];
break; break;
case 1: case 1:
$ss_2022_port = $node_custom_config['offset_port_user'] ?? $ss_2022_port = $node_custom_config['offset_port_user'] ??