feat: Loon 输入输出支持 VLESS XTLS/REALITY, VMess REALITY. 需 includeUnsupportedProxy 或 build >= 842 自动开启)

This commit is contained in:
xream
2025-04-01 18:22:28 +08:00
parent 7c68c272ee
commit b4e24a9bc7
6 changed files with 62 additions and 39 deletions

View File

@@ -90,7 +90,7 @@ export function shouldIncludeUnsupportedProxy(platform, ua) {
if (
platform === 'Loon' &&
target === 'Loon' &&
gte(version, '838.0.0')
gte(version, '842.0.0')
) {
return true;
}