This commit is contained in:
Baobhan Sith
2025-04-21 23:23:54 +08:00
parent 397f0616e9
commit 1a6067c879
6 changed files with 174 additions and 41 deletions
@@ -35,7 +35,8 @@ export const settingsController = {
'language', 'ipWhitelist', 'maxLoginAttempts', 'loginBanDuration',
'showPopupFileEditor', 'shareFileEditorTabs', 'ipWhitelistEnabled',
'autoCopyOnSelect', 'dockerStatusIntervalSeconds', 'dockerDefaultExpand',
'statusMonitorIntervalSeconds' // +++ 添加状态监控间隔键 +++
'statusMonitorIntervalSeconds', // +++ 添加状态监控间隔键 +++
'workspaceSidebarPersistent' // +++ 添加侧边栏固定键 +++
];
const filteredSettings: Record<string, string> = {};
for (const key in settingsToUpdate) {