🐛 fix: Rename 'hysteria2' to 'hysteria' across protocol definitions and schemas for consistency

This commit is contained in:
web
2025-09-29 02:32:28 -07:00
parent 92665293ec
commit 5816dd5198
10 changed files with 19 additions and 32 deletions
+6 -2
View File
@@ -36,9 +36,13 @@ export type ProtocolName =
| 'vmess'
| 'vless'
| 'trojan'
| 'hysteria2'
| 'hysteria'
| 'tuic'
| 'anytls';
| 'anytls'
| 'naive'
| 'http'
| 'socks'
| 'mieru';
const buildSchema = (t: ReturnType<typeof useTranslations>) =>
z.object({