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:
commit
70ab78cbb0
|
|
@ -62,5 +62,7 @@ export function getLocalSettings(): LocalSettings {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function saveLocalSettings(settings: 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));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue