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
876187c6
Commit
876187c6
authored
Oct 21, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传
parent
851e038d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
27 deletions
+33
-27
Start.ts
assets/Start/Start.ts
+6
-0
index.html
build/dbTest/index.html
+10
-10
index.html
build/tngdTest/index.html
+10
-10
packages.json
profiles/v2/editor/packages.json
+1
-1
builder.json
profiles/v2/packages/builder.json
+6
-6
No files found.
assets/Start/Start.ts
View file @
876187c6
...
...
@@ -110,6 +110,9 @@ export class Start extends Component {
if
(
!
authCode
)
{
showToast
(
"Authorization failure"
);
this
.
scheduleOnce
(()
=>
{
popWindow
();
},
2
);
return
;
}
...
...
@@ -120,6 +123,9 @@ export class Start extends Component {
if
(
!
success
)
{
showToast
(
"Authorization failure"
);
this
.
scheduleOnce
(()
=>
{
popWindow
();
},
2
);
return
;
}
}
...
...
build/dbTest/index.html
View file @
876187c6
...
...
@@ -98,14 +98,14 @@
</style>
<script
src=
"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
0457839
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
0457839
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
0457839
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
9732420
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
9732420
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
9732420
/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="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
0457839
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
0457839
/custom.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
9732420
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
9732420
/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-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
0457839
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
9732420
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
0457839
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
9732420
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<!--<script src="https://yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
0457839
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<!--<script src="https://yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
9732420
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script
type=
"systemjs-importmap"
charset=
"utf-8"
>
{
"imports"
:{
"cc"
:
"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
0457839
/cocos-js/cc.js"
}}
{
"imports"
:{
"cc"
:
"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
9732420
/cocos-js/cc.js"
}}
</script>
<script>
System
.
import
(
'//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
0457839
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/Cave_Cruiser/172949
9732420
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
build/tngdTest/index.html
View file @
876187c6
...
...
@@ -98,14 +98,14 @@
</style>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
0490763
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
0490763
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
0490763
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
9881278
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
9881278
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
9881278
/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/172949
0490763
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
0490763
/custom.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
9881278
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
9881278
/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/172949
0490763
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
9881278
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
0490763
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
9881278
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<!--<script src="https://gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
0490763
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<!--<script src="https://gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
9881278
/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/172949
0490763
/cocos-js/cc.js"
}}
{
"imports"
:{
"cc"
:
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
9881278
/cocos-js/cc.js"
}}
</script>
<script>
System
.
import
(
'//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
0490763
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172949
9881278
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
profiles/v2/editor/packages.json
View file @
876187c6
...
...
@@ -9,7 +9,7 @@
"8"
:
{
"3
\\
extension"
:
{
"name"
:
"extension"
,
"time"
:
172949
542985
9
"time"
:
172949
853771
9
}
}
}
...
...
profiles/v2/packages/builder.json
View file @
876187c6
...
...
@@ -70,8 +70,8 @@
"progress"
:
1
,
"state"
:
"success"
,
"stage"
:
"build"
,
"message"
:
"2024-10-21 1
4:01:29 build success in 32
s!"
,
"detailMessage"
:
"
%c兑吧发布插件 >> 版本号:1729490457839
\r
color: green
\r
"
,
"message"
:
"2024-10-21 1
6:38:00 build success in 2 min 28
s!"
,
"detailMessage"
:
"
refresh db internal success
\r
"
,
"options"
:
{
"name"
:
"cocos-template-3d"
,
"server"
:
""
,
...
...
@@ -140,7 +140,7 @@
"nativeCodeBundleMode"
:
"both"
,
"wasmCompressionMode"
:
false
},
"time"
:
"2024-10-21 1
4:00:57
"
,
"time"
:
"2024-10-21 1
6:35:32
"
,
"dirty"
:
false
},
"1727146301455"
:
{
...
...
@@ -149,8 +149,8 @@
"progress"
:
1
,
"state"
:
"success"
,
"stage"
:
"build"
,
"message"
:
"2024-10-21 1
4:02:06 build success in 35
s!"
,
"detailMessage"
:
"%c兑吧发布插件 >> 版本号:172949
0490763
\r
color: green
\r
"
,
"message"
:
"2024-10-21 1
6:40:58 build success in 2 min 57
s!"
,
"detailMessage"
:
"%c兑吧发布插件 >> 版本号:172949
9881278
\r
color: green
\r
"
,
"options"
:
{
"name"
:
"cocos-template-3d"
,
"server"
:
""
,
...
...
@@ -219,7 +219,7 @@
"buildMode"
:
"normal"
,
"logDest"
:
"project://temp/builder/log/web-mobile1-15-2024 18-54.log"
},
"time"
:
"2024-10-21 1
4:01:30
"
,
"time"
:
"2024-10-21 1
6:38:01
"
,
"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