🔨 命令发送.

This commit is contained in:
lijiahangmax
2024-12-16 20:54:35 +08:00
parent 6d74b4379e
commit 1227ed1770
16 changed files with 317 additions and 167 deletions

View File

@@ -259,11 +259,6 @@ public class TerminalPreferenceModel implements GenericsDataModel {
@AllArgsConstructor
public static class ActionBarSettingModel implements IJsonObject {
/**
* 命令输入框
*/
private Boolean commandInput;
/**
* 连接状态
*/

View File

@@ -115,7 +115,6 @@ public class TerminalPreferenceStrategy extends AbstractGenericsDataStrategy<Ter
.toJsonString();
// 操作栏设置
String actionBarSetting = TerminalPreferenceModel.ActionBarSettingModel.builder()
.commandInput(false)
.connectStatus(true)
.toTop(false)
.toBottom(false)