Merge branch 'feat/git-main-frondend-intergretion-oldhash-20260408-165134' of https://git.xueai.art/skills/deerflow2 into feat/git-main-frondend-intergretion-oldhash-20260408-165134

This commit is contained in:
肖应宇 2026-04-09 10:27:18 +08:00
commit 70ab78cbb0
1 changed files with 3 additions and 1 deletions

View File

@ -62,5 +62,7 @@ export function getLocalSettings(): LocalSettings {
}
export function saveLocalSettings(settings: LocalSettings) {
localStorage.setItem(LOCAL_SETTINGS_KEY, JSON.stringify(settings));
// 注释了,因为本地存储会污染模型配置
console.log('localStorage设置已经注释');
// localStorage.setItem(LOCAL_SETTINGS_KEY, JSON.stringify(settings));
}