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
a48165f4
Commit
a48165f4
authored
Dec 26, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
d7a8ee92
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
29 deletions
+31
-29
HomeScene.scene
assets/Bundles/HomeScene/HomeScene.scene
+15
-13
HomeScene.ts
assets/Scripts/Scenes/HomeScene.ts
+1
-1
index.html
build/web-mobile/index.html
+12
-12
builder.json
profiles/v2/packages/builder.json
+3
-3
No files found.
assets/Bundles/HomeScene/HomeScene.scene
View file @
a48165f4
...
...
@@ -481,7 +481,7 @@
"y": -180,
"z": -12.000012657215834
},
"_id": "
bb/osmRalNO6xHG9WXFUDY
"
"_id": "
65ty5+g/pLaIgtWxEk41cN
"
},
{
"__type__": "cc.UITransform",
...
...
@@ -503,7 +503,7 @@
"x": 0,
"y": 1
},
"_id": "
d4pxB/b+lGU7Qr+H6dADy4
"
"_id": "
0bOA+ktUdJ0p1swQvTTu4I
"
},
{
"__type__": "cc.Sprite",
...
...
@@ -539,7 +539,7 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": "
7dYJFgIvZFvrrJBeLoUqMX
"
"_id": "
4dnDqI2ctCFa53Qrz7fIry
"
},
{
"__type__": "cc.Node",
...
...
@@ -587,7 +587,7 @@
"y": -180,
"z": -11.00000220913452
},
"_id": "
abBeSspQ9AS78NRFW+4BUn
"
"_id": "
85mVYY055Ns6w3RmK+j78c
"
},
{
"__type__": "cc.UITransform",
...
...
@@ -609,7 +609,7 @@
"x": 0,
"y": 1
},
"_id": "
0etSksQkVIuLH9evbsMhRW
"
"_id": "
72//QEyTJL44S//hjGcCT4
"
},
{
"__type__": "cc.Sprite",
...
...
@@ -645,7 +645,7 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": "c
bHiTCRbROTpQdPBuxUBUL
"
"_id": "c
60fkoctxNFrcT7rR8vjTu
"
},
{
"__type__": "cc.Node",
...
...
@@ -693,7 +693,7 @@
"y": -180,
"z": -64.00000614258742
},
"_id": "
172Kxu1EBLr7WubKFzthD8
"
"_id": "
fbAAfRylJG075l94R7N61B
"
},
{
"__type__": "cc.UITransform",
...
...
@@ -715,7 +715,7 @@
"x": 0,
"y": 1
},
"_id": "
7dlJ4+cClLyYzb3zXG1vU2
"
"_id": "
f48ShcJH9GnJOLIXZHc2Vl
"
},
{
"__type__": "cc.Sprite",
...
...
@@ -751,7 +751,7 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": "
800ijPzclFS7cSJSldzsAS
"
"_id": "
65MGKNruFBSZxwiYDad2LO
"
},
{
"__type__": "cc.Node",
...
...
@@ -799,7 +799,7 @@
"y": 180,
"z": 25.99999385741257
},
"_id": "
2aaxL4zdxF5b6xN6TlKGCx
"
"_id": "
bezbqA/F1CkaupntOiN21E
"
},
{
"__type__": "cc.UITransform",
...
...
@@ -821,7 +821,7 @@
"x": 0,
"y": 1
},
"_id": "
54s4PhCSxL3riWZqPeeNy1
"
"_id": "
acOJYcYxdK+okMdKwAibEq
"
},
{
"__type__": "cc.Sprite",
...
...
@@ -857,7 +857,7 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_id": "
803GXD+YlBd6MaEtO11lv8
"
"_id": "
b8MmL/nIdCC60hp6vJ8/sH
"
},
{
"__type__": "cc.UITransform",
...
...
@@ -7098,7 +7098,9 @@
"shareNode": {
"__id__": 165
},
"userInfo": null,
"userInfo": {
"__id__": 85
},
"userName": {
"__id__": 95
},
...
...
assets/Scripts/Scenes/HomeScene.ts
View file @
a48165f4
...
...
@@ -230,7 +230,7 @@ export class HomeScene extends Scene {
clickUserInfo
=
_asyncThrottle
(
async
()
=>
{
// @ts-ignore
wx
.
miniProgram
.
navigateTo
({
url
:
"package/pages/user-info/index"
,
url
:
"
/
package/pages/user-info/index"
,
success
:
(
res
)
=>
{
console
.
log
(
"成功"
,
res
);
},
...
...
build/web-mobile/index.html
View file @
a48165f4
...
...
@@ -98,14 +98,14 @@
</style>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
1841372
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
1841372
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
1841372
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
1841372
/src/assets/plugin/jszip.min.v3.10.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
1841372
/src/assets/plugin/rem.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
2238594
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
2238594
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
2238594
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
2238594
/src/assets/plugin/jszip.min.v3.10.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
2238594
/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/173520
1841372
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
1841372
/custom.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
2238594
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
2238594
/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/173520
1841372
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
2238594
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
1841372
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
2238594
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/173520
1841372
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/173520
2238594
/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/173520
1841372
/cocos-js/cc.js"
}}
{
"imports"
:{
"cc"
:
"//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
2238594
/cocos-js/cc.js"
}}
</script>
<script>
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
1841372
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/173520
2238594
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
profiles/v2/packages/builder.json
View file @
a48165f4
...
...
@@ -45,8 +45,8 @@
"progress"
:
1
,
"state"
:
"success"
,
"stage"
:
"build"
,
"message"
:
"2024-12-26 16:3
1:34 build success in 5
3 s!"
,
"detailMessage"
:
"
builder:build-project-total (53347ms)
\r
"
,
"message"
:
"2024-12-26 16:3
8:01 build success in 4
3 s!"
,
"detailMessage"
:
"
refresh db internal success
\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-26 16:3
0:41
"
,
"time"
:
"2024-12-26 16:3
7:18
"
,
"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