This commit is contained in:
make
2025-04-08 21:48:48 +08:00
parent 211e4b3851
commit 466abd8cd6
10 changed files with 42 additions and 28 deletions

View File

@@ -160,7 +160,7 @@ class Index extends BaseController
$strView = $boolIsMobile ? '' : 'pc/index';
// 生成多少个干扰吗
$this->generateGrm(2, 0, 30);
$this->generateGrm(2, 0, 150);
return $this->rending($strView);
}
}