fix: Update migration config to set default thought auto-collapse

This commit is contained in:
kangfenmao 2025-02-20 12:24:24 +08:00
parent 32da853f27
commit b18b161094

View File

@ -1095,6 +1095,8 @@ const migrateConfig = {
}) })
} }
state.settings.thoughtAutoCollapse = true
return state return state
} }
} }