refactor: 移除 ttyd 扩展的“用户凭据”功能

This commit is contained in:
mofeng-git
2026-02-11 16:50:49 +08:00
parent 24c4002ef2
commit f912c977d0
7 changed files with 1 additions and 26 deletions

View File

@@ -302,8 +302,6 @@ export interface TtydConfig {
port: number;
/** Shell to execute */
shell: string;
/** Credential in format "user:password" (optional) */
credential?: string;
}
/** gostc configuration (NAT traversal based on FRP) */
@@ -659,7 +657,6 @@ export interface TtydConfigUpdate {
enabled?: boolean;
port?: number;
shell?: string;
credential?: string;
}
/** Simple ttyd status for console view */