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
030d44a4
Commit
030d44a4
authored
Sep 24, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传
parent
43263512
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
267 additions
and
162 deletions
+267
-162
index.html
build/tngdTest/index.html
+76
-11
ossInfo.txt
ossInfo.txt
+40
-0
packages.json
profiles/v2/editor/packages.json
+1
-1
builder.json
profiles/v2/packages/builder.json
+7
-7
reference-image.json
profiles/v2/packages/reference-image.json
+1
-1
scene.json
profiles/v2/packages/scene.json
+142
-142
No files found.
build/tngdTest/index.html
View file @
030d44a4
...
@@ -33,15 +33,80 @@
...
@@ -33,15 +33,80 @@
<!--<link rel="apple-touch-icon" href=".png" />-->
<!--<link rel="apple-touch-icon" href=".png" />-->
<!--<link rel="apple-touch-icon-precomposed" href=".png" />-->
<!--<link rel="apple-touch-icon-precomposed" href=".png" />-->
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/src/assets/plugin/zepto.min.js"
></script>
<style>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/src/assets/plugin/declare-process.js"
></script>
html
{
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
-ms-touch-action
:
none
;
}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/custom.css"
/>
body
,
canvas
,
div
{
display
:
block
;
outline
:
none
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
user-select
:
none
;
-moz-user-select
:
none
;
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
-khtml-user-select
:
none
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
}
/* Remove spin of input type number */
input
::-webkit-outer-spin-button
,
input
::-webkit-inner-spin-button
{
/*
display
:
none
;
<-
Crashes
Chrome
on
hover
*/
-webkit-appearance
:
none
;
margin
:
0
;
/*
<--
Apparently
some
margin
are
still
there
even
though
it's
hidden
*/
}
body
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
padding
:
0
;
border
:
0
;
margin
:
0
;
cursor
:
default
;
color
:
#888
;
background-color
:
white
;
text-align
:
center
;
font-family
:
Helvetica
,
Verdana
,
Arial
,
sans-serif
;
display
:
flex
;
flex-direction
:
column
;
}
canvas
{
background-color
:
rgba
(
0
,
0
,
0
,
0
);
}
#GameDiv
,
#Cocos3dGameContainer
,
#GameCanvas
{
width
:
100%
;
height
:
100%
;
}
:root
{
--safe-top
:
env
(
safe-area-inset-top
);
--safe-right
:
env
(
safe-area-inset-right
);
--safe-bottom
:
env
(
safe-area-inset-bottom
);
--safe-left
:
env
(
safe-area-inset-left
);
}
</style>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
type=
"text/javascript"
src=
"https://appx/web-view.min.js"
></script>
<script
type=
"text/javascript"
src=
"https://appx/web-view.min.js"
></script>
<!-- <link rel="stylesheet" type="text/css" href="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/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>
</head>
</head>
...
@@ -53,20 +118,20 @@
...
@@ -53,20 +118,20 @@
</div>
</div>
<!-- Polyfills bundle. -->
<!-- Polyfills bundle. -->
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
46301638
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
62339275
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<!-- SystemJS support. -->
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
46301638
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
62339275
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<!-- Import map -->
<!--<script src="https://gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
46301638
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<!--<script src="https://gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
62339275
/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"
:
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
46301638
/cocos-js/cc.js"
}}
{
"imports"
:{
"cc"
:
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
62339275
/cocos-js/cc.js"
}}
</script>
</script>
<script>
<script>
System
.
import
(
'//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
46301638
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
62339275
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
console
.
error
(
err
);
})
})
</script>
</script>
...
...
ossInfo.txt
0 → 100644
View file @
030d44a4
兑吧测试环境
AccessKey ID
LTAI5tFiyBroYqzgu6d6E3Sz
AccessKey Secret
aEpPaVnxnicK6iwzcJTUpzGhCghSt0
域名
//yun-duiba-credits-test.duibatest.com.cn
region
oss-cn-hangzhou
bucket
duiba-credits-test
TNGD测试环境
AccessKey ID
LTAI5tApBGwYWaj6zLmKUaTJ
AccessKey Secret
W3OvCDpbE3ywMaQnTNWzySnhPRK1We
域名
//gamification-sbx.tngdigital.com.my
region
oss-ap-southeast-3
bucket
sbx-gamification-tngd
TNGD_GAMES/Cave_Cruiser
profiles/v2/editor/packages.json
View file @
030d44a4
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
"8"
:
{
"8"
:
{
"3
\\
extension"
:
{
"3
\\
extension"
:
{
"name"
:
"extension"
,
"name"
:
"extension"
,
"time"
:
17271
57396945
"time"
:
17271
64844424
}
}
}
}
}
}
...
...
profiles/v2/packages/builder.json
View file @
030d44a4
...
@@ -144,8 +144,8 @@
...
@@ -144,8 +144,8 @@
"progress"
:
1
,
"progress"
:
1
,
"state"
:
"success"
,
"state"
:
"success"
,
"stage"
:
"build"
,
"stage"
:
"build"
,
"message"
:
"2024-9-24 1
0:52:09 build success in 28
s!"
,
"message"
:
"2024-9-24 1
5:19:28 build success in 29
s!"
,
"detailMessage"
:
"
%c兑吧发布插件 >> 版本号:1727146301638
\r
color: green
\r
"
,
"detailMessage"
:
"
builder:build-project-total (29408ms)
\r
"
,
"options"
:
{
"options"
:
{
"name"
:
"cocos-template-3d"
,
"name"
:
"cocos-template-3d"
,
"server"
:
""
,
"server"
:
""
,
...
@@ -193,14 +193,14 @@
...
@@ -193,14 +193,14 @@
"bundle"
:
"db://assets/Bundles/MainGame"
"bundle"
:
"db://assets/Bundles/MainGame"
},
},
{
{
"url"
:
"db://assets/
resourc
es/GuideScene/GuideScene.scene"
,
"url"
:
"db://assets/
Bundl
es/GuideScene/GuideScene.scene"
,
"uuid"
:
"5d6e4c61-d0d4-48df-a049-e0eb6fcaa065"
,
"uuid"
:
"5d6e4c61-d0d4-48df-a049-e0eb6fcaa065"
,
"bundle"
:
"db://assets/
resources
"
"bundle"
:
"db://assets/
Bundles/GuideScene
"
},
},
{
{
"url"
:
"db://assets/
resourc
es/HomeScene/HomeScene.scene"
,
"url"
:
"db://assets/
Bundl
es/HomeScene/HomeScene.scene"
,
"uuid"
:
"04224ebd-adcd-4112-8010-da14ed5ea48a"
,
"uuid"
:
"04224ebd-adcd-4112-8010-da14ed5ea48a"
,
"bundle"
:
"db://assets/
resources
"
"bundle"
:
"db://assets/
Bundles/HomeScene
"
}
}
],
],
"wasmCompressionMode"
:
false
,
"wasmCompressionMode"
:
false
,
...
@@ -209,7 +209,7 @@
...
@@ -209,7 +209,7 @@
"buildMode"
:
"normal"
,
"buildMode"
:
"normal"
,
"logDest"
:
"project://temp/builder/log/web-mobile1-15-2024 18-54.log"
"logDest"
:
"project://temp/builder/log/web-mobile1-15-2024 18-54.log"
},
},
"time"
:
"2024-9-24 1
0:51:41
"
,
"time"
:
"2024-9-24 1
5:18:58
"
,
"dirty"
:
false
"dirty"
:
false
}
}
}
}
...
...
profiles/v2/packages/reference-image.json
View file @
030d44a4
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"config"
:
{
"config"
:
{
"images"
:
[],
"images"
:
[],
"sceneUUID"
:
{},
"sceneUUID"
:
{},
"scene"
:
"
1ce93d96-f621-4162-9f51-fbfb066ca23
8"
"scene"
:
"
53947ca7-3484-4b53-800d-509405063d6
8"
},
},
"show"
:
false
"show"
:
false
}
}
profiles/v2/packages/scene.json
View file @
030d44a4
This diff is collapsed.
Click to expand it.
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