chenhao 2 жил өмнө
parent
commit
c9279ccec2

+ 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 = {