🚧 可配置预览阈值.

This commit is contained in:
lijiahang
2024-02-20 18:02:13 +08:00
parent 8acb8730bd
commit 9912130da1
10 changed files with 31 additions and 3 deletions

View File

@@ -207,6 +207,9 @@ public class TerminalPreferenceModel implements PreferenceModel {
@Schema(description = "命令编辑器")
private Boolean commandEditor;
@Schema(description = "打开 SFTP")
private Boolean openSftp;
@Schema(description = "清空")
private Boolean clear;

View File

@@ -100,6 +100,7 @@ public class TerminalPreferenceStrategy implements IPreferenceStrategy<TerminalP
.fontSizePlus(false)
.fontSizeSubtract(false)
.commandEditor(true)
.openSftp(true)
.clear(true)
.disconnect(false)
.closeTab(true)