Commit 030d44a4 authored by haiyoucuv's avatar haiyoucuv

上传

parent 43263512
...@@ -33,15 +33,80 @@ ...@@ -33,15 +33,80 @@
<!--<link rel="apple-touch-icon" href=".png" />--> <!--<link rel="apple-touch-icon" href=".png" />-->
<!--<link rel="apple-touch-icon-precomposed" href=".png" />--> <!--<link rel="apple-touch-icon-precomposed" href=".png" />-->
<script src="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/src/assets/plugin/zepto.min.js"></script> <style>
<script src="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/src/assets/plugin/declare-process.js"></script> html {
<script src="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script> -ms-touch-action: none;
}
<link rel="stylesheet" type="text/css" href="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/style.css" />
<link rel="stylesheet" type="text/css" href="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/custom.css" /> body, canvas, div {
display: block;
outline: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Remove spin of input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
body {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
border: 0;
margin: 0;
cursor: default;
color: #888;
background-color: white;
text-align: center;
font-family: Helvetica, Verdana, Arial, sans-serif;
display: flex;
flex-direction: column;
}
canvas {
background-color: rgba(0, 0, 0, 0);
}
#GameDiv, #Cocos3dGameContainer, #GameCanvas {
width: 100%;
height: 100%;
}
:root {
--safe-top: env(safe-area-inset-top);
--safe-right: env(safe-area-inset-right);
--safe-bottom: env(safe-area-inset-bottom);
--safe-left: env(safe-area-inset-left);
}
</style>
<script src="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/src/assets/plugin/zepto.min.js"></script>
<script src="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/src/assets/plugin/declare-process.js"></script>
<script src="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script>
<script type="text/javascript" src="https://appx/web-view.min.js"></script> <script type="text/javascript" src="https://appx/web-view.min.js"></script>
<!-- <link rel="stylesheet" type="text/css" href="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/custom.css" />-->
<script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script> <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script>
<script>eruda.init()</script> <script>eruda.init()</script>
</head> </head>
...@@ -53,20 +118,20 @@ ...@@ -53,20 +118,20 @@
</div> </div>
<!-- Polyfills bundle. --> <!-- Polyfills bundle. -->
<script src="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/src/polyfills.bundle.js" charset="utf-8"></script> <script src="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. --> <!-- SystemJS support. -->
<script src="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/src/system.bundle.js" charset="utf-8"></script> <script src="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/src/system.bundle.js" charset="utf-8"></script>
<!-- Import map --> <!-- Import map -->
<!--<script src="https://gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>--> <!--<script src="https://gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script type="systemjs-importmap" charset="utf-8"> <script type="systemjs-importmap" charset="utf-8">
{"imports":{"cc":"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/cocos-js/cc.js"}} {"imports":{"cc":"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/cocos-js/cc.js"}}
</script> </script>
<script> <script>
System.import('//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/index.js').catch(function (err) { System.import('//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/index.js').catch(function (err) {
console.error(err); console.error(err);
}) })
</script> </script>
......
兑吧测试环境
AccessKey ID
LTAI5tFiyBroYqzgu6d6E3Sz
AccessKey Secret
aEpPaVnxnicK6iwzcJTUpzGhCghSt0
域名
//yun-duiba-credits-test.duibatest.com.cn
region
oss-cn-hangzhou
bucket
duiba-credits-test
TNGD测试环境
AccessKey ID
LTAI5tApBGwYWaj6zLmKUaTJ
AccessKey Secret
W3OvCDpbE3ywMaQnTNWzySnhPRK1We
域名
//gamification-sbx.tngdigital.com.my
region
oss-ap-southeast-3
bucket
sbx-gamification-tngd
TNGD_GAMES/Cave_Cruiser
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"8": { "8": {
"3\\extension": { "3\\extension": {
"name": "extension", "name": "extension",
"time": 1727157396945 "time": 1727164844424
} }
} }
} }
......
...@@ -144,8 +144,8 @@ ...@@ -144,8 +144,8 @@
"progress": 1, "progress": 1,
"state": "success", "state": "success",
"stage": "build", "stage": "build",
"message": "2024-9-24 10:52:09 build success in 28 s!", "message": "2024-9-24 15:19:28 build success in 29 s!",
"detailMessage": "%c兑吧发布插件 >> 版本号:1727146301638\rcolor: green\r", "detailMessage": "builder:build-project-total (29408ms)\r",
"options": { "options": {
"name": "cocos-template-3d", "name": "cocos-template-3d",
"server": "", "server": "",
...@@ -193,14 +193,14 @@ ...@@ -193,14 +193,14 @@
"bundle": "db://assets/Bundles/MainGame" "bundle": "db://assets/Bundles/MainGame"
}, },
{ {
"url": "db://assets/resources/GuideScene/GuideScene.scene", "url": "db://assets/Bundles/GuideScene/GuideScene.scene",
"uuid": "5d6e4c61-d0d4-48df-a049-e0eb6fcaa065", "uuid": "5d6e4c61-d0d4-48df-a049-e0eb6fcaa065",
"bundle": "db://assets/resources" "bundle": "db://assets/Bundles/GuideScene"
}, },
{ {
"url": "db://assets/resources/HomeScene/HomeScene.scene", "url": "db://assets/Bundles/HomeScene/HomeScene.scene",
"uuid": "04224ebd-adcd-4112-8010-da14ed5ea48a", "uuid": "04224ebd-adcd-4112-8010-da14ed5ea48a",
"bundle": "db://assets/resources" "bundle": "db://assets/Bundles/HomeScene"
} }
], ],
"wasmCompressionMode": false, "wasmCompressionMode": false,
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
"buildMode": "normal", "buildMode": "normal",
"logDest": "project://temp/builder/log/web-mobile1-15-2024 18-54.log" "logDest": "project://temp/builder/log/web-mobile1-15-2024 18-54.log"
}, },
"time": "2024-9-24 10:51:41", "time": "2024-9-24 15:18:58",
"dirty": false "dirty": false
} }
} }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"config": { "config": {
"images": [], "images": [],
"sceneUUID": {}, "sceneUUID": {},
"scene": "1ce93d96-f621-4162-9f51-fbfb066ca238" "scene": "53947ca7-3484-4b53-800d-509405063d68"
}, },
"show": false "show": false
} }
This diff is collapsed.
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