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
eeb892c8
authored
Aug 31, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
cd2f19c4
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 @
eeb892c8
...
...
@@ -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=
"5
32
"
>
<caret
line=
"
412"
column=
"42"
lean-forward=
"false"
selection-start-line=
"412"
selection-start-column=
"42"
selection-end-line=
"412"
selection-end-column=
"42
"
/>
<state
relative-caret-position=
"5
7
"
>
<caret
line=
"
393"
column=
"67"
lean-forward=
"false"
selection-start-line=
"393"
selection-start-column=
"67"
selection-end-line=
"393"
selection-end-column=
"67
"
/>
<folding>
<marker
date=
"1567182
511000"
expanded=
"true"
signature=
"11519:11533
"
ph=
"{...}"
/>
<marker
date=
"1567182
623000"
expanded=
"true"
signature=
"11518:11532
"
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=
"
718
000"
/>
<workItem
from=
"1567181764126"
duration=
"
822
000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"6
2900
000"
/>
<option
name=
"totallyTimeSpent"
value=
"6
3004
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=
"1567182
511000"
expanded=
"true"
signature=
"11519:11533
"
ph=
"{...}"
/>
<marker
date=
"1567182
623000"
expanded=
"true"
signature=
"11518:11532
"
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=
"1567182
511000"
expanded=
"true"
signature=
"11519:11533
"
ph=
"{...}"
/>
<marker
date=
"1567182
623000"
expanded=
"true"
signature=
"11518:11532
"
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=
"5
32
"
>
<caret
line=
"
412"
column=
"42"
lean-forward=
"false"
selection-start-line=
"412"
selection-start-column=
"42"
selection-end-line=
"412"
selection-end-column=
"42
"
/>
<state
relative-caret-position=
"5
7
"
>
<caret
line=
"
393"
column=
"67"
lean-forward=
"false"
selection-start-line=
"393"
selection-start-column=
"67"
selection-end-line=
"393"
selection-end-column=
"67
"
/>
<folding>
<marker
date=
"1567182
511000"
expanded=
"true"
signature=
"11519:11533
"
ph=
"{...}"
/>
<marker
date=
"1567182
623000"
expanded=
"true"
signature=
"11518:11532
"
ph=
"{...}"
/>
</folding>
</state>
</provider>
...
...
Public/static/js/index.js
View file @
eeb892c8
...
...
@@ -391,7 +391,7 @@ function mergeImage_two(url) {
ctx
.
drawImage
(
cover_four
,
2
,
2
);
setTimeout
(
function
()
{
$
(
'.h-b'
).
attr
(
'src'
,
tmp
.
toDataURL
(
'image/png'
,
0.5
));
$
(
'.h-b'
).
attr
(
'src'
,
tmp
.
toDataURL
(
'image/png'
,
0.5
));
$
(
'.page-x-z'
).
hide
();
$
(
'.page-s-c'
).
show
();
$
(
'.page_checking'
).
hide
()
...
...
@@ -413,7 +413,7 @@ function mergeImage_two(url) {
ctx
.
drawImage
(
cover_four
,
0
,
0
);
setTimeout
(
function
()
{
$
(
'.h-b'
).
attr
(
'src'
,
tmp
.
toDataURL
(
'image/
jpe
g'
,
0.5
));
$
(
'.h-b'
).
attr
(
'src'
,
tmp
.
toDataURL
(
'image/
pn
g'
,
0.5
));
$
(
'.page-x-z'
).
hide
();
$
(
'.page-s-c'
).
show
();
$
(
'.page_checking'
).
hide
()
...
...
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