king
2021-02-24 ae6ed9554435ce884971e35ad1dda70b862f8bf3
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
  }