Commit 9cd2022c authored by haiyoucuv's avatar haiyoucuv

ossInfo.txt

parent 5fffa593
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Cave Cruiser</title>
<!--http://www.html5rocks.com/en/mobile/mobifying/-->
<meta name="viewport"
content="width=device-width,user-scalable=no,initial-scale=1,minimum-scale=1,maximum-scale=1,minimal-ui=true" />
<!--https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="format-detection" content="telephone=no">
<!-- force webkit on 360 -->
<meta name="renderer" content="webkit" />
<meta name="force-rendering" content="webkit" />
<!-- force edge on IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="msapplication-tap-highlight" content="no">
<!-- force full screen on some browser -->
<meta name="full-screen" content="yes" />
<meta name="x5-fullscreen" content="true" />
<meta name="360-fullscreen" content="true" />
<!--fix fireball/issues/3568 -->
<!--<meta name="browsermode" content="application">-->
<meta name="x5-page-mode" content="app">
<!--<link rel="apple-touch-icon" href=".png" />-->
<!--<link rel="apple-touch-icon-precomposed" href=".png" />-->
<style>
html {
-ms-touch-action: none;
}
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-cdn.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1730688536144/src/assets/plugin/zepto.min.js"></script>
<script src="//gamification-cdn.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1730688536144/src/assets/plugin/declare-process.js"></script>
<script src="//gamification-cdn.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1730688536144/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script>
<script type="text/javascript" src="https://appx/web-view.min.js"></script>
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1730688536144/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1730688536144/custom.css" />-->
<!-- <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script>-->
<!-- <script>eruda.init()</script>-->
</head>
<body style="overflow: hidden; visibility: hidden">
<div id="GameDiv" cc_exact_fit_screen="true" style="overflow: hidden;">
<div id="Cocos3dGameContainer">
<canvas id="GameCanvas" oncontextmenu="event.preventDefault()" tabindex="99"></canvas>
</div>
</div>
<!-- Polyfills bundle. -->
<script src="//gamification-cdn.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1730688536144/src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. -->
<script src="//gamification-cdn.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1730688536144/src/system.bundle.js" charset="utf-8"></script>
<!-- Import map -->
<!--<script src="https://gamification-cdn.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1730688536144/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script type="systemjs-importmap" charset="utf-8">
{"imports":{"cc":"//gamification-cdn.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1730688536144/cocos-js/cc.js"}}
</script>
<script>
System.import('//gamification-cdn.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1730688536144/index.js').catch(function (err) {
console.error(err);
})
</script>
</body>
</html>
......@@ -6,12 +6,7 @@
},
"C:\\Users\\QiuXu\\": {
"CocosCreator\\builtin-extensions\\3": {
"8": {
"3\\extension": {
"name": "extension",
"time": 1729680273209
}
}
"8": {}
}
}
}
......
......@@ -39,6 +39,15 @@
"AFPHostDomain": "douyougame.com",
"otherAFPHostPropertyCode": "",
"otherAFPDomain": ""
},
"1730094200503": {
"enableAdsense": false,
"enableTestAd": false,
"__version__": "1.0.1",
"AFPHostPropertyCode": "ca-host-pub-5396158963872751",
"AFPHostDomain": "douyougame.com",
"otherAFPHostPropertyCode": "",
"otherAFPDomain": ""
}
},
"__version__": "1.3.8"
......
......@@ -30,7 +30,7 @@
}
],
"buildPath": "project://build",
"outputName": "tngdTest",
"outputName": "tngdProd",
"mainBundleCompressionType": "merge_all_json",
"platform": "web-mobile",
"mainBundleIsRemote": true,
......@@ -221,6 +221,85 @@
},
"time": "2024-10-23 18:46:24",
"dirty": false
},
"1730094200503": {
"type": "build",
"id": "1730094200503",
"progress": 1,
"state": "success",
"stage": "build",
"message": "2024-11-4 10:49:49 build success in 53 s!",
"detailMessage": "%c兑吧发布插件 >> 版本号:1730688536144\rcolor: green\r",
"options": {
"name": "cocos-template-3d",
"server": "",
"platform": "web-mobile",
"buildPath": "project://build",
"debug": false,
"md5Cache": false,
"skipCompressTexture": false,
"sourceMaps": false,
"overwriteProjectSettings": {
"includeModules": {
"gfx-webgl2": "on",
"physics": "inherit-project-setting",
"physics-2d": "inherit-project-setting"
},
"macroConfig": {
"cleanupImageCache": "inherit-project-setting"
}
},
"nativeCodeBundleMode": "both",
"polyfills": {
"asyncFunctions": true,
"coreJs": true
},
"experimentalEraseModules": false,
"startSceneAssetBundle": false,
"bundleConfigs": [],
"useBuiltinServer": false,
"mainBundleIsRemote": true,
"mainBundleCompressionType": "merge_all_json",
"useSplashScreen": false,
"bundleCommonChunk": false,
"packAutoAtlas": true,
"startScene": "9e293cde-e27b-4902-808b-e884f3e9da32",
"outputName": "tngdProd",
"taskName": "tngd正式",
"scenes": [
{
"url": "db://assets/Start/Start.scene",
"uuid": "9e293cde-e27b-4902-808b-e884f3e9da32"
},
{
"url": "db://assets/Bundles/GuideScene/GuideScene.scene",
"uuid": "5d6e4c61-d0d4-48df-a049-e0eb6fcaa065",
"bundle": "db://assets/Bundles/GuideScene"
},
{
"url": "db://assets/Bundles/HomeScene/HomeScene.scene",
"uuid": "04224ebd-adcd-4112-8010-da14ed5ea48a",
"bundle": "db://assets/Bundles/HomeScene"
},
{
"url": "db://assets/Bundles/MainGame/GuideGame.scene",
"uuid": "7b5de2a0-8504-46ba-9019-37a3548ce8e1",
"bundle": "db://assets/Bundles/MainGame"
},
{
"url": "db://assets/Bundles/MainGame/MainGame.scene",
"uuid": "53947ca7-3484-4b53-800d-509405063d68",
"bundle": "db://assets/Bundles/MainGame"
}
],
"wasmCompressionMode": false,
"packages": {},
"__version__": "1.3.8",
"buildMode": "normal",
"logDest": "project://temp/builder/log/web-mobile2024-10-28 13-43.log"
},
"time": "2024-11-4 10:48:55",
"dirty": false
}
}
}
......
......@@ -26,6 +26,11 @@
"configID": "cbd2af",
"services": [],
"__version__": "3.0.7"
},
"1730094200503": {
"configID": "cbd2af",
"services": [],
"__version__": "3.0.7"
}
},
"__version__": "1.3.8"
......
......@@ -30,18 +30,27 @@
"accessKeyId": "LTAI5tApBGwYWaj6zLmKUaTJ",
"accessKeySecret": "W3OvCDpbE3ywMaQnTNWzySnhPRK1We",
"cdnDomain": "//gamification-cdn-sbx.tngdigital.com.my"
},
"1730094200503": {
"uploadDir": "TNGD_GAMES/Cave_Cruiser",
"cdnDomain": "//gamification-cdn.tngdigital.com.my",
"region": "oss-ap-southeast-3",
"bucket": "gamification-tngd",
"accessKeyId": "LTAI5tK1dV1rtYGUdFxur64Q",
"accessKeySecret": "OobYBYqes8mXpSz9wPWm8aCKRHgIGD",
"__version__": "1.0.0"
}
},
"__version__": "1.3.8",
"options": {
"web-mobile": {
"uploadDir": "TNGD_GAMES/Cave_Cruiser",
"__version__": "1.0.0",
"cdnDomain": "//gamification-cdn.tngdigital.com.my",
"region": "oss-ap-southeast-3",
"bucket": "sbx-gamification-tngd",
"accessKeyId": "LTAI5tApBGwYWaj6zLmKUaTJ",
"accessKeySecret": "W3OvCDpbE3ywMaQnTNWzySnhPRK1We",
"cdnDomain": "//gamification-cdn-sbx.tngdigital.com.my"
"bucket": "gamification-tngd",
"accessKeyId": "LTAI5tK1dV1rtYGUdFxur64Q",
"accessKeySecret": "OobYBYqes8mXpSz9wPWm8aCKRHgIGD",
"__version__": "1.0.0"
}
}
}
......
......@@ -15,6 +15,10 @@
"1727146301455": {
"cleanupImageCache": "inheritProjectSetting",
"__version__": "1.0.7"
},
"1730094200503": {
"cleanupImageCache": "inheritProjectSetting",
"__version__": "1.0.9"
}
},
"__version__": "1.3.8"
......
......@@ -10,9 +10,9 @@
"iconSize": 2,
"gridVisible": true,
"gridColor": [
166,
166,
166,
85,
85,
85,
255
],
"transformToolName": "position",
......@@ -1240,10 +1240,10 @@
},
"scale": 0.5631354733335618
},
"7b5de2a0-8504-46ba-9019-37a3548ce8e1": {
"58af8588-6a46-4cd2-a3e1-23f925f77095": {
"position": {
"x": -171.7155429491063,
"y": -106.18834707230917,
"x": 592.7949125560185,
"y": 1499.4722495739252,
"z": 5000
},
"rotation": {
......@@ -1258,17 +1258,17 @@
"z": 0
},
"contentRect": {
"x": -171.7155429491064,
"y": -106.18834707230899,
"width": 0,
"height": 0
"x": 592.7949125560185,
"y": 1499.472249573925,
"width": 230.81896551724137,
"height": 499.8
},
"scale": 0.22375626773199253
"scale": 0.4292443869716332
},
"58af8588-6a46-4cd2-a3e1-23f925f77095": {
"7b5de2a0-8504-46ba-9019-37a3548ce8e1": {
"position": {
"x": 592.7949125560185,
"y": 1499.4722495739252,
"x": -171.7155429491063,
"y": -106.18834707230917,
"z": 5000
},
"rotation": {
......@@ -1283,12 +1283,12 @@
"z": 0
},
"contentRect": {
"x": 592.7949125560185,
"y": 1499.472249573925,
"width": 230.81896551724137,
"height": 499.8
"x": -171.7155429491064,
"y": -106.18834707230899,
"width": 0,
"height": 0
},
"scale": 0.4292443869716332
"scale": 0.22375626773199253
}
},
"camera-uuids": [
......@@ -1340,8 +1340,8 @@
"0fe5b446-0dca-460d-99f1-cf13098f7777",
"9e293cde-e27b-4902-808b-e884f3e9da32",
"a4b435de-dc7c-4f0b-b968-e01f517eb7f6",
"7b5de2a0-8504-46ba-9019-37a3548ce8e1",
"58af8588-6a46-4cd2-a3e1-23f925f77095"
"58af8588-6a46-4cd2-a3e1-23f925f77095",
"7b5de2a0-8504-46ba-9019-37a3548ce8e1"
],
"camera": {
"color": [
......
......@@ -7,7 +7,7 @@
"coreJs": true
},
"buildPath": "project://build",
"outputName": "tngdTest",
"outputName": "tngdProd",
"mainBundleCompressionType": "merge_all_json",
"platform": "web-mobile",
"scenes": [
......@@ -36,7 +36,7 @@
"useSplashScreen": false,
"overwriteProjectSettings": {
"macroConfig": {
"cleanupImageCache": "inheritProjectSetting"
"cleanupImageCache": "inherit-project-setting"
}
}
},
......@@ -60,6 +60,12 @@
"embedWebDebugger": false,
"cullEngineAsmJsModule": false,
"__version__": "1.0.1"
},
"1730094200503": {
"orientation": "auto",
"embedWebDebugger": false,
"cullEngineAsmJsModule": false,
"__version__": "1.0.1"
}
},
"__version__": "1.3.8"
......
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