mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
feat: 增加v2rayN自动下发Hysteria2节点
This commit is contained in:
parent
03267b2051
commit
9ed3cc5a74
@ -43,7 +43,8 @@ class ClientController extends Controller
|
||||
'verge' => '1.3.8',
|
||||
'ClashX Meta' => '1.3.5',
|
||||
'Hiddify' => '0.1.0',
|
||||
'loon' => '637'
|
||||
'loon' => '637',
|
||||
'v2rayN' => '6.31'
|
||||
];
|
||||
foreach($minSupportHy2ClinetVersionMap as $client => $minVersion){
|
||||
if (stripos($flag, $client) !== false && $this->versionCompare($version, $minVersion)) {
|
||||
|
Loading…
Reference in New Issue
Block a user