feat: Stash 正式版支持 SS2022, 测试版(>=3.1.0) 支持 VLESS REALITY(xtls-rprx-vision)

This commit is contained in:
xream
2025-04-03 15:47:35 +08:00
parent 260b1e5332
commit 7213cea16c
3 changed files with 4 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ export function shouldIncludeUnsupportedProxy(platform, ua) {
if (
platform === 'Stash' &&
target === 'Stash' &&
gte(version, '2.8.0')
gte(version, '3.1.0')
) {
return true;
}