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

17 lines
210 B
PHP

<?php
/**
* 字数统计与排版
*/
namespace plugin\utility\text_count;
use app\Plugin;
class App extends Plugin
{
public function index()
{
return $this->view();
}
}