Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MingSnake_241120
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
MingSnake_241120
Commits
6160703e
Commit
6160703e
authored
Dec 11, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
04a5fae4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
18 deletions
+18
-18
index.html
build/web-mobile/index.html
+12
-12
startGame数据生成.mjs
preview-template/mock/game/startGame数据生成.mjs
+1
-1
builder.json
profiles/v2/packages/builder.json
+5
-5
No files found.
build/web-mobile/index.html
View file @
6160703e
...
...
@@ -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>
...
...
preview-template/mock/game/startGame数据生成.mjs
View file @
6160703e
...
...
@@ -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
},
...
...
profiles/v2/packages/builder.json
View file @
6160703e
...
...
@@ -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
}
}
...
...
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