feature config start page and end page with novel by craler

This commit is contained in:
Default
2025-04-29 20:17:48 +08:00
parent ec7a2dd342
commit badbb7cf13
4 changed files with 21 additions and 1 deletions

8
code/config/crawler.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
// +----------------------------------------------------------------------
// | Crawler 设置
// +----------------------------------------------------------------------
return [
'novel_start_n_source_id' => env('NOVEL_START_N_SOURCE_ID', 1),
'novel_end_n_source_id' => env('NOVEL_END_N_SOURCE_ID', 500000),
];