From afea85d5587c17ad83b56f4abfafbb10a981529d Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 18 Apr 2022 03:50:54 +0900 Subject: [PATCH] feat: wip --- hwe/ts/PageHistory.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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;