mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-03-30 07:06:38 +08:00
feat(web): 改为通过 WebSocket 推送 ttyd 状态并清理轮询与冗余接口
This commit is contained in:
@@ -667,12 +667,6 @@ export interface TtydConfigUpdate {
|
||||
shell?: string;
|
||||
}
|
||||
|
||||
/** Simple ttyd status for console view */
|
||||
export interface TtydStatus {
|
||||
available: boolean;
|
||||
running: boolean;
|
||||
}
|
||||
|
||||
export interface VideoConfigUpdate {
|
||||
device?: string;
|
||||
format?: string;
|
||||
|
||||
Reference in New Issue
Block a user