Commit 4539bba7 authored by 测试账号's avatar 测试账号

1

parent eb0293e7
...@@ -49,10 +49,9 @@ ...@@ -49,10 +49,9 @@
</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.96061.js" charset="utf-8"></script> <script src="main.a1f8b.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>
<script type="text/javascript"> <script type="text/javascript">
(function () { (function () {
// open web debugger console // open web debugger console
......
...@@ -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.8a984.js'; var bundledScript = settings.debug ? 'src/project.dev.js' : 'src/project.73c90.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.96061.js is qqplay and jsb platform entry file, so we must leave platform init code here // main.a1f8b.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