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
12c6d3c9
Commit
12c6d3c9
authored
May 25, 2023
by
Friends233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文件上传
parent
0317dd2a
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4221 additions
and
1139 deletions
+4221
-1139
index.html
build/web-mobile/index.html
+3
-3
main.js
build/web-mobile/main.js
+2
-2
package-lock.json
package-lock.json
+3075
-0
upload.js
packages/duiba-publish/upload.js
+2
-2
yarn.lock
yarn.lock
+1139
-1132
No files found.
build/web-mobile/index.html
View file @
12c6d3c9
...
...
@@ -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/168501
3128603
/style-mobile.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://yun.duiba.com.cn/db_games/ccc_game/template/168501
5280786
/style-mobile.css"
/>
<style>
...
...
@@ -90,9 +90,9 @@
</div>
</div>
<script
src=
"https://yun.duiba.com.cn/db_games/ccc_game/template/168501
3128603
/src/settings.js"
charset=
"utf-8"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/ccc_game/template/168501
5280786
/src/settings.js"
charset=
"utf-8"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/ccc_game/template/168501
3128603
/main.js"
charset=
"utf-8"
></script>
<script
src=
"https://yun.duiba.com.cn/db_games/ccc_game/template/168501
5280786
/main.js"
charset=
"utf-8"
></script>
<script
type=
"text/javascript"
>
(
function
()
{
...
...
build/web-mobile/main.js
View file @
12c6d3c9
window
.
__remoteUrl__
=
"https://yun.duiba.com.cn/db_games/ccc_game/template/168501
3128603
/"
;
window
.
__remoteUrl__
=
"https://yun.duiba.com.cn/db_games/ccc_game/template/168501
5280786
/"
;
window
.
__remoteAssets__
=
window
.
__remoteUrl__
+
"assets/"
;
window
.
__version__
=
168501
3128603
;
window
.
__version__
=
168501
5280786
;
window
.
__ENV__
=
"prod"
;
window
.
boot
=
function
()
{
...
...
package-lock.json
0 → 100644
View file @
12c6d3c9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
packages/duiba-publish/upload.js
View file @
12c6d3c9
...
...
@@ -32,8 +32,8 @@ module.exports = class AutoUpload {
init
()
{
this
.
client
=
new
OSS
({
region
:
"oss-cn-hangzhou"
,
accessKeyId
:
"LTAI5t
AEU43ff2kFkrKRLnxG
"
,
accessKeySecret
:
"
2qQIPVT3Lgp72s8RShDlE4uVNqZWgy
"
,
accessKeyId
:
"LTAI5t
PUSSxgkEmKPAfVXUQQ
"
,
accessKeySecret
:
"
6sk3EDd1BYrXlAUoh8maMuN7hOMkh1
"
,
bucket
:
"duiba"
,
});
...
...
yarn.lock
View file @
12c6d3c9
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