This commit is contained in:
杨志
2026-01-21 08:39:32 +08:00
parent c36f73caa2
commit e964409bb7
10 changed files with 963 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ declare (strict_types = 1);
namespace app\controller;
use app\BaseController;
use app\middleware\Auth;
use app\service\CrawlerService;
use think\facade\View;
@@ -12,6 +13,7 @@ use think\facade\View;
*/
class Crawler extends BaseController
{
protected $middleware = [Auth::class];
/**
* 显示爬虫工具首页
*/