重构: tool_registry拆分及多批改进
This commit is contained in:
@@ -46,7 +46,7 @@ function applyUiState(s: any) {
|
||||
}
|
||||
|
||||
// 启动恢复:从 appSettings(SQLite)读取上次的 UI 布局(模块级单例 state)
|
||||
export function restoreUiState() {
|
||||
function restoreUiState() {
|
||||
applyUiState(appSettings.get<any>('df-ai-ui', null))
|
||||
}
|
||||
restoreUiState()
|
||||
|
||||
Reference in New Issue
Block a user