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

18 lines
197 B
PHP

<?php
/**
* QQ强制聊天
*/
namespace plugin\wqq\qqchat;
use app\Plugin;
class App extends Plugin
{
public function index()
{
return $this->view();
}
}