Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Cocos-1010
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
等吃饭
Cocos-1010
Commits
e5de3cbc
Commit
e5de3cbc
authored
May 26, 2023
by
Friends233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新手引导结束
parent
4cde98f1
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
7 deletions
+9
-7
GameConfig.ts
assets/Script/Config/GameConfig.ts
+2
-1
GameScene.ts
assets/Script/GameScene.ts
+1
-0
08fed6e4f.json
build/web-mobile/assets/main/import/08/08fed6e4f.json
+1
-1
index.html
build/web-mobile/index.html
+3
-3
main.js
build/web-mobile/main.js
+2
-2
No files found.
assets/Script/Config/GameConfig.ts
View file @
e5de3cbc
...
...
@@ -19,7 +19,8 @@ export const CUSTOM_EVENT = {
CHECK_IS_SET
:
'CHECK_IS_SET'
,
/** 开始新手引导 */
START_GUIDE
:
'START_GUIDE'
,
/** 新手引导结束 */
GUIDE_OVER
:
'GUIDE_OVER'
,
}
export
const
Config
=
{
...
...
assets/Script/GameScene.ts
View file @
e5de3cbc
...
...
@@ -210,6 +210,7 @@ export default class GameScene extends cc.Component {
cc
.
find
(
'guideWrp/guide1'
,
this
.
node
).
active
=
false
const
blockManager
=
this
.
allBlcokManagerNode
[
0
].
getComponent
(
'blockManager'
)
blockManager
.
refreshMiniBlock
(
true
)
exportEvent
.
fire
(
CUSTOM_EVENT
.
GUIDE_OVER
)
}
}
...
...
build/web-mobile/assets/main/import/08/08fed6e4f.json
View file @
e5de3cbc
This diff is collapsed.
Click to expand it.
build/web-mobile/index.html
View file @
e5de3cbc
...
...
@@ -40,7 +40,7 @@
<!-- <script src="//yun.duiba.com.cn/db_games/libs0924/svgaParser.minWeb.js" crossorigin="anonymous"></script>-->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://yun.duiba.com.cn/db_games/ccc_game/template/16850
15280786
/style-mobile.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://yun.duiba.com.cn/db_games/ccc_game/template/16850
65659613
/style-mobile.css"
/>
<style>
...
...
@@ -90,9 +90,9 @@
</div>
</div>
<script
src=
"https://yun.duiba.com.cn/db_games/ccc_game/template/16850
15280786
/src/settings.js"
charset=
"utf-8"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/ccc_game/template/16850
65659613
/src/settings.js"
charset=
"utf-8"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/ccc_game/template/16850
15280786
/main.js"
charset=
"utf-8"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/ccc_game/template/16850
65659613
/main.js"
charset=
"utf-8"
></script>
<script
type=
"text/javascript"
>
(
function
()
{
...
...
build/web-mobile/main.js
View file @
e5de3cbc
window
.
__remoteUrl__
=
"https://yun.duiba.com.cn/db_games/ccc_game/template/16850
15280786
/"
;
window
.
__remoteUrl__
=
"https://yun.duiba.com.cn/db_games/ccc_game/template/16850
65659613
/"
;
window
.
__remoteAssets__
=
window
.
__remoteUrl__
+
"assets/"
;
window
.
__version__
=
16850
15280786
;
window
.
__version__
=
16850
65659613
;
window
.
__ENV__
=
"prod"
;
window
.
boot
=
function
()
{
...
...
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