feature config start page and end page with novel by craler
This commit is contained in:
8
code/config/crawler.php
Normal file
8
code/config/crawler.php
Normal 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),
|
||||
];
|
||||
Reference in New Issue
Block a user