UpdateCfg.js 279 B

12345678
  1. let root = {
  2. simulationVersionUpdate: false, // 非安卓平台模拟
  3. simulationVersionFail: false, // 非安卓平台模拟 下载失败
  4. remoteInfoTimeout: 10000,
  5. localManifestPath: 'resources/res_manifest/project.manifest'
  6. };
  7. module.exports = root;