Browse Source

feat: remove ivalid

chenhao 2 years ago
parent
commit
c9279ccec2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/constants/storage.ts

+ 0 - 2
src/constants/storage.ts

@@ -1,8 +1,6 @@
 export const LOCAL_STORAGE_KEYS = {
   /** 监控页面自动刷新频率 */
   MONITORING_REFRESH_RATE: 'monitoring_refresh_rate',
-  /** 历史选择的自定义颜色 */
-  HISTORY_CUSTOM_COLOR: 'history-custom_color',
 }
 
 export const SESSION_STORAGE_KEYS = {