Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TNGD_CaveCruiser
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
TNGD_CaveCruiser
Commits
1e48c985
Commit
1e48c985
authored
Aug 16, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改
parent
839725e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
store.ts
assets/store/store.ts
+1
-1
index.html
build/web-mobile/index.html
+5
-5
index.do.json
preview-template/mock/game/index.do.json
+1
-1
No files found.
assets/store/store.ts
View file @
1e48c985
...
...
@@ -30,7 +30,7 @@ class Store {
actEndTimestamp
:
0
,
// 活动结束时间戳(精确到毫秒)
currentTimestamp
:
0
,
// 当前时间戳(精确到毫秒)
addDailyFreeTimes
:
0
,
// 本次访问新增每日免费游戏次数(为null或0表示本次访问没有新增)
leftTimes
:
0
,
// 剩余游戏次数
leftTimes
:
99999
,
// 剩余游戏次数 本活动不限制次数,所以默认值很大
newGuideFlag
:
0
,
// 新手引导标记(0-未引导,1-已引导)
}
...
...
build/web-mobile/index.html
View file @
1e48c985
...
...
@@ -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/172379
241586
9/style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172379
326149
9/style.css"
/>
<style>
.sui-captcha
{
...
...
@@ -168,16 +168,16 @@
</div>
<!-- Polyfills bundle. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172379
241586
9/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172379
326149
9/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172379
241586
9/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172379
326149
9/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172379
241586
9/src/import-map.json"
type=
"systemjs-importmap"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172379
326149
9/src/import-map.json"
type=
"systemjs-importmap"
charset=
"utf-8"
></script>
<script>
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/172379
241586
9/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/172379
326149
9/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
preview-template/mock/game/index.do.json
View file @
1e48c985
...
...
@@ -7,7 +7,7 @@
"actEndTimestamp"
:
1735660799000
,
"currentTimestamp"
:
1723000150448
,
"addDailyFreeTimes"
:
30
,
"leftTimes"
:
10
,
"leftTimes"
:
10
00
,
"newGuideFlag"
:
0
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment