no message
This commit is contained in:
parent
ab37e420eb
commit
ca00ec7a76
@ -234,7 +234,22 @@ final class FreenodeMerge
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
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);
|
$sMerge = json_encode($aSingboxConfig);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user