feat: 添加终端回滚行数设置

This commit is contained in:
Baobhan Sith
2025-05-05 17:06:10 +08:00
parent d3cae06c63
commit 4c983945db
8 changed files with 136 additions and 5 deletions
@@ -48,7 +48,8 @@ export const settingsController = {
'rdpModalWidth', // NEW: 添加 RDP 模态框宽度键
'rdpModalHeight', // NEW: 添加 RDP 模态框高度键
'ipBlacklistEnabled', // <-- 添加 IP 黑名单启用键
'layoutLocked' // +++ 添加布局锁定键 +++
'layoutLocked', // +++ 添加布局锁定键 +++
'terminalScrollbackLimit' // NEW: 添加终端回滚行数键
];
const filteredSettings: Record<string, string> = {};
for (const key in settingsToUpdate) {