微调,无关紧要

This commit is contained in:
sijinhui
2024-02-20 17:10:24 +08:00
parent c758cf469b
commit 21d534ea2e
3 changed files with 4 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ export const useAppConfig = createPersistStore(
}),
{
name: StoreKey.Config,
version: 3.897,
version: 3.898,
migrate(persistedState, version) {
const state = persistedState as ChatConfig;
@@ -168,7 +168,7 @@ export const useAppConfig = createPersistStore(
if (version < 3.8) {
state.lastUpdate = Date.now();
}
if (version < 3.897) {
if (version < 3.898) {
state.lastUpdate = Date.now();
return { ...DEFAULT_CONFIG };
}