mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-13 00:08:14 -04:00
feat: 新增hiddify自动下发hy2
This commit is contained in:
parent
d776ca32c5
commit
4d30a8ade5
@ -40,7 +40,8 @@ class ClientController extends Controller
|
||||
'ClashMetaForAndroid' => '2.9.0',
|
||||
'Nekoray' => '3.24',
|
||||
'verge' => '1.3.8',
|
||||
'ClashX Meta' => '1.3.5'
|
||||
'ClashX Meta' => '1.3.5',
|
||||
'Hiddify' => '0.1.0'
|
||||
];
|
||||
foreach($minSupportHy2ClinetVersionMap as $client => $minVersion){
|
||||
if (stripos($flag, $client) !== false && $this->versionCompare($version, $minVersion)) {
|
||||
|
@ -5,7 +5,7 @@ use App\Utils\Helper;
|
||||
|
||||
class SingBox
|
||||
{
|
||||
public $flag = 'sing-box';
|
||||
public $flag = 'sing-box,Hiddify';
|
||||
private $servers;
|
||||
private $user;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user