修复个别无法采集的问题及列表伪静态
This commit is contained in:
@@ -209,7 +209,7 @@ class QuarkPlugin
|
||||
$title = $value['title'];
|
||||
}
|
||||
|
||||
if(empty($this->source_category_id)){
|
||||
if(!empty($value['source_category_id'])){
|
||||
$source_category_id = $value['source_category_id']??0;
|
||||
}else{
|
||||
$source_category_id = $this->source_category_id;
|
||||
|
||||
Reference in New Issue
Block a user