This commit is contained in:
wangjinlei
2025-03-25 13:39:39 +08:00
parent a05fa9b8de
commit 88f68aea1c
2 changed files with 6 additions and 1 deletions

View File

@@ -49,6 +49,11 @@ class Auto extends Base
}
public function phpInfo(){
phpInfo();
}
private function extractWeChatArticle($htmlContent) {
$dom = new DOMDocument();
@$dom->loadHTML($htmlContent); // 加载HTML内容@是为了抑制加载HTML时的警告

View File

@@ -868,7 +868,7 @@ class Reviewer extends Base
}else{
$carray = explode(" ", $content1);
if(count($carray)<100){
return jsonError("We encourage you to enrich your comment further to help improve the peer paper (at least 70 words).");
return jsonError("We encourage you to enrich your comment further to help improve the peer paper (at least 100 words).");
}
}
}