From 98168c61b3d9215480567261a4707f93b12dce00 Mon Sep 17 00:00:00 2001 From: HideD Date: Sat, 26 May 2018 17:47:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=9C=EB=B2=84=202=EA=B0=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80.=20=EB=83=90.=20=ED=8D=84.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ .vscode/settings.json | 4 ++++ css/entrance.css | 8 ++++++++ i_entrance/entrance.php | 2 ++ src/sammo/AppConf.php | 2 ++ 5 files changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index b11fcef9..1cfa8731 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,8 @@ test.php /che /kwe /pwe +/nya +/pya /twe phpinfo.php diff --git a/.vscode/settings.json b/.vscode/settings.json index a392abc4..4447baa4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,6 +10,8 @@ "/che":true, "/kwe":true, "/pwe":true, + "/nya":true, + "/pya":true, "/twe":true, }, @@ -19,6 +21,8 @@ "/che":true, "/kwe":true, "/pwe":true, + "/nya":true, + "/pya":true, "/twe":true, }, } \ No newline at end of file diff --git a/css/entrance.css b/css/entrance.css index d16e8e00..bd9ea26b 100644 --- a/css/entrance.css +++ b/css/entrance.css @@ -128,6 +128,14 @@ body{ color: magenta; font-size: 15px; font-weight: bold; } +.Entrance_Nya { + color: #e67e22; font-size: 15px; font-weight: bold; +} + +.Entrance_Pya { + color: #9b59b6; font-size: 15px; font-weight: bold; +} + .Entrance_Hwe { color: red; font-size: 15px; font-weight: bold; } \ No newline at end of file diff --git a/i_entrance/entrance.php b/i_entrance/entrance.php index d3acccb0..21d14fc2 100644 --- a/i_entrance/entrance.php +++ b/i_entrance/entrance.php @@ -94,6 +94,8 @@ if ($userGrade >= 5) { 퀘섭 : 실제 장수가 되어 가상의 역사를 만들어 봅시다!
풰섭 : 실제 장수들과 어울려 사실적 역사를 체험해 봅시다!
퉤섭 : 주로 패치사항 미리보기 테스트 서버입니다.
+냐섭 : 신 서버.
+퍄섭 : 신 서버2.
훼섭 : 1일천하 서버. 또는 운영자 테스트용 서버입니다.
diff --git a/src/sammo/AppConf.php b/src/sammo/AppConf.php index 7cc9b530..1cc9a1b8 100644 --- a/src/sammo/AppConf.php +++ b/src/sammo/AppConf.php @@ -21,6 +21,8 @@ class AppConf 'kwe'=>new Setting(ROOT.'/kwe', '퀘', 'yellow'), 'pwe'=>new Setting(ROOT.'/pwe', '풰', 'orange'), 'twe'=>new Setting(ROOT.'/twe', '퉤', 'magenta'), + 'nya'=>new Setting(ROOT.'/nya', '냐', '#e67e22'), + 'pya'=>new Setting(ROOT.'/pya', '퍄', '#9b59b6'), 'hwe'=>new Setting(ROOT.'/hwe', '훼', 'red') ]; }