Commit 4893441b authored by haiyoucuv's avatar haiyoucuv

修复埋点问题

parent 6a380a78
...@@ -489,7 +489,7 @@ export function sendLog(type: LOG_TYPE | 'exposure' | 'click', area: number, dpm ...@@ -489,7 +489,7 @@ export function sendLog(type: LOG_TYPE | 'exposure' | 'click', area: number, dpm
let isExposure = (type == LOG_TYPE.EXPOSURE); let isExposure = (type == LOG_TYPE.EXPOSURE);
if (isExposure) { if (isExposure) {
//曝光 //曝光
jsonp('//embedlog.duiba.com.cn/exposure/standard', params); jsonp('/exposure/standard', params);
} else { } else {
//点击 //点击
jsonp('/log/click', params); jsonp('/log/click', params);
......
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
"_priority": 65535, "_priority": 65535,
"_fov": 45, "_fov": 45,
"_fovAxis": 0, "_fovAxis": 0,
"_orthoHeight": 486.8682328907048, "_orthoHeight": 662.1238938053098,
"_near": 1, "_near": 1,
"_far": 2000, "_far": 2000,
"_color": { "_color": {
......
...@@ -98,14 +98,14 @@ ...@@ -98,14 +98,14 @@
</style> </style>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1739002769594/src/assets/plugin/zepto.min.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1742373370863/src/assets/plugin/zepto.min.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1739002769594/src/assets/plugin/declare-process.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1742373370863/src/assets/plugin/declare-process.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1739002769594/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1742373370863/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1739002769594/src/assets/plugin/jszip.min.v3.10.1.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1742373370863/src/assets/plugin/jszip.min.v3.10.1.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1739002769594/src/assets/plugin/rem.min.js"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1742373370863/src/assets/plugin/rem.min.js"></script>
<script src="//res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> <script src="//res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1739002769594/style.css" />--> <!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1742373370863/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1739002769594/custom.css" />--> <!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1742373370863/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>-->
...@@ -118,20 +118,20 @@ ...@@ -118,20 +118,20 @@
</div> </div>
<!-- Polyfills bundle. --> <!-- Polyfills bundle. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1739002769594/src/polyfills.bundle.js" charset="utf-8"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1742373370863/src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. --> <!-- SystemJS support. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1739002769594/src/system.bundle.js" charset="utf-8"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1742373370863/src/system.bundle.js" charset="utf-8"></script>
<!-- Import map --> <!-- Import map -->
<!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/1739002769594/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>--> <!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/1742373370863/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":"//yun.duiba.com.cn/db_games/ccc_game/template3d/1739002769594/cocos-js/cc.js"}} {"imports":{"cc":"//yun.duiba.com.cn/db_games/ccc_game/template3d/1742373370863/cocos-js/cc.js"}}
</script> </script>
<script> <script>
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1739002769594/index.js').catch(function (err) { System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1742373370863/index.js').catch(function (err) {
console.error(err); console.error(err);
}) })
</script> </script>
......
This diff is collapsed.
This diff is collapsed.
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"port": 7456 "port": 7456
}, },
"creator": { "creator": {
"version": "3.8.4", "version": "3.8.5",
"registry": { "registry": {
"remote": {} "remote": {}
}, },
......
{ {
"__version__": "1.3.8", "__version__": "1.3.9",
"log": { "log": {
"level": 4 "level": 4
}, },
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
"progress": 1, "progress": 1,
"state": "success", "state": "success",
"stage": "build", "stage": "build",
"message": "2025-2-8 16:20:49 build success in 1 min 20 s!", "message": "2025-3-19 16:37:39 build success in 1 min 28 s!",
"detailMessage": "builder:build-project-total (79890ms)\r", "detailMessage": "%c兑吧发布插件 >> 版本号:1742373370863\rcolor: green\r",
"options": { "options": {
"name": "cocos-template-3d", "name": "cocos-template-3d",
"server": "", "server": "",
...@@ -107,9 +107,12 @@ ...@@ -107,9 +107,12 @@
"wasmCompressionMode": false, "wasmCompressionMode": false,
"packages": {}, "packages": {},
"__version__": "1.3.8", "__version__": "1.3.8",
"logDest": "project://temp/builder/log/web-mobile2024-11-6 15-39.log" "logDest": "project://temp/builder/log/web-mobile2024-11-6 15-39.log",
"buildMode": "normal",
"mangleProperties": false,
"inlineEnum": true
}, },
"time": "2025-2-8 16:19:29", "time": "2025-3-19 16:36:10",
"dirty": false "dirty": false
} }
} }
......
...@@ -38,6 +38,6 @@ ...@@ -38,6 +38,6 @@
"useJsEncryption": true "useJsEncryption": true
} }
}, },
"__version__": "1.3.8" "__version__": "1.3.9"
} }
} }
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
"__version__": "1.0.1" "__version__": "1.0.1"
} }
}, },
"__version__": "1.3.8", "__version__": "1.3.9",
"options": { "options": {
"web-mobile": { "web-mobile": {
"useWebGPU": false, "useWebGPU": false,
......
{
"__version__": "1.0.1",
"enableAdsense": false
}
{ {
"__version__": "1.3.8", "__version__": "1.3.9",
"bundleConfig": { "bundleConfig": {
"custom": { "custom": {
"default": { "default": {
......
{ {
"__version__": "3.0.7", "__version__": "3.0.8",
"game": { "game": {
"name": "未知游戏", "name": "未知游戏",
"app_id": "UNKNOW", "app_id": "UNKNOW",
......
...@@ -40,27 +40,58 @@ ...@@ -40,27 +40,58 @@
}, },
"physics": { "physics": {
"_value": false, "_value": false,
"_option": "physics-builtin" "_option": "physics-builtin",
"_flags": {
"physics-ammo": {
"LOAD_BULLET_MANUALLY": false
},
"physics-physx": {
"LOAD_PHYSX_MANUALLY": false
}
}
}, },
"physics-ammo": { "physics-ammo": {
"_value": "physics-ammo" "_value": "physics-ammo",
"_flags": {
"physics-ammo": {
"LOAD_BULLET_MANUALLY": false
}
}
}, },
"physics-cannon": { "physics-cannon": {
"_value": "physics-cannon" "_value": "physics-cannon"
}, },
"physics-physx": { "physics-physx": {
"_value": "physics-physx" "_value": "physics-physx",
"_flags": {
"physics-physx": {
"LOAD_PHYSX_MANUALLY": false
}
}
}, },
"physics-builtin": { "physics-builtin": {
"_value": "physics-builtin" "_value": "physics-builtin"
}, },
"physics-2d": { "physics-2d": {
"_value": true, "_value": true,
"_option": "physics-2d-builtin" "_option": "physics-2d-builtin",
"_flags": {
"physics-2d-box2d-wasm": {
"LOAD_BOX2D_MANUALLY": false
}
}
}, },
"physics-2d-box2d": { "physics-2d-box2d": {
"_value": "physics-2d-box2d" "_value": "physics-2d-box2d"
}, },
"physics-2d-box2d-wasm": {
"_value": false,
"_flags": {
"physics-2d-box2d-wasm": {
"LOAD_BOX2D_MANUALLY": false
}
}
},
"physics-2d-builtin": { "physics-2d-builtin": {
"_value": "physics-2d-builtin" "_value": "physics-2d-builtin"
}, },
...@@ -112,9 +143,17 @@ ...@@ -112,9 +143,17 @@
"tiled-map": { "tiled-map": {
"_value": false "_value": false
}, },
"spine": { "vendor-google": {
"_value": false "_value": false
}, },
"spine": {
"_value": false,
"_flags": {
"spine": {
"LOAD_SPINE_MANUALLY": false
}
}
},
"dragon-bones": { "dragon-bones": {
"_value": false "_value": false
}, },
......
{ {
"__version__": "1.0.1", "__version__": "1.0.2",
"current-scene": "9e293cde-e27b-4902-808b-e884f3e9da32" "current-scene": "9e293cde-e27b-4902-808b-e884f3e9da32"
} }
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