소스 검색

feat: remove ivalid

chenhao 2 년 전
부모
커밋
c9279ccec2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/constants/storage.ts

+ 0 - 2
src/constants/storage.ts

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