fix(store): fix store migrate and version (#7924)

* fix(store): 更新持久化存储版本号至121

更新版本号以匹配最新的迁移配置变更

* fix(store): 合并migrate版本121到120
This commit is contained in:
Phantom 2025-07-08 00:57:08 +08:00 committed by GitHub
parent a314a43f0f
commit 2b4ca03376
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1733,13 +1733,7 @@ const migrateConfig = {
if (!state.settings.s3) {
state.settings.s3 = settingsInitialState.s3
}
return state
} catch (error) {
return state
}
},
'120': (state: RootState) => {
try {
const langMap: Record<string, LanguageCode> = {
english: 'en-us',
chinese: 'zh-cn',