feat: 工具>主机终端操作服务器命令支持redis

This commit is contained in:
TsMask
2024-11-07 19:29:59 +08:00
parent 21cf86baff
commit 0644e49161
8 changed files with 1165 additions and 565 deletions

View File

@@ -126,7 +126,7 @@ function handleRanderXterm(container: HTMLElement | undefined) {
// console.log('尺寸', cols, rows);
ws.send({
requestId: `ssh_resize_${props.hostId}`,
type: 'ssh_resize',
type: 'resize',
data: { cols, rows },
});
});