diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue
index aec94611..429a001a 100644
--- a/hwe/ts/PageFront.vue
+++ b/hwe/ts/PageFront.vue
@@ -26,7 +26,9 @@
지도
예턴
도시 정보
- 국가 정보
+
+
+
{
power: rawNation.power,
};
} catch (e) {
- recordLock = false;
+ generalInfoLock = false;
console.error(e);
toasts.danger({
title: "최근 정보 갱신 실패",
diff --git a/hwe/ts/components/NationBasicCard.vue b/hwe/ts/components/NationBasicCard.vue
new file mode 100644
index 00000000..47140073
--- /dev/null
+++ b/hwe/ts/components/NationBasicCard.vue
@@ -0,0 +1,82 @@
+
+
+
국가명
+
성향
+
+
c12
+
+
c11
+
+
총 주민
+
+
총 병사
+
+
국고
+
+
병량
+
+
지급률
+
+
세율
+
+
속령
+
+
장수
+
+
국력
+
+
기술력
+
+
전략
+
+
외교
+
+
임관
+
+
전쟁
+
+
+
+
\ No newline at end of file