Commit b91b40e6 authored by 测试账号's avatar 测试账号

1

parent 9da77288
......@@ -49,7 +49,7 @@
</div>
<script src="src/settings.2f937.js" charset="utf-8"></script>
<script src="vconsole.min.bac6b.js"></script>
<script src="main.9a20d.js" charset="utf-8"></script>
<script src="main.a57c9.js" charset="utf-8"></script>
<script src="//cdn.bootcss.com/eruda/1.4.2/eruda.min.js"></script>
<script>eruda.init();</script>
......
......@@ -135,7 +135,7 @@ window.boot = function () {
BK.Script.loadlib();
}
else {
var bundledScript = settings.debug ? 'src/project.dev.js' : 'src/project.7df89.js';
var bundledScript = settings.debug ? 'src/project.dev.js' : 'src/project.f9fd5.js';
if (jsList) {
jsList = jsList.map(function (x) {
return 'src/' + x;
......@@ -166,7 +166,7 @@ window.boot = function () {
cc.game.run(option, onStart);
};
// main.9a20d.js is qqplay and jsb platform entry file, so we must leave platform init code here
// main.a57c9.js is qqplay and jsb platform entry file, so we must leave platform init code here
if (false) {
BK.Script.loadlib('GameRes://src/settings.js');
BK.Script.loadlib();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment