Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이찬
/
opensource_term_project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
이찬
2020-06-21 00:05:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7698aaad9f10ef941d89dd2da4da20bfc1f1635f
7698aaad
1 parent
b65d922c
핫핏스
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
html/detail.html
js/statistics.js
package-lock.json
package.json
html/detail.html
View file @
7698aaa
...
...
@@ -32,7 +32,7 @@
<div
class=
"container"
>
<div
class=
"hero"
>
<h1>
악질 직업 생성기
</h1>
<p><img
class=
"badge"
src=
"https://img.shields.io/badge/lunch-prepared--by--mother-lightgrey"
alt=
""
>
|
<a
href=
"https://asked.kr/cksdlakstp12"
target=
"_blank"
>
질문 or 문의하는 곳
</a>
|
<a
href=
"https://github.com/cksdlakstp12/open_source"
target=
"_blank"
>
본 제작자의 Github
</a>
|
<a
href=
"http
://khuhub.khu.ac.kr/2019102216/opensource_term_project
/issues"
target=
"_blank"
>
이슈트래커
</a></p>
<p><img
class=
"badge"
src=
"https://img.shields.io/badge/lunch-prepared--by--mother-lightgrey"
alt=
""
>
|
<a
href=
"https://asked.kr/cksdlakstp12"
target=
"_blank"
>
질문 or 문의하는 곳
</a>
|
<a
href=
"https://github.com/cksdlakstp12/open_source"
target=
"_blank"
>
본 제작자의 Github
</a>
|
<a
href=
"http
s://github.com/cksdlakstp12/open_source
/issues"
target=
"_blank"
>
이슈트래커
</a></p>
<p><i>
우리는 "엄"과 "응"의 시대에 살고 있습니다.
</i></p>
</div>
</div>
...
...
js/statistics.js
View file @
7698aaa
var
date
=
new
Date
();
function
addZeroMonth
(
date
)
{
if
((
date
+
1
)
<
10
)
return
`0
${
date
+
1
}
`
;
else
return
`
${
date
+
1
}
`
;
if
((
date
)
<
10
)
return
`0
${
date
}
`
;
else
return
`
${
date
}
`
;
}
function
addZeroDate
(
date
)
{
...
...
package-lock.json
View file @
7698aaa
This diff is collapsed. Click to expand it.
package.json
View file @
7698aaa
...
...
@@ -11,8 +11,11 @@
"fs"
:
"0.0.1-security"
,
"moment"
:
"^2.26.0"
,
"mysql"
:
"^2.18.1"
,
"node-schedule"
:
"^1.3.2"
,
"path"
:
"^0.12.7"
,
"react"
:
"^16.13.1"
"react"
:
"^16.13.1"
,
"socket.io"
:
"^2.3.0"
,
"window"
:
"^4.2.7"
},
"devDependencies"
:
{},
"scripts"
:
{
...
...
Please
register
or
login
to post a comment