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
be0ab010
Commit
be0ab010
authored
Aug 13, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整理代码1
parent
1bb15224
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
GameMgr.ts
assets/Scripts/GameMgr.ts
+1
-1
index.ejs
build-templates/web-mobile/index.ejs
+1
-1
index.html
build/web-mobile/index.html
+5
-5
project.settings.json
project.settings.json
+1
-1
spark.config.json
spark.config.json
+1
-1
No files found.
assets/Scripts/GameMgr.ts
View file @
be0ab010
...
@@ -33,7 +33,7 @@ export default class GameMgr {
...
@@ -33,7 +33,7 @@ export default class GameMgr {
* 开始游戏
* 开始游戏
*/
*/
async
start
()
{
async
start
()
{
const
{
success
,
data
}
=
await
sendWebNet
(
WebNetName
.
start
);
const
{
success
,
data
}
=
await
sendWebNet
WithToken
(
WebNetName
.
start
);
if
(
!
success
)
{
if
(
!
success
)
{
return
false
;
return
false
;
}
}
...
...
build-templates/web-mobile/index.ejs
View file @
be0ab010
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<title>
套圈挑战赛
</title>
<title>
合成大唱片
</title>
<!--http://www.html5rocks.com/en/mobile/mobifying/-->
<!--http://www.html5rocks.com/en/mobile/mobifying/-->
<meta
name=
"viewport"
<meta
name=
"viewport"
...
...
build/web-mobile/index.html
View file @
be0ab010
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<script
src=
"//yun.duiba.com.cn/polaris/SVGA.Lite.v2.1.1.d3a67cbc13c591c53c6f87ab34c57ce387010374.js"
crossorigin=
"anonymous"
></script>
<script
src=
"//yun.duiba.com.cn/polaris/SVGA.Lite.v2.1.1.d3a67cbc13c591c53c6f87ab34c57ce387010374.js"
crossorigin=
"anonymous"
></script>
<script
src=
"//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"
></script>
<script
src=
"//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
2502435064
/style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
3514774737
/style.css"
/>
<style>
<style>
.sui-captcha
{
.sui-captcha
{
...
@@ -99,16 +99,16 @@
...
@@ -99,16 +99,16 @@
</script>
</script>
<!-- Polyfills bundle. -->
<!-- Polyfills bundle. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
2502435064
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
3514774737
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<!-- SystemJS support. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
2502435064
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
3514774737
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<!-- Import map -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
2502435064
/src/import-map.json"
type=
"systemjs-importmap"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
3514774737
/src/import-map.json"
type=
"systemjs-importmap"
charset=
"utf-8"
></script>
<script>
<script>
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/172
2502435064
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/172
3514774737
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
console
.
error
(
err
);
})
})
</script>
</script>
...
...
project.settings.json
View file @
be0ab010
{
"proSetting"
:{
"projectxIDs"
:{
"devId"
:[],
"testId"
:[{
"label"
:
"test"
,
"value"
:
"p
a7410987"
}],
"prodId"
:[{
"label"
:
"prodTest"
,
"value"
:
"pc9c1ee11"
},{
"label"
:
"prod"
,
"value"
:
"p7bdf2f84"
}
]},
"skinVariables"
:[],
"mockSetting"
:{
"projectId"
:
""
,
"pageId"
:
""
}},
"envSetting"
:{},
"psdSetting"
:{
"psdFSSetting"
:
true
,
"psdCenterSetting"
:
true
}}
{
"proSetting"
:{
"projectxIDs"
:{
"devId"
:[],
"testId"
:[{
"label"
:
"test"
,
"value"
:
"p
7139e1d5"
}],
"prodId"
:[
]},
"skinVariables"
:[],
"mockSetting"
:{
"projectId"
:
""
,
"pageId"
:
""
}},
"envSetting"
:{},
"psdSetting"
:{
"psdFSSetting"
:
true
,
"psdCenterSetting"
:
true
}}
spark.config.json
View file @
be0ab010
{
"proName"
:
"未命名项目"
,
"proDesc"
:
""
,
"proPath"
:
"E:
\\
Duiba
\\
project
\\
浙商银行
\\
20周年庆网金
\\
ZheShangBank_TaoQuan_20240612
"
,
"createTime"
:
1705297760786
}
{
"proName"
:
"未命名项目"
,
"proDesc"
:
""
,
"proPath"
:
"E:
\\
Duiba
\\
project
\\
网易云
\\
网易云合成大西瓜
"
,
"createTime"
:
1705297760786
}
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