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

17 lines
209 B
PHP

<?php
/**
* 在线图片编辑
*/
namespace plugin\utility\image_editor;
use app\Plugin;
class App extends Plugin
{
public function index()
{
return $this->view();
}
}