From 8de3b7a046116c6bda81891569f9d6fd7ad078e9 Mon Sep 17 00:00:00 2001 From: Ivy Bae Date: Tue, 17 Sep 2024 12:01:49 +0900 Subject: [PATCH 1/6] =?UTF-8?q?=ED=99=88=ED=99=94=EB=A9=B4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 home.js diff --git a/home.js b/home.js new file mode 100644 index 0000000..87cee54 --- /dev/null +++ b/home.js @@ -0,0 +1 @@ +console.log('환영합니다') \ No newline at end of file From 1c26e9683d9fc2e249082af7e65bcaf987be7505 Mon Sep 17 00:00:00 2001 From: Ivy Bae Date: Tue, 17 Sep 2024 12:19:12 +0900 Subject: [PATCH 2/6] =?UTF-8?q?=EC=84=A4=EC=A0=95=20=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.js | 3 ++- setting.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 setting.js diff --git a/home.js b/home.js index 87cee54..83af4f2 100644 --- a/home.js +++ b/home.js @@ -1 +1,2 @@ -console.log('환영합니다') \ No newline at end of file +console.log('환영합니다') +console.log('아이비입니다.') \ No newline at end of file diff --git a/setting.js b/setting.js new file mode 100644 index 0000000..e1b86ac --- /dev/null +++ b/setting.js @@ -0,0 +1 @@ +console.log('사용자 정보 설정 화면') \ No newline at end of file From 8f7c09d54ca796b118867c438fabc0df9e8ab343 Mon Sep 17 00:00:00 2001 From: Ivy Bae Date: Tue, 17 Sep 2024 14:36:21 +0900 Subject: [PATCH 3/6] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90=20=EB=8B=89?= =?UTF-8?q?=EB=84=A4=EC=9E=84=20=EB=B3=80=EA=B2=BD=20=EB=A9=94=EB=89=B4=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setting.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setting.js b/setting.js index e1b86ac..2c785c4 100644 --- a/setting.js +++ b/setting.js @@ -1 +1,2 @@ -console.log('사용자 정보 설정 화면') \ No newline at end of file +console.log('사용자 정보 설정 화면') +console.log('사용자 닉네임 변경') \ No newline at end of file From 5de03cf4b2d87d922862f4302aef49cf82c8fb89 Mon Sep 17 00:00:00 2001 From: Ivy Bae Date: Tue, 17 Sep 2024 15:14:49 +0900 Subject: [PATCH 4/6] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90=20=EB=B9=84?= =?UTF-8?q?=EB=B0=80=EB=B2=88=ED=98=B8=20=EB=B3=80=EA=B2=BD=20=EB=A9=94?= =?UTF-8?q?=EB=89=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setting.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setting.js b/setting.js index 2c785c4..61ab81d 100644 --- a/setting.js +++ b/setting.js @@ -1,2 +1,3 @@ console.log('사용자 정보 설정 화면') -console.log('사용자 닉네임 변경') \ No newline at end of file +console.log('사용자 닉네임 변경') +console.log('사용자 비밀번호 변경') \ No newline at end of file From a5acae5058b9dbc5ddad7c757a654e14665efb44 Mon Sep 17 00:00:00 2001 From: Ivy Bae Date: Wed, 18 Sep 2024 14:03:28 +0900 Subject: [PATCH 5/6] =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=EC=9A=94=EC=B2=AD=20=EB=B2=84=ED=8A=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setting.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setting.js b/setting.js index 61ab81d..749147b 100644 --- a/setting.js +++ b/setting.js @@ -1,3 +1,4 @@ console.log('사용자 정보 설정 화면') console.log('사용자 닉네임 변경') -console.log('사용자 비밀번호 변경') \ No newline at end of file +console.log('사용자 비밀번호 변경') +console.log('정보 변경 요청') From 2022108336d65e9b1d632d1f9844e56f75a5780f Mon Sep 17 00:00:00 2001 From: Ivy Bae Date: Tue, 8 Oct 2024 14:44:39 +0900 Subject: [PATCH 6/6] =?UTF-8?q?=ED=99=88=ED=99=94=EB=A9=B4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 home.js diff --git a/home.js b/home.js new file mode 100644 index 0000000..4d17301 --- /dev/null +++ b/home.js @@ -0,0 +1 @@ +console.log('안녕하세요') \ No newline at end of file