merge: 同步 origin/main (v1.4.0) 到定制版本
Build and Release / Build (push) Has been cancelled

This commit is contained in:
2026-03-19 02:56:42 -07:00
parent 6b92979c7c
commit 830430645c
12 changed files with 209 additions and 30 deletions
@@ -66,18 +66,13 @@ export const SECURITY = {
trojan: ["tls"] as const,
hysteria: ["tls"] as const,
tuic: ["tls"] as const,
anytls: ["tls"] as const,
anytls: ["none", "tls", "reality"] as const,
naive: ["none", "tls"] as const,
http: ["none", "tls"] as const,
} as const;
export const FLOWS = {
vless: [
"none",
"xtls-rprx-direct",
"xtls-rprx-splice",
"xtls-rprx-vision",
] as const,
vless: ["none", "xtls-rprx-vision"] as const,
} as const;
export const TUIC_UDP_RELAY_MODES = ["native", "quic"] as const;