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

17 lines
205 B
PHP

<?php
/**
* 让流量消失
*/
namespace plugin\fun\bandwidth_waste;
use app\Plugin;
class App extends Plugin
{
public function index()
{
return $this->view();
}
}