Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
middleLayer_for_jxw_demo_mzTest
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
middleLayer_for_jxw_demo_mzTest
Commits
06843e90
Commit
06843e90
authored
Sep 08, 2025
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: debug
parent
4d911608
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
836 additions
and
17 deletions
+836
-17
middleLayer_for_jxw_demo_mzTest.meta
assets/middleLayer_for_jxw_demo_mzTest.meta
+1
-15
gamecenter.ts
...eLayer_for_jxw_demo_mzTest/pages/gamecenter/gamecenter.ts
+0
-1
buildCocos.js
bin/buildCocos.js
+1
-1
yarn.lock
yarn.lock
+834
-0
No files found.
assets/middleLayer_for_jxw_demo_mzTest.meta
View file @
06843e90
{
{"ver":"1.1.2","uuid":"c35bb2f6-f24a-4850-ae44-643f2fdc7541","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
"ver": "1.1.2",
\ No newline at end of file
"uuid": "c35bb2f6-f24a-4850-ae44-643f2fdc7541",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
assets/middleLayer_for_jxw_demo_mzTest/pages/gamecenter/gamecenter.ts
View file @
06843e90
...
@@ -332,7 +332,6 @@ export default class GameCenter extends cc.Component {
...
@@ -332,7 +332,6 @@ export default class GameCenter extends cc.Component {
return
item
;
return
item
;
});
});
this
.
gameDataList
.
length
=
1
;
this
.
gameDataList
=
this
.
gameDataList
.
concat
(
notClickData
);
this
.
gameDataList
=
this
.
gameDataList
.
concat
(
notClickData
);
...
...
bin/buildCocos.js
View file @
06843e90
...
@@ -54,7 +54,7 @@ function execCmd(cmd, params, path) {
...
@@ -54,7 +54,7 @@ function execCmd(cmd, params, path) {
let
creatorBasePath
=
'
CocosCreator
'
;
let
creatorBasePath
=
'
CocosCreator
'
;
if
(
process
.
platform
!==
'
win32
'
)
{
if
(
process
.
platform
!==
'
win32
'
)
{
creatorBasePath
=
"
/Applications/Cocos
Creator
/Creator/2.4.5/CocosCreator.app/Contents/MacOS/CocosCreator
"
;
creatorBasePath
=
"
/Applications/Cocos/Creator/2.4.5/CocosCreator.app/Contents/MacOS/CocosCreator
"
;
}
}
const
buildCocos
=
function
(
args
)
{
const
buildCocos
=
function
(
args
)
{
return
new
Promise
((
resolve
,
reject
)
=>
{
return
new
Promise
((
resolve
,
reject
)
=>
{
...
...
yarn.lock
0 → 100644
View file @
06843e90
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