feat: 턴 선택기에 복합 커맨드 선택 적용

- vue-multiselect 기반
- 초성 검색
- 이득, 불리 표기
- 불가 표기
- 선택후 단축 표기
This commit is contained in:
2021-12-05 23:00:46 +09:00
parent db07fb35e0
commit f98db556c5
8 changed files with 98 additions and 40 deletions
@@ -25,7 +25,7 @@ use sammo\MustNotBeReachedException;
class che_랜덤임관 extends Command\GeneralCommand
{
static protected $actionName = '랜덤임관';
static protected $actionName = '무작위 국가로 임관';
protected function argTest(): bool
{
@@ -24,7 +24,7 @@ use sammo\CityConst;
class che_장수대상임관 extends Command\GeneralCommand{
static protected $actionName = '따라 임관';
static protected $actionName = '장수를 따라 임관';
static public $reqArg = true;
protected function argTest():bool{