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
fb62e176
authored
Aug 31, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1c94f6ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
.idea/workspace.xml
+10
-10
Public/static/js/index.js
+2
-2
No files found.
.idea/workspace.xml
View file @
fb62e176
...
...
@@ -104,10 +104,10 @@
<file
leaf-file-name=
"index.js"
pinned=
"false"
current-in-tab=
"true"
>
<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=
"392"
column=
"4
5"
lean-forward=
"false"
selection-start-line=
"392"
selection-start-column=
"45"
selection-end-line=
"392"
selection-end-column=
"45
"
/>
<state
relative-caret-position=
"
209
"
>
<caret
line=
"392"
column=
"4
7"
lean-forward=
"false"
selection-start-line=
"392"
selection-start-column=
"47"
selection-end-line=
"392"
selection-end-column=
"47
"
/>
<folding>
<marker
date=
"1567183
121000"
expanded=
"true"
signature=
"11586:11600
"
ph=
"{...}"
/>
<marker
date=
"1567183
213000"
expanded=
"true"
signature=
"11588:11602
"
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=
"12
13
000"
/>
<workItem
from=
"1567181764126"
duration=
"12
87
000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"63
395
000"
/>
<option
name=
"totallyTimeSpent"
value=
"63
469
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=
"1567183
121000"
expanded=
"true"
signature=
"11586:11600
"
ph=
"{...}"
/>
<marker
date=
"1567183
213000"
expanded=
"true"
signature=
"11588:11602
"
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=
"1567183
121000"
expanded=
"true"
signature=
"11586:11600
"
ph=
"{...}"
/>
<marker
date=
"1567183
213000"
expanded=
"true"
signature=
"11588:11602
"
ph=
"{...}"
/>
</folding>
</state>
</provider>
...
...
@@ -930,10 +930,10 @@
</entry>
<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=
"392"
column=
"4
5"
lean-forward=
"false"
selection-start-line=
"392"
selection-start-column=
"45"
selection-end-line=
"392"
selection-end-column=
"45
"
/>
<state
relative-caret-position=
"
209
"
>
<caret
line=
"392"
column=
"4
7"
lean-forward=
"false"
selection-start-line=
"392"
selection-start-column=
"47"
selection-end-line=
"392"
selection-end-column=
"47
"
/>
<folding>
<marker
date=
"1567183
121000"
expanded=
"true"
signature=
"11586:11600
"
ph=
"{...}"
/>
<marker
date=
"1567183
213000"
expanded=
"true"
signature=
"11588:11602
"
ph=
"{...}"
/>
</folding>
</state>
</provider>
...
...
Public/static/js/index.js
View file @
fb62e176
...
...
@@ -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
,
4
);
ctx
.
drawImage
(
cover_four
,
-
10
,
1
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
,
-
2
,
4
);
ctx
.
drawImage
(
cover_four
,
-
10
,
1
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