feat: 补全终端交互逻辑.

This commit is contained in:
lijiahangmax
2024-01-12 02:05:27 +08:00
parent 6c0ad50b4e
commit c1a046f30e
14 changed files with 150 additions and 52 deletions

View File

@@ -86,7 +86,7 @@ public class TerminalPreferenceModel implements PreferenceModel {
@Schema(description = "右键选中词条")
private Boolean rightClickSelectsWord;
@Schema(description = "选中词条自动复制")
@Schema(description = "选中自动复制")
private Boolean selectionChangeCopy;
@Schema(description = "复制去除空格")