feat(WIP): processing 임관

- 구 css 코드 남은것 해결
This commit is contained in:
2021-12-21 23:19:07 +09:00
parent caf51fdc06
commit 6dac344a35
9 changed files with 232 additions and 145 deletions
+7 -5
View File
@@ -1,8 +1,9 @@
import { default as che_건국} from "./che_건국.vue";
import { default as che_군량매매} from "./che_군량매매.vue";
import { default as che_등용} from "./che_등용.vue";
import { default as CityProcess} from "./che_이동.vue";
import { default as che_징병} from "./che_징병.vue";
import { default as che_건국 } from "./che_건국.vue";
import { default as che_군량매매 } from "./che_군량매매.vue";
import { default as che_등용 } from "./che_등용.vue";
import { default as CityProcess } from "./che_이동.vue";
import { default as che_임관 } from "./che_임관.vue";
import { default as che_징병 } from "./che_징병.vue";
//TODO: 자주 쓰는 녀석들은 Slot으로 변경
@@ -12,6 +13,7 @@ export const commandMap: Record<string, typeof CityProcess> = {
che_건국,
che_등용,
che_이동: CityProcess,
che_임관,
che_출병: CityProcess,
che_징병,
che_모병: che_징병,