From 5c43a3e838b2fc044653c9cf1c08ffa36f87d602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chyeonggkim=E2=80=9D?= <“hyeonggkim@smilegate.com”> Date: Thu, 30 Oct 2025 18:31:24 +0900 Subject: [PATCH] fix: disable TypeScript type checking and update inspection page layout --- app/pages/inspection/index.vue | 138 ++++++++++++++++++--------- layers/server/middleware/gameData.ts | 4 +- layers/types/DataizationType.ts | 3 +- layers/types/InspectionType.ts | 1 + layers/utils/commonUtil.ts | 2 +- nuxt.config.ts | 2 +- 6 files changed, 97 insertions(+), 53 deletions(-) diff --git a/app/pages/inspection/index.vue b/app/pages/inspection/index.vue index afc0268..44e1bfe 100644 --- a/app/pages/inspection/index.vue +++ b/app/pages/inspection/index.vue @@ -40,24 +40,31 @@