no message
This commit is contained in:
parent
ab37e420eb
commit
ca00ec7a76
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user