|
|
@ -1,4 +1,5 @@
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
|
|
namespace Isekai\AIToolbox\Special;
|
|
|
|
namespace Isekai\AIToolbox\Special;
|
|
|
|
|
|
|
|
|
|
|
|
use SpecialPage;
|
|
|
|
use SpecialPage;
|
|
|
@ -16,7 +17,6 @@ class SpecialAIToolbox extends SpecialPage {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
protected function showForm() {
|
|
|
|
protected function showForm() {
|
|
|
|
$user = $this->getUser();
|
|
|
|
|
|
|
|
$out = $this->getOutput();
|
|
|
|
$out = $this->getOutput();
|
|
|
|
$out->setPageTitle($this->msg('special-isekai-ai-toolbox'));
|
|
|
|
$out->setPageTitle($this->msg('special-isekai-ai-toolbox'));
|
|
|
|
$out->addModuleStyles([
|
|
|
|
$out->addModuleStyles([
|
|
|
|