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
No known key found for this signature in database
GPG Key ID: 1D2C5225471789F9
3 changed files with 4 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "sub-store",
"version": "2.19.14",
"version": "2.19.16",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket.",
"main": "src/main.js",
"scripts": {

View File

@ -39,12 +39,8 @@ export default function Stash_Producer() {
'xchacha20',
'chacha20-ietf-poly1305',
'xchacha20-ietf-poly1305',
...(opts['include-unsupported-proxy']
? [
'2022-blake3-aes-128-gcm',
'2022-blake3-aes-256-gcm',
]
: []),
'2022-blake3-aes-128-gcm',
'2022-blake3-aes-256-gcm',
].includes(proxy.cipher)) ||
(proxy.type === 'snell' && String(proxy.version) === '4') ||
(opts['include-unsupported-proxy']

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;
}