js2ts: processing - plugin 구조 마저 변경

This commit is contained in:
2021-08-30 01:47:42 +09:00
parent 4ea2b963fa
commit eb250f91cb
8 changed files with 12 additions and 22 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ class che_건국 extends Command\GeneralCommand
public function getJSPlugins(): array
{
return [
'dist_js/colorSelect.js'
'colorSelect'
];
}
+1 -1
View File
@@ -234,7 +234,7 @@ class che_징병 extends Command\GeneralCommand
public function getJSPlugins(): array
{
return [
'dist_js/recruitCrewForm.js'
'recruitCrewForm'
];
}
@@ -154,7 +154,7 @@ class che_국기변경 extends Command\NationCommand
public function getJSPlugins(): array
{
return [
'dist_js/colorSelect.js'
'colorSelect'
];
}
@@ -160,7 +160,7 @@ class che_국호변경 extends Command\NationCommand
public function getJSPlugins(): array
{
return [
'dist_js/colorSelect.js'
'colorSelect'
];
}