fix: correct small points

This commit is contained in:
divocat
2025-12-01 16:38:26 +02:00
parent 622e092317
commit dd3e70153a
8 changed files with 80 additions and 34 deletions

View File

@@ -35,7 +35,7 @@ export function validateProxyUrl(url: string): ValidationResult {
return {
valid: false,
message: _(
'URL must start with vless://, ss://, trojan://, or socks4/5://',
'URL must start with vless://, ss://, trojan://, socks4/5://, or hysteria2://hy2://',
),
};
}