이찬

핫핏스

......@@ -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="https://github.com/cksdlakstp12/open_source/issues" target="_blank">이슈트래커</a></p>
<p><i>우리는 "엄"과 "응"의 시대에 살고 있습니다.</i></p>
</div>
</div>
......
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) {
......
This diff is collapsed. Click to expand it.
......@@ -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": {
......