Files
toolbox/plugin/dev/code_js/App.php
T
2023-09-28 16:21:06 +08:00

17 lines
216 B
PHP

<?php
/**
* JavaScript 格式化/混淆/压缩
*/
namespace plugin\dev\code_js;
use app\Plugin;
class App extends Plugin
{
public function index()
{
return $this->view();
}
}