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
6ae0c9f2
authored
Aug 30, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
f9a91146
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
14 deletions
+13
-14
.idea/workspace.xml
+10
-11
Application/Home/View/default/Index_index.tpl
+1
-1
Public/static/js/index.js
+2
-2
No files found.
.idea/workspace.xml
View file @
6ae0c9f2
...
...
@@ -2,7 +2,6 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"393705e8-a82c-4795-9b3b-5f911ddba9ac"
name=
"Default"
comment=
""
>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/Application/Home/View/default/Index_index.tpl"
afterPath=
"$PROJECT_DIR$/Application/Home/View/default/Index_index.tpl"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/Public/static/js/index.js"
afterPath=
"$PROJECT_DIR$/Public/static/js/index.js"
/>
</list>
...
...
@@ -83,8 +82,8 @@
<file
leaf-file-name=
"Index_index.tpl"
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/Application/Home/View/default/Index_index.tpl"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"2
66
"
>
<caret
line=
"27
0"
column=
"0"
lean-forward=
"true"
selection-start-line=
"270"
selection-start-column=
"0"
selection-end-line=
"270"
selection-end-column=
"0
"
/>
<state
relative-caret-position=
"2
85
"
>
<caret
line=
"27
1"
column=
"59"
lean-forward=
"false"
selection-start-line=
"271"
selection-start-column=
"59"
selection-end-line=
"271"
selection-end-column=
"59
"
/>
<folding
/>
</state>
</provider>
...
...
@@ -113,8 +112,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=
"
247
"
>
<caret
line=
"
378"
column=
"0"
lean-forward=
"false"
selection-start-line=
"378"
selection-start-column=
"0"
selection-end-line=
"378"
selection-end-column=
"0
"
/>
<state
relative-caret-position=
"
190
"
>
<caret
line=
"
401"
column=
"1"
lean-forward=
"true"
selection-start-line=
"401"
selection-start-column=
"1"
selection-end-line=
"401"
selection-end-column=
"1
"
/>
<folding
/>
</state>
</provider>
...
...
@@ -544,12 +543,12 @@
<option
name=
"presentableId"
value=
"Default"
/>
<updated>
1566667513502
</updated>
<workItem
from=
"1566667516612"
duration=
"55749000"
/>
<workItem
from=
"1567098016695"
duration=
"
490
000"
/>
<workItem
from=
"1567098016695"
duration=
"
565
000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"56
239
000"
/>
<option
name=
"totallyTimeSpent"
value=
"56
314
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"0"
y=
"23"
width=
"1440"
height=
"817"
extended-state=
"6"
/>
...
...
@@ -827,16 +826,16 @@
</entry>
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
247
"
>
<caret
line=
"
378"
column=
"0"
lean-forward=
"false"
selection-start-line=
"378"
selection-start-column=
"0"
selection-end-line=
"378"
selection-end-column=
"0
"
/>
<state
relative-caret-position=
"
190
"
>
<caret
line=
"
401"
column=
"1"
lean-forward=
"true"
selection-start-line=
"401"
selection-start-column=
"1"
selection-end-line=
"401"
selection-end-column=
"1
"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/Application/Home/View/default/Index_index.tpl"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"2
66
"
>
<caret
line=
"27
0"
column=
"0"
lean-forward=
"true"
selection-start-line=
"270"
selection-start-column=
"0"
selection-end-line=
"270"
selection-end-column=
"0
"
/>
<state
relative-caret-position=
"2
85
"
>
<caret
line=
"27
1"
column=
"59"
lean-forward=
"false"
selection-start-line=
"271"
selection-start-column=
"59"
selection-end-line=
"271"
selection-end-column=
"59
"
/>
<folding
/>
</state>
</provider>
...
...
Application/Home/View/default/Index_index.tpl
View file @
6ae0c9f2
...
...
@@ -269,7 +269,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=2
2
"
></script>
<script
type=
"text/javascript"
src=
"__CDN__/js/index.js?t=2
3
"
></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 @
6ae0c9f2
...
...
@@ -379,7 +379,7 @@ function mergeImage_two(url) {
}
ceshi
.
onload
=
function
()
{
//
ceshi.onload = function () {
// cover_four.onload = function () {
var
tmp
=
$
(
'<canvas></canvas>'
)[
0
];
tmp
.
width
=
640
;
...
...
@@ -398,7 +398,7 @@ function mergeImage_two(url) {
},
6000
);
// }
}
//
}
}
window
.
wx
&&
wx
.
ready
(
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