game.js 101 B

123456
  1. import './js/libs/weapp-adapter'
  2. import './js/libs/symbol'
  3. import Main from './js/main'
  4. new Main()