feat: 사령부 턴 입력기에도 일반, 고급 모드 적용

This commit is contained in:
2022-03-26 21:37:04 +09:00
parent 7f815baeb5
commit 6cd937c1cb
9 changed files with 939 additions and 542 deletions
+2 -2
View File
@@ -38,13 +38,13 @@
</template>
<script lang="ts">
import { getNpcColor } from "@/common_legacy";
import { ChiefResponse } from "@/defs";
import type { ChiefResponse } from "@/defs";
import { formatTime } from "@/util/formatTime";
import { mb_strwidth } from "@/util/mb_strwidth";
import { parseTime } from "@/util/parseTime";
import addMinutes from "date-fns/esm/addMinutes/index";
import { range } from "lodash";
import { defineComponent, PropType } from "vue";
import { defineComponent, type PropType } from "vue";
import VueTypes from "vue-types";
export default defineComponent({