Commit 9da77288 authored by 测试账号's avatar 测试账号

1

parent b012e866
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
</div> </div>
<script src="src/settings.2f937.js" charset="utf-8"></script> <script src="src/settings.2f937.js" charset="utf-8"></script>
<script src="vconsole.min.bac6b.js"></script> <script src="vconsole.min.bac6b.js"></script>
<script src="main.28dd0.js" charset="utf-8"></script> <script src="main.9a20d.js" charset="utf-8"></script>
<script src="//cdn.bootcss.com/eruda/1.4.2/eruda.min.js"></script> <script src="//cdn.bootcss.com/eruda/1.4.2/eruda.min.js"></script>
<script>eruda.init();</script> <script>eruda.init();</script>
......
...@@ -135,7 +135,7 @@ window.boot = function () { ...@@ -135,7 +135,7 @@ window.boot = function () {
BK.Script.loadlib(); BK.Script.loadlib();
} }
else { else {
var bundledScript = settings.debug ? 'src/project.dev.js' : 'src/project.f3b7a.js'; var bundledScript = settings.debug ? 'src/project.dev.js' : 'src/project.7df89.js';
if (jsList) { if (jsList) {
jsList = jsList.map(function (x) { jsList = jsList.map(function (x) {
return 'src/' + x; return 'src/' + x;
...@@ -166,7 +166,7 @@ window.boot = function () { ...@@ -166,7 +166,7 @@ window.boot = function () {
cc.game.run(option, onStart); cc.game.run(option, onStart);
}; };
// main.28dd0.js is qqplay and jsb platform entry file, so we must leave platform init code here // main.9a20d.js is qqplay and jsb platform entry file, so we must leave platform init code here
if (false) { if (false) {
BK.Script.loadlib('GameRes://src/settings.js'); BK.Script.loadlib('GameRes://src/settings.js');
BK.Script.loadlib(); BK.Script.loadlib();
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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