diff --git a/src/constants/app.ts b/src/constants/app.ts index 6f4d94a..2a3ea0d 100644 --- a/src/constants/app.ts +++ b/src/constants/app.ts @@ -55,10 +55,4 @@ export const themePageAnimationModeRecord: Record = { - close: 'theme.resetCacheStrategy.close', - refresh: 'theme.resetCacheStrategy.refresh' -}; -export const resetCacheStrategyOptions = transformRecordToOption(resetCacheStrategyRecord); - export const DARK_CLASS = 'dark'; diff --git a/src/layouts/modules/theme-drawer/modules/page-fun.vue b/src/layouts/modules/theme-drawer/modules/page-fun.vue index d0bb8d0..9114519 100644 --- a/src/layouts/modules/theme-drawer/modules/page-fun.vue +++ b/src/layouts/modules/theme-drawer/modules/page-fun.vue @@ -1,11 +1,6 @@