浏览代码

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 = {
   /** 监控页面自动刷新频率 */
   MONITORING_REFRESH_RATE: 'monitoring_refresh_rate',
-  /** 历史选择的自定义颜色 */
-  HISTORY_CUSTOM_COLOR: 'history-custom_color',
 }
 
 export const SESSION_STORAGE_KEYS = {