diff --git a/hwe/ts/PageHistory.vue b/hwe/ts/PageHistory.vue index 49ac6300..48c4f52a 100644 --- a/hwe/ts/PageHistory.vue +++ b/hwe/ts/PageHistory.vue @@ -6,10 +6,18 @@ {{ date.year }}년 {{ date.month }}월 {{ date.queried ? `선택` : "" }} {{ date.current ? "현재" : "" }}
-
{{item}}
+
-
{{item}}
+
@@ -33,6 +41,7 @@ import type { HistoryObj } from "./defs/API/Global"; import { SammoAPI } from "./SammoAPI"; import { joinYearMonth } from "./util/joinYearMonth"; import { parseYearMonth } from "./util/parseYearMonth"; +import { formatLog } from "./utilGame/formatLog"; const queryYearMonth = ref(); const queryServerID = query.serverID;