fix: 修复潮汐app Trojan协议的问题

This commit is contained in:
xboard 2023-12-04 22:52:11 +08:00
parent e4a80ce9b5
commit 66ab4a4a8e

View File

@ -47,7 +47,7 @@ class AppController extends Controller
array_push($proxies, $item['name']);
}
if ($item['type'] === 'trojan') {
array_push($proxy, \App\Http\Controllers\V1\Client\Protocols\Clash::buildTrojan($user['uuid'], $item));
array_push($proxy, \App\Protocols\Clash::buildTrojan($user['uuid'], $item));
array_push($proxies, $item['name']);
}
}