Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
ZheShangBank_TaoQuan_20240612
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
ZheShangBank_TaoQuan_20240612
Commits
a3512d9f
Commit
a3512d9f
authored
Jul 31, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整理一下代码
parent
3cc4742a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
119 additions
and
133 deletions
+119
-133
Bg.png.meta
assets/resources/NoGetRankPrizePanel/img/Bg.png.meta
+2
-2
buildConfig_web-mobile.json
build-templates/buildConfig_web-mobile.json
+1
-1
index.html
build/web-mobile-001/index.html
+116
-130
No files found.
assets/resources/NoGetRankPrizePanel/img/Bg.png.meta
View file @
a3512d9f
...
...
@@ -11,7 +11,7 @@
"6c48a": {
"importer": "texture",
"uuid": "2ff03921-0804-417d-849d-93bf9a90c21e@6c48a",
"displayName": "
B
g",
"displayName": "
b
g",
"id": "6c48a",
"name": "texture",
"userData": {
...
...
@@ -35,7 +35,7 @@
"f9941": {
"importer": "sprite-frame",
"uuid": "2ff03921-0804-417d-849d-93bf9a90c21e@f9941",
"displayName": "
B
g",
"displayName": "
b
g",
"id": "f9941",
"name": "spriteFrame",
"userData": {
...
...
build-templates/buildConfig_web-mobile.json
View file @
a3512d9f
...
...
@@ -3,7 +3,7 @@
"server"
:
""
,
"platform"
:
"web-mobile"
,
"buildPath"
:
"project://build"
,
"debug"
:
tru
e
,
"debug"
:
fals
e
,
"md5Cache"
:
false
,
"skipCompressTexture"
:
false
,
"sourceMaps"
:
false
,
...
...
build/web-mobile-001/index.html
View file @
a3512d9f
...
...
@@ -4,21 +4,6 @@
<meta
charset=
"utf-8"
>
<title>
套圈挑战赛
</title>
<script
id=
"monitorjs"
src=
"//yun.duiba.com.cn/woodpecker/sdk/0.0.36/woodpecker_outer.js"
></script>
<script
id=
"registerMonitor"
>
// 烽火台注入前端监控脚本,请勿修改
try
{
woodpecker
.
setConfig
({
projectId
:
"p7bdf2f84"
,
developer
:
[
"fa17c4667c62b5ba014f382c0802a462"
],
});
}
catch
(
e
)
{
console
.
error
(
e
);
}
</script>
<!--http://www.html5rocks.com/en/mobile/mobifying/-->
<meta
name=
"viewport"
...
...
@@ -54,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/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
//yun.duiba.com.cn/db_games/ccc_game/template3d/1722406205524/style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
{{__remoteUrl__}}style.css"
/>
<style>
.sui-captcha
{
...
...
@@ -99,7 +84,8 @@
width
:
80%
;
}
</style>
</head>
</head>
<body>
<div
id=
"GameDiv"
cc_exact_fit_screen=
"true"
>
<div
id=
"Cocos3dGameContainer"
>
...
...
@@ -113,16 +99,16 @@
</script>
<!-- Polyfills bundle. -->
<script
src=
"
//yun.duiba.com.cn/db_games/ccc_game/template3d/1722406205524/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"
{{__remoteUrl__}}src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"
//yun.duiba.com.cn/db_games/ccc_game/template3d/1722406205524/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"
{{__remoteUrl__}}src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<script
src=
"
//yun.duiba.com.cn/db_games/ccc_game/template3d/1722406205524/src/import-map.json"
type=
"systemjs-importmap"
charset=
"utf-8"
></script>
<script
src=
"
{{__remoteUrl__}}src/import-map.json"
type=
"systemjs-importmap"
charset=
"utf-8"
></script>
<script>
System
.
import
(
'
//yun.duiba.com.cn/db_games/ccc_game/template3d/1722406205524/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'
{{__remoteUrl__}}index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
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