config.js 113 B

1234567
  1. module.exports = {
  2. screenSize: {
  3. large: {},
  4. },
  5. SCALE: 1, // 画布缩放尺寸
  6. DEFAULT_THEME: "",
  7. };