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
672366f5
authored
Aug 31, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6d0b78af
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
19 deletions
+19
-19
.idea/workspace.xml
+15
-15
Application/Home/View/default/Index_index.tpl
+1
-1
Public/static/js/index.js
+3
-3
No files found.
.idea/workspace.xml
View file @
672366f5
...
...
@@ -104,8 +104,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=
"
19
"
>
<caret
line=
"
1"
column=
"17"
lean-forward=
"false"
selection-start-line=
"1"
selection-start-column=
"17"
selection-end-line=
"1"
selection-end-column=
"17
"
/>
<state
relative-caret-position=
"
485
"
>
<caret
line=
"
428"
column=
"22"
lean-forward=
"false"
selection-start-line=
"428"
selection-start-column=
"22"
selection-end-line=
"428"
selection-end-column=
"22
"
/>
<folding
/>
</state>
</provider>
...
...
@@ -131,7 +131,6 @@
</component>
<component
name=
"FindInProjectRecents"
>
<findStrings>
<find>
page-game
</find>
<find>
imageObj2
</find>
<find>
addAnchor
</find>
<find>
#container
</find>
...
...
@@ -161,6 +160,7 @@
<find>
image_bounds_by_pos
</find>
<find>
page-s-
</find>
<find>
b-j-two
</find>
<find>
photo_lock
</find>
</findStrings>
<replaceStrings>
<replace>
m-
</replace>
...
...
@@ -542,12 +542,12 @@
<updated>
1566667513502
</updated>
<workItem
from=
"1566667516612"
duration=
"55749000"
/>
<workItem
from=
"1567098016695"
duration=
"6433000"
/>
<workItem
from=
"1567181764126"
duration=
"4
722
000"
/>
<workItem
from=
"1567181764126"
duration=
"4
824
000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"6
6904
000"
/>
<option
name=
"totallyTimeSpent"
value=
"6
7006
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"0"
y=
"23"
width=
"1440"
height=
"815"
extended-state=
"6"
/>
...
...
@@ -843,14 +843,6 @@
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/Application/Home/Controller/IndexController.class.php"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"589"
>
<caret
line=
"112"
column=
"14"
lean-forward=
"false"
selection-start-line=
"112"
selection-start-column=
"14"
selection-end-line=
"112"
selection-end-column=
"14"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/index.html"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"220"
>
...
...
@@ -924,10 +916,18 @@
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/Application/Home/Controller/IndexController.class.php"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"589"
>
<caret
line=
"112"
column=
"14"
lean-forward=
"false"
selection-start-line=
"112"
selection-start-column=
"14"
selection-end-line=
"112"
selection-end-column=
"14"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
19
"
>
<caret
line=
"
1"
column=
"17"
lean-forward=
"false"
selection-start-line=
"1"
selection-start-column=
"17"
selection-end-line=
"1"
selection-end-column=
"17
"
/>
<state
relative-caret-position=
"
485
"
>
<caret
line=
"
428"
column=
"22"
lean-forward=
"false"
selection-start-line=
"428"
selection-start-column=
"22"
selection-end-line=
"428"
selection-end-column=
"22
"
/>
<folding
/>
</state>
</provider>
...
...
Application/Home/View/default/Index_index.tpl
View file @
672366f5
...
...
@@ -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=
29
"
></script>
<script
type=
"text/javascript"
src=
"__CDN__/js/index.js?t=
30
"
></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 @
672366f5
...
...
@@ -403,8 +403,8 @@ function mergeImage_two(url) {
}
}
else
{
if
(
photo_lock
=
1
){
photo_lock
=
2
if
(
photo_lock
=
=
1
){
photo_lock
=
2
;
cover_four
.
onload
=
function
()
{
cover_three
.
onload
=
function
()
{
var
tmp
=
$
(
'<canvas></canvas>'
)[
0
];
...
...
@@ -426,7 +426,7 @@ function mergeImage_two(url) {
}
}
else
{
cover_
three
.
onload
=
function
()
{
cover_
four
.
onload
=
function
()
{
var
tmp
=
$
(
'<canvas></canvas>'
)[
0
];
tmp
.
width
=
533
;
tmp
.
height
=
850
;
...
...
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