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

1

parent 4539bba7
......@@ -49,9 +49,10 @@
</div>
<script src="src/settings.2f937.js" charset="utf-8"></script>
<script src="vconsole.min.bac6b.js"></script>
<script src="main.a1f8b.js" charset="utf-8"></script>
<script src="main.3bbd7.js" charset="utf-8"></script>
<script src="//cdn.bootcss.com/eruda/1.4.2/eruda.min.js"></script>
<script>eruda.init();</script>
<script type="text/javascript">
(function () {
// open web debugger console
......
......@@ -135,7 +135,7 @@ window.boot = function () {
BK.Script.loadlib();
}
else {
var bundledScript = settings.debug ? 'src/project.dev.js' : 'src/project.73c90.js';
var bundledScript = settings.debug ? 'src/project.dev.js' : 'src/project.3189a.js';
if (jsList) {
jsList = jsList.map(function (x) {
return 'src/' + x;
......@@ -166,7 +166,7 @@ window.boot = function () {
cc.game.run(option, onStart);
};
// main.a1f8b.js is qqplay and jsb platform entry file, so we must leave platform init code here
// main.3bbd7.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