js2ts: processing - plugin 구조 마저 변경
This commit is contained in:
@@ -199,7 +199,7 @@ class che_건국 extends Command\GeneralCommand
|
||||
public function getJSPlugins(): array
|
||||
{
|
||||
return [
|
||||
'dist_js/colorSelect.js'
|
||||
'colorSelect'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -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'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user