king
2021-11-15 1bb7588b4d437cdd2380a978d361cfd611cb8654
src/menu/components/code/sandbox/editorcode/index.jsx
@@ -18,7 +18,7 @@
  }
  state = {
    dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    visible: false,
    html: '',
    css: '',