From 70d4832af7997980bd9cba8163f6248c5048d274 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 17 Jan 2026 15:24:27 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A0=95=EA=B7=9C=20=ED=91=9C=ED=98=84?= =?UTF-8?q?=EC=8B=9D=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20=EC=A1=B0=EA=B1=B4?= =?UTF-8?q?=EB=B6=80=20=EB=A0=8C=EB=8D=94=EB=A7=81=20=EA=B0=9C=EC=84=A0;?= =?UTF-8?q?=20=EC=BD=94=EB=93=9C=20=EA=B0=80=EB=8F=85=EC=84=B1=20=ED=96=A5?= =?UTF-8?q?=EC=83=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/game-api/src/maps/mapLayout.ts | 4 ++-- app/game-frontend/src/views/MainView.vue | 10 +++++----- app/game-frontend/src/views/NationCitiesView.vue | 4 ++-- .../src/views/NationPersonnelView.vue | 16 ++++++++-------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/app/game-api/src/maps/mapLayout.ts b/app/game-api/src/maps/mapLayout.ts index 573ef1b..c33bdda 100644 --- a/app/game-api/src/maps/mapLayout.ts +++ b/app/game-api/src/maps/mapLayout.ts @@ -102,7 +102,7 @@ const parsePhpArray = (input: string): unknown => { const parseNumber = () => { let raw = ''; - while (index < input.length && /[0-9.+\-]/.test(input[index] ?? '')) { + while (index < input.length && /[0-9.+-]/.test(input[index] ?? '')) { raw += input[index]; index += 1; } @@ -121,7 +121,7 @@ const parsePhpArray = (input: string): unknown => { if (char === '"' || char === "'") { return parseString(); } - if (/[0-9.+\-]/.test(char)) { + if (/[0-9.+-]/.test(char)) { return parseNumber(); } if (input.startsWith('true', index)) { diff --git a/app/game-frontend/src/views/MainView.vue b/app/game-frontend/src/views/MainView.vue index 57a5eab..f270513 100644 --- a/app/game-frontend/src/views/MainView.vue +++ b/app/game-frontend/src/views/MainView.vue @@ -123,7 +123,7 @@ watch( -
+
@@ -132,7 +132,7 @@ watch(
-
+
-
+
@@ -161,7 +161,7 @@ watch(
-
+
장수 동향은 실시간 스트림으로 연결 예정
@@ -180,7 +180,7 @@ watch(
-
+
{ @@ -345,7 +345,7 @@ onMounted(() => {
-
+
{{ officerLabels[level] }} {{ candidate.name }} @@ -427,9 +427,9 @@ onMounted(() => { class="permission-item" > {{ candidate.name }} @@ -440,7 +440,7 @@ onMounted(() => {
- +
- +