This commit is contained in:
Baobhan Sith
2025-04-21 23:45:50 +08:00
parent 1a6067c879
commit ca1fcf9fc3
4 changed files with 193 additions and 16 deletions
@@ -36,7 +36,9 @@ export const settingsController = {
'showPopupFileEditor', 'shareFileEditorTabs', 'ipWhitelistEnabled',
'autoCopyOnSelect', 'dockerStatusIntervalSeconds', 'dockerDefaultExpand',
'statusMonitorIntervalSeconds', // +++ 添加状态监控间隔键 +++
'workspaceSidebarPersistent' // +++ 添加侧边栏固定键 +++
'workspaceSidebarPersistent', // +++ 添加侧边栏固定键 +++
'leftSidebarWidth', // +++ 添加左侧栏宽度键 +++
'rightSidebarWidth' // +++ 添加右侧栏宽度键 +++
];
const filteredSettings: Record<string, string> = {};
for (const key in settingsToUpdate) {