Commit a3512d9f authored by haiyoucuv's avatar haiyoucuv

整理一下代码

parent 3cc4742a
......@@ -11,7 +11,7 @@
"6c48a": {
"importer": "texture",
"uuid": "2ff03921-0804-417d-849d-93bf9a90c21e@6c48a",
"displayName": "Bg",
"displayName": "bg",
"id": "6c48a",
"name": "texture",
"userData": {
......@@ -35,7 +35,7 @@
"f9941": {
"importer": "sprite-frame",
"uuid": "2ff03921-0804-417d-849d-93bf9a90c21e@f9941",
"displayName": "Bg",
"displayName": "bg",
"id": "f9941",
"name": "spriteFrame",
"userData": {
......
......@@ -3,7 +3,7 @@
"server": "",
"platform": "web-mobile",
"buildPath": "project://build",
"debug": true,
"debug": false,
"md5Cache": false,
"skipCompressTexture": false,
"sourceMaps": false,
......
......@@ -4,21 +4,6 @@
<meta charset="utf-8">
<title>套圈挑战赛</title>
<script id="monitorjs" src="//yun.duiba.com.cn/woodpecker/sdk/0.0.36/woodpecker_outer.js" ></script>
<script id="registerMonitor">
// 烽火台注入前端监控脚本,请勿修改
try {
woodpecker.setConfig({
projectId: "p7bdf2f84",
developer: [
"fa17c4667c62b5ba014f382c0802a462"
],
});
} catch (e) {
console.error(e);
}
</script>
<!--http://www.html5rocks.com/en/mobile/mobifying/-->
<meta name="viewport"
......@@ -54,7 +39,7 @@
<script src="//yun.duiba.com.cn/polaris/SVGA.Lite.v2.1.1.d3a67cbc13c591c53c6f87ab34c57ce387010374.js" crossorigin="anonymous"></script>
<script src="//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"></script>
<link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1722406205524/style.css"/>
<link rel="stylesheet" type="text/css" href="{{__remoteUrl__}}style.css"/>
<style>
.sui-captcha {
......@@ -99,7 +84,8 @@
width: 80%;
}
</style>
</head>
</head>
<body>
<div id="GameDiv" cc_exact_fit_screen="true">
<div id="Cocos3dGameContainer">
......@@ -113,16 +99,16 @@
</script>
<!-- Polyfills bundle. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1722406205524/src/polyfills.bundle.js" charset="utf-8"></script>
<script src="{{__remoteUrl__}}src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1722406205524/src/system.bundle.js" charset="utf-8"></script>
<script src="{{__remoteUrl__}}src/system.bundle.js" charset="utf-8"></script>
<!-- Import map -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1722406205524/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>
<script src="{{__remoteUrl__}}src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>
<script>
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1722406205524/index.js').catch(function (err) {
System.import('{{__remoteUrl__}}index.js').catch(function (err) {
console.error(err);
})
</script>
......
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