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
f9fdc4b7
authored
Aug 31, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1b08d437
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
.idea/workspace.xml
+6
-6
Application/Home/View/default/Index_index.tpl
+1
-1
Public/static/js/index.js
+3
-3
No files found.
.idea/workspace.xml
View file @
f9fdc4b7
...
...
@@ -105,8 +105,8 @@
<file
leaf-file-name=
"index.js"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
124
"
>
<caret
line=
"
391"
column=
"44"
lean-forward=
"true"
selection-start-line=
"391"
selection-start-column=
"44"
selection-end-line=
"391"
selection-end-column=
"44
"
/>
<state
relative-caret-position=
"
409
"
>
<caret
line=
"
435"
column=
"47"
lean-forward=
"true"
selection-start-line=
"435"
selection-start-column=
"47"
selection-end-line=
"435"
selection-end-column=
"47
"
/>
<folding
/>
</state>
</provider>
...
...
@@ -543,12 +543,12 @@
<updated>
1566667513502
</updated>
<workItem
from=
"1566667516612"
duration=
"55749000"
/>
<workItem
from=
"1567098016695"
duration=
"6433000"
/>
<workItem
from=
"1567181764126"
duration=
"58
02
000"
/>
<workItem
from=
"1567181764126"
duration=
"58
55
000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"6
7984
000"
/>
<option
name=
"totallyTimeSpent"
value=
"6
8037
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"0"
y=
"23"
width=
"1440"
height=
"815"
extended-state=
"6"
/>
...
...
@@ -927,8 +927,8 @@
</entry>
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
124
"
>
<caret
line=
"
391"
column=
"44"
lean-forward=
"true"
selection-start-line=
"391"
selection-start-column=
"44"
selection-end-line=
"391"
selection-end-column=
"44
"
/>
<state
relative-caret-position=
"
409
"
>
<caret
line=
"
435"
column=
"47"
lean-forward=
"true"
selection-start-line=
"435"
selection-start-column=
"47"
selection-end-line=
"435"
selection-end-column=
"47
"
/>
<folding
/>
</state>
</provider>
...
...
Application/Home/View/default/Index_index.tpl
View file @
f9fdc4b7
...
...
@@ -289,7 +289,7 @@
<script
type=
"text/javascript"
src=
"http://api2.izhida.cn/wechat_js_config?app_id=wx4c3c856ab83a946b&v=1.2.1&api_list=all"
></script>
<script
type=
"text/javascript"
src=
"__CDN__/js/index.js?t=3
8
"
></script>
<script
type=
"text/javascript"
src=
"__CDN__/js/index.js?t=3
9
"
></script>
<link
href=
"__CDN__/css/notify.css"
rel=
"stylesheet"
>
<script
type=
"text/javascript"
src=
"__CDN__/js/jquery-notify.js"
></script>
...
...
Public/static/js/index.js
View file @
f9fdc4b7
...
...
@@ -389,7 +389,7 @@ function mergeImage_two(url) {
cover_three
.
width
=
533
;
cover_three
.
height
=
850
;
var
ctx
=
tmp
.
getContext
(
'2d'
);
ctx
.
drawImage
(
cover_four
,
6
,
8
);
ctx
.
drawImage
(
cover_four
,
7
,
9
);
ctx
.
drawImage
(
cover_three
,
0
,
0
);
setTimeout
(
function
()
{
...
...
@@ -414,7 +414,7 @@ function mergeImage_two(url) {
cover_three
.
width
=
533
;
cover_three
.
height
=
850
;
var
ctx
=
tmp
.
getContext
(
'2d'
);
ctx
.
drawImage
(
cover_four
,
6
,
8
);
ctx
.
drawImage
(
cover_four
,
7
,
9
);
ctx
.
drawImage
(
cover_three
,
0
,
0
);
setTimeout
(
function
()
{
...
...
@@ -434,7 +434,7 @@ function mergeImage_two(url) {
cover_three
.
width
=
533
;
cover_three
.
height
=
850
;
var
ctx
=
tmp
.
getContext
(
'2d'
);
ctx
.
drawImage
(
cover_four
,
6
,
8
);
ctx
.
drawImage
(
cover_four
,
7
,
9
);
ctx
.
drawImage
(
cover_three
,
0
,
0
);
setTimeout
(
function
()
{
...
...
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