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

17 lines
212 B
PHP

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