Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
dencare-game
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1c94f6ac
authored
Aug 31, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
730be900
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
.idea/workspace.xml
+8
-8
Public/static/js/index.js
+2
-2
No files found.
.idea/workspace.xml
View file @
1c94f6ac
...
...
@@ -105,9 +105,9 @@
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"323"
>
<caret
line=
"39
3"
column=
"32"
lean-forward=
"false"
selection-start-line=
"393"
selection-start-column=
"32"
selection-end-line=
"393"
selection-end-column=
"32
"
/>
<caret
line=
"39
2"
column=
"45"
lean-forward=
"false"
selection-start-line=
"392"
selection-start-column=
"45"
selection-end-line=
"392"
selection-end-column=
"45
"
/>
<folding>
<marker
date=
"156718
2754000"
expanded=
"true"
signature=
"11585:11599
"
ph=
"{...}"
/>
<marker
date=
"156718
3121000"
expanded=
"true"
signature=
"11586:11600
"
ph=
"{...}"
/>
</folding>
</state>
</provider>
...
...
@@ -542,12 +542,12 @@
<updated>
1566667513502
</updated>
<workItem
from=
"1566667516612"
duration=
"55749000"
/>
<workItem
from=
"1567098016695"
duration=
"6433000"
/>
<workItem
from=
"1567181764126"
duration=
"
980
000"
/>
<workItem
from=
"1567181764126"
duration=
"
1213
000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"63
162
000"
/>
<option
name=
"totallyTimeSpent"
value=
"63
395
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"0"
y=
"23"
width=
"1440"
height=
"815"
extended-state=
"6"
/>
...
...
@@ -686,7 +686,7 @@
<state
relative-caret-position=
"3515"
>
<caret
line=
"185"
column=
"22"
lean-forward=
"false"
selection-start-line=
"185"
selection-start-column=
"22"
selection-end-line=
"185"
selection-end-column=
"22"
/>
<folding>
<marker
date=
"156718
2754000"
expanded=
"true"
signature=
"11585:11599
"
ph=
"{...}"
/>
<marker
date=
"156718
3121000"
expanded=
"true"
signature=
"11586:11600
"
ph=
"{...}"
/>
</folding>
</state>
</provider>
...
...
@@ -787,7 +787,7 @@
<state
relative-caret-position=
"7486"
>
<caret
line=
"394"
column=
"32"
lean-forward=
"false"
selection-start-line=
"394"
selection-start-column=
"32"
selection-end-line=
"394"
selection-end-column=
"32"
/>
<folding>
<marker
date=
"156718
2754000"
expanded=
"true"
signature=
"11585:11599
"
ph=
"{...}"
/>
<marker
date=
"156718
3121000"
expanded=
"true"
signature=
"11586:11600
"
ph=
"{...}"
/>
</folding>
</state>
</provider>
...
...
@@ -931,9 +931,9 @@
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"323"
>
<caret
line=
"39
3"
column=
"32"
lean-forward=
"false"
selection-start-line=
"393"
selection-start-column=
"32"
selection-end-line=
"393"
selection-end-column=
"32
"
/>
<caret
line=
"39
2"
column=
"45"
lean-forward=
"false"
selection-start-line=
"392"
selection-start-column=
"45"
selection-end-line=
"392"
selection-end-column=
"45
"
/>
<folding>
<marker
date=
"156718
2754000"
expanded=
"true"
signature=
"11585:11599
"
ph=
"{...}"
/>
<marker
date=
"156718
3121000"
expanded=
"true"
signature=
"11586:11600
"
ph=
"{...}"
/>
</folding>
</state>
</provider>
...
...
Public/static/js/index.js
View file @
1c94f6ac
...
...
@@ -390,7 +390,7 @@ function mergeImage_two(url) {
cover_three
.
height
=
850
;
var
ctx
=
tmp
.
getContext
(
'2d'
);
ctx
.
drawImage
(
cover_three
,
0
,
0
);
ctx
.
drawImage
(
cover_four
,
2
,
2
);
ctx
.
drawImage
(
cover_four
,
-
2
,
4
);
setTimeout
(
function
()
{
$
(
'.h-b'
).
attr
(
'src'
,
tmp
.
toDataURL
(
'image/png'
,
0.5
));
...
...
@@ -414,7 +414,7 @@ function mergeImage_two(url) {
cover_three
.
height
=
850
;
var
ctx
=
tmp
.
getContext
(
'2d'
);
ctx
.
drawImage
(
cover_three
,
0
,
0
);
ctx
.
drawImage
(
cover_four
,
0
,
0
);
ctx
.
drawImage
(
cover_four
,
-
2
,
4
);
setTimeout
(
function
()
{
$
(
'.h-b'
).
attr
(
'src'
,
tmp
.
toDataURL
(
'image/png'
,
0.5
));
...
...
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