Commit 6160703e authored by haiyoucuv's avatar haiyoucuv

init

parent 04a5fae4
......@@ -98,14 +98,14 @@
</style>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1733908188142/src/assets/plugin/zepto.min.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1733908188142/src/assets/plugin/declare-process.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1733908188142/src/assets/plugin/SVGA.Lite.v2.1.1.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1733908188142/src/assets/plugin/jszip.min.v3.10.1.js"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1733908188142/src/assets/plugin/rem.min.js"></script>
<script src="{{__remoteUrl__}}src/assets/plugin/zepto.min.js"></script>
<script src="{{__remoteUrl__}}src/assets/plugin/declare-process.js"></script>
<script src="{{__remoteUrl__}}src/assets/plugin/SVGA.Lite.v2.1.1.js"></script>
<script src="{{__remoteUrl__}}src/assets/plugin/jszip.min.v3.10.1.js"></script>
<script src="{{__remoteUrl__}}src/assets/plugin/rem.min.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/1733908188142/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1733908188142/custom.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="{{__remoteUrl__}}style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="{{__remoteUrl__}}custom.css" />-->
<!-- <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script>-->
<!-- <script>eruda.init()</script>-->
......@@ -118,20 +118,20 @@
</div>
<!-- Polyfills bundle. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1733908188142/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/1733908188142/src/system.bundle.js" charset="utf-8"></script>
<script src="{{__remoteUrl__}}src/system.bundle.js" charset="utf-8"></script>
<!-- Import map -->
<!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/1733908188142/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<!--<script src="https:{{__remoteUrl__}}src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script type="systemjs-importmap" charset="utf-8">
{"imports":{"cc":"//yun.duiba.com.cn/db_games/ccc_game/template3d/1733908188142/cocos-js/cc.js"}}
{"imports":{"cc":"{{__remoteUrl__}}cocos-js/cc.js"}}
</script>
<script>
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1733908188142/index.js').catch(function (err) {
System.import('{{__remoteUrl__}}index.js').catch(function (err) {
console.error(err);
})
</script>
......
......@@ -52,7 +52,7 @@ const startInfo = {
limitLuckNum: 5, // 当日上限可获得福袋数
downArea: [3, 2, 1], // 掉落分布,集合,比如每日上限6个,这里配置返回1、2、3
currentAcquireNum: 3, // 当局剩余可获得福袋数,不包含accumulateLuckNum,当局累计获得福袋数量
currentStage: 2, // 当前应该进入的阶段(1-一阶段 2-二阶段 3-无尽模式)
currentStage: 3, // 当前应该进入的阶段(1-一阶段 2-二阶段 3-无尽模式)
spCardList: [ // 道具卡集合
{ spId: "sp_bag_silver", num: 1 },
{ spId: "sp_revival_card", num: 2 },
......
......@@ -42,11 +42,11 @@
"1730878748609": {
"type": "build",
"id": "1730878748609",
"progress": 1,
"state": "success",
"progress": 0.6545454545454545,
"state": "processing",
"stage": "build",
"message": "2024-12-11 17:11:28 build success in 1 min 40 s!",
"detailMessage": "Asset DB is resume!\r",
"message": "duiba-publish:(onAfterBuild) start...",
"detailMessage": "// ---- build task cocos-service:onAfterBuild ----\r",
"options": {
"name": "cocos-template-3d",
"server": "",
......@@ -109,7 +109,7 @@
"__version__": "1.3.8",
"logDest": "project://temp/builder/log/web-mobile2024-11-6 15-39.log"
},
"time": "2024-12-11 17:09:47",
"time": "2024-12-11 17:21:05",
"dirty": false
}
}
......
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