no message

This commit is contained in:
hellcat 2026-08-11 13:08:07 +08:00
parent ab37e420eb
commit ca00ec7a76

View File

@ -233,8 +233,23 @@ final class FreenodeMerge
continue;
}
}
array_push($aSingboxConfig["outbounds"], $aNodeMerge);
// $a = [
// "a" => "ss",
// "b" => "bb"
// ];
// $b = [
// "cc" => "gg"
// ];
// array_push($a, b);
// // 结果就是刚才那样,怎么办
$aSingboxConfig["outbounds"] = $aSingboxConfig["outbounds"] + $aNodeMerge;
//tt($aSingboxConfig["outbounds"]);
// array_push($aSingboxConfig["outbounds"], $aNodeMerge);
// echo "<pre>";
// var_dump($aSingboxConfig);
$sMerge = json_encode($aSingboxConfig);
} else {