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
9c9890eb
authored
Aug 27, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
y
parent
ea9e712f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
.idea/workspace.xml
+6
-6
Public/static/js/index.js
+2
-2
No files found.
.idea/workspace.xml
View file @
9c9890eb
...
@@ -163,8 +163,8 @@
...
@@ -163,8 +163,8 @@
<file
leaf-file-name=
"index.js"
pinned=
"false"
current-in-tab=
"true"
>
<file
leaf-file-name=
"index.js"
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
429
"
>
<state
relative-caret-position=
"
201
"
>
<caret
line=
"3
81"
column=
"20"
lean-forward=
"true"
selection-start-line=
"381"
selection-start-column=
"20"
selection-end-line=
"381"
selection-end-column=
"20
"
/>
<caret
line=
"3
69"
column=
"27"
lean-forward=
"false"
selection-start-line=
"369"
selection-start-column=
"27"
selection-end-line=
"369"
selection-end-column=
"27
"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
...
@@ -585,12 +585,12 @@
...
@@ -585,12 +585,12 @@
<option
name=
"number"
value=
"Default"
/>
<option
name=
"number"
value=
"Default"
/>
<option
name=
"presentableId"
value=
"Default"
/>
<option
name=
"presentableId"
value=
"Default"
/>
<updated>
1566667513502
</updated>
<updated>
1566667513502
</updated>
<workItem
from=
"1566667516612"
duration=
"456
04
000"
/>
<workItem
from=
"1566667516612"
duration=
"456
47
000"
/>
</task>
</task>
<servers
/>
<servers
/>
</component>
</component>
<component
name=
"TimeTrackingManager"
>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"456
04
000"
/>
<option
name=
"totallyTimeSpent"
value=
"456
47
000"
/>
</component>
</component>
<component
name=
"ToolWindowManager"
>
<component
name=
"ToolWindowManager"
>
<frame
x=
"2"
y=
"23"
width=
"1440"
height=
"817"
extended-state=
"6"
/>
<frame
x=
"2"
y=
"23"
width=
"1440"
height=
"817"
extended-state=
"6"
/>
...
@@ -832,8 +832,8 @@
...
@@ -832,8 +832,8 @@
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
429
"
>
<state
relative-caret-position=
"
201
"
>
<caret
line=
"3
81"
column=
"20"
lean-forward=
"true"
selection-start-line=
"381"
selection-start-column=
"20"
selection-end-line=
"381"
selection-end-column=
"20
"
/>
<caret
line=
"3
69"
column=
"27"
lean-forward=
"false"
selection-start-line=
"369"
selection-start-column=
"27"
selection-end-line=
"369"
selection-end-column=
"27
"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
...
...
Public/static/js/index.js
View file @
9c9890eb
...
@@ -364,9 +364,9 @@ function mergeImage_two(url) {
...
@@ -364,9 +364,9 @@ function mergeImage_two(url) {
cover_four
.
src
=
url_two_t
;
cover_four
.
src
=
url_two_t
;
cover_three
.
src
=
url_three
;
cover_three
.
src
=
url_three
;
cover_three
.
onload
=
function
()
{
cover_three
.
onload
=
function
()
{
alert
(
1
)
//
alert(1)
cover_four
.
onload
=
function
()
{
cover_four
.
onload
=
function
()
{
alert
(
22221
)
//
alert(22221)
var
tmp
=
$
(
'<canvas></canvas>'
)[
0
];
var
tmp
=
$
(
'<canvas></canvas>'
)[
0
];
tmp
.
width
=
640
;
tmp
.
width
=
640
;
tmp
.
height
=
1238
;
tmp
.
height
=
1238
;
...
...
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