diff --git a/src/constants/app.ts b/src/constants/app.ts index 948e2836..fbc20cd4 100644 --- a/src/constants/app.ts +++ b/src/constants/app.ts @@ -58,8 +58,8 @@ export const themePageAnimationModeRecord: Record = { - close: 'theme.layout.resetCacheStrategy.close', - refresh: 'theme.layout.resetCacheStrategy.refresh' + refresh: 'theme.layout.resetCacheStrategy.refresh', + close: 'theme.layout.resetCacheStrategy.close' }; export const resetCacheStrategyOptions = transformRecordToOption(resetCacheStrategyRecord); diff --git a/src/theme/settings.ts b/src/theme/settings.ts index ad937c47..06f26e45 100644 --- a/src/theme/settings.ts +++ b/src/theme/settings.ts @@ -12,7 +12,7 @@ export const themeSettings: App.Theme.ThemeSetting = { error: '#f5222d' }, isInfoFollowPrimary: true, - resetCacheStrategy: 'close', + resetCacheStrategy: 'refresh', layout: { mode: 'vertical', scrollMode: 'content'