Commit 1e48c985 authored by haiyoucuv's avatar haiyoucuv

更改

parent 839725e6
......@@ -30,7 +30,7 @@ class Store {
actEndTimestamp: 0, // 活动结束时间戳(精确到毫秒)
currentTimestamp: 0, // 当前时间戳(精确到毫秒)
addDailyFreeTimes: 0, // 本次访问新增每日免费游戏次数(为null或0表示本次访问没有新增)
leftTimes: 0, // 剩余游戏次数
leftTimes: 99999, // 剩余游戏次数 本活动不限制次数,所以默认值很大
newGuideFlag: 0, // 新手引导标记(0-未引导,1-已引导)
}
......
......@@ -57,7 +57,7 @@
<script src="//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"></script>
<script src="//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"></script>
<link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723792415869/style.css" />
<link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723793261499/style.css" />
<style>
.sui-captcha {
......@@ -168,16 +168,16 @@
</div>
<!-- Polyfills bundle. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723792415869/src/polyfills.bundle.js" charset="utf-8"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723793261499/src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723792415869/src/system.bundle.js" charset="utf-8"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723793261499/src/system.bundle.js" charset="utf-8"></script>
<!-- Import map -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723792415869/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1723793261499/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>
<script>
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1723792415869/index.js').catch(function (err) {
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1723793261499/index.js').catch(function (err) {
console.error(err);
})
</script>
......
......@@ -7,7 +7,7 @@
"actEndTimestamp": 1735660799000,
"currentTimestamp": 1723000150448,
"addDailyFreeTimes": 30,
"leftTimes": 10,
"leftTimes": 1000,
"newGuideFlag": 0
}
}
\ No newline at end of file
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