🐛 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
+1 -1
View File
@@ -1272,7 +1272,7 @@ declare namespace API {
has_migrate: boolean;
};
type Hysteria2 = {
type Hysteria = {
port: number;
hop_ports: string;
hop_interval: number;
+1 -1
View File
@@ -324,7 +324,7 @@ declare namespace API {
state: string;
};
type Hysteria2 = {
type Hysteria = {
port: number;
hop_ports: string;
hop_interval: number;