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
6a7f35fa
Commit
6a7f35fa
authored
Oct 09, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传
parent
777a9671
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
238 additions
and
233 deletions
+238
-233
index.html
build/tngdTest/index.html
+10
-10
packages.json
profiles/v2/editor/packages.json
+1
-1
builder.json
profiles/v2/packages/builder.json
+8
-3
reference-image.json
profiles/v2/packages/reference-image.json
+1
-1
scene.json
profiles/v2/packages/scene.json
+218
-218
No files found.
build/tngdTest/index.html
View file @
6a7f35fa
...
...
@@ -98,14 +98,14 @@
</style>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
type=
"text/javascript"
src=
"https://appx/web-view.min.js"
></script>
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/custom.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/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=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<!--<script src="https://gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<!--<script src="https://gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script
type=
"systemjs-importmap"
charset=
"utf-8"
>
{
"imports"
:{
"cc"
:
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/cocos-js/cc.js"
}}
{
"imports"
:{
"cc"
:
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/cocos-js/cc.js"
}}
</script>
<script>
System
.
import
(
'//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
profiles/v2/editor/packages.json
View file @
6a7f35fa
...
...
@@ -9,7 +9,7 @@
"8"
:
{
"3
\\
extension"
:
{
"name"
:
"extension"
,
"time"
:
17284
38098234
"time"
:
17284
66046551
}
}
}
...
...
profiles/v2/packages/builder.json
View file @
6a7f35fa
...
...
@@ -149,8 +149,8 @@
"progress"
:
1
,
"state"
:
"success"
,
"stage"
:
"build"
,
"message"
:
"2024-
9-27 16:52:49 build success in 38
s!"
,
"detailMessage"
:
"%c兑吧发布插件 >> 版本号:172
7427130542
\r
color: green
\r
"
,
"message"
:
"2024-
10-9 17:32:09 build success in 43
s!"
,
"detailMessage"
:
"%c兑吧发布插件 >> 版本号:172
8466285863
\r
color: green
\r
"
,
"options"
:
{
"name"
:
"cocos-template-3d"
,
"server"
:
""
,
...
...
@@ -206,6 +206,11 @@
"url"
:
"db://assets/Bundles/HomeScene/HomeScene.scene"
,
"uuid"
:
"04224ebd-adcd-4112-8010-da14ed5ea48a"
,
"bundle"
:
"db://assets/Bundles/HomeScene"
},
{
"url"
:
"db://assets/Bundles/MainGame/GuideGame.scene"
,
"uuid"
:
"7b5de2a0-8504-46ba-9019-37a3548ce8e1"
,
"bundle"
:
"db://assets/Bundles/MainGame"
}
],
"wasmCompressionMode"
:
false
,
...
...
@@ -214,7 +219,7 @@
"buildMode"
:
"normal"
,
"logDest"
:
"project://temp/builder/log/web-mobile1-15-2024 18-54.log"
},
"time"
:
"2024-
9-27 16:52:10
"
,
"time"
:
"2024-
10-9 17:31:25
"
,
"dirty"
:
false
}
}
...
...
profiles/v2/packages/reference-image.json
View file @
6a7f35fa
...
...
@@ -3,7 +3,7 @@
"config"
:
{
"images"
:
[],
"sceneUUID"
:
{},
"scene"
:
"
7b5de2a0-8504-46ba-9019-37a3548ce8e1
"
"scene"
:
"
9e293cde-e27b-4902-808b-e884f3e9da32
"
},
"show"
:
false
}
profiles/v2/packages/scene.json
View file @
6a7f35fa
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