king
2021-03-31 682a74e858e5a6cd24d36183931d3afafd6443d7
src/menu/components/code/sandbox/index.jsx
@@ -28,7 +28,7 @@
  }
  state = {
    dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    card: null,
    back: false
  }