Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhongyanshiguangbaogao
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
王剑锋
zhongyanshiguangbaogao
Commits
58ab45b2
Commit
58ab45b2
authored
Oct 15, 2025
by
wangjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first
parents
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
56 additions
and
0 deletions
+56
-0
project.settings.json
project.settings.json
+1
-0
index.html
public/index.html
+53
-0
spark.config.json
spark.config.json
+1
-0
tmp.txt
tmp.txt
+1
-0
No files found.
project.settings.json
0 → 100644
View file @
58ab45b2
{
"proSetting"
:{
"projectxIDs"
:{
"testId"
:[{
"label"
:
"test"
,
"value"
:
"pe6cad49f"
}],
"prodId"
:[]},
"skinVariables"
:[],
"mockSetting"
:{
"projectId"
:
""
,
"pageId"
:
""
}},
"envSetting"
:{},
"psdSetting"
:{
"psdFSSetting"
:
true
,
"psdCenterSetting"
:
true
}}
public/index.html
0 → 100644
View file @
58ab45b2
<!DOCTYPE html>
<html
lang=
"zh"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
中烟拾光报告
</title>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
/>
<meta
name=
"full-screen"
content=
"true"
/>
<meta
name=
"screen-orientation"
content=
"portrait"
/>
<meta
name=
"x5-fullscreen"
content=
"true"
/>
<meta
name=
"360-fullscreen"
content=
"true"
/>
<style>
html
,
body
{
padding
:
0
;
margin
:
0
;
border
:
0
;
width
:
100%
;
height
:
100%
;
overflow
:
hidden
;
position
:
absolute
;
background-color
:
#ffffff
;
}
</style>
</head>
<body>
<div
id=
"__loading__"
style=
"position:absolute;left:50%;top:50%;margin-left:-45px;color:#ffffff"
>
拼命加载中...
</div>
<div
id=
"cusEngine"
style=
"line-height:0;font-size:0;position: absolute;"
>
<canvas
id=
"canvas"
style=
"width: 100%;height: 100%"
></canvas>
</div>
<script>
"use strict"
;
window
.
addEventListener
(
"load"
,
function
()
{
//实例
let
main
=
new
Main
(
"https://yun.duiba.com.cn/db_games/zhongyanshiguang_baogao/1755064099993/resource"
)
//可预加载资源
main
.
preLoad
();
main
.
initStage
(
document
.
getElementById
(
"canvas"
)).
then
(()
=>
{
//加鼠标事件,
main
.
stage
.
addWebMouseEvent
();
//监听窗口尺寸改变
window
.
addEventListener
(
'resize'
,
function
()
{
main
.
stage
.
resize
()
});
})
})
</script>
<script
src=
"https://yun.duiba.com.cn/db_games/zhongyanshiguang_baogao/1755064099993/js/output.js"
crossorigin=
"anonymous"
></script>
</body>
</html>
\ No newline at end of file
spark.config.json
0 → 100644
View file @
58ab45b2
{
"proName"
:
"未命名项目"
,
"proDesc"
:
""
,
"proPath"
:
"D:
\\
kindof
\\
zhongyanshiguang"
,
"createTime"
:
1760515860390
}
tmp.txt
0 → 100644
View file @
58ab45b2
Active code page: 65001
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