feat: CityBasicCard
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
<!-- TODO: 운영자 툴바는 어디에?-->
|
||||
<div class="mapView">지도</div>
|
||||
<div class="reservedCommandZone">예턴</div>
|
||||
<div class="cityInfo">도시 정보</div>
|
||||
<div v-if="frontInfo" class="cityInfo">
|
||||
<CityBasicCard :city="frontInfo.city" />
|
||||
</div>
|
||||
<div v-if="frontInfo" class="nationInfo col-12 col-md-6">
|
||||
<NationBasicCard :nation="frontInfo.nation" :global="frontInfo.global" />
|
||||
</div>
|
||||
@@ -99,6 +101,7 @@ import Denque from "denque";
|
||||
import { formatLog } from "@/utilGame/formatLog";
|
||||
import type { ExecuteResponse, GetFrontInfoResponse } from "./defs/API/Global";
|
||||
import { delay } from "./util/delay";
|
||||
import CityBasicCard from "./components/CityBasicCard.vue";
|
||||
import NationBasicCard from "./components/NationBasicCard.vue";
|
||||
import GeneralBasicCard from "./components/GeneralBasicCard.vue";
|
||||
import type { GeneralListItemP1 } from "./defs/API/Nation";
|
||||
|
||||
Reference in New Issue
Block a user