小说和伪造小说详情页面的 相同率 优化降低

This commit is contained in:
make
2025-07-22 13:26:20 +08:00
parent ea06ab51d2
commit 3cf3efd547
3 changed files with 272 additions and 4 deletions

View File

@@ -596,9 +596,9 @@ foreach ($arrRoutes['prefixes'] as $platform => $prefixes) {
case 'kan-novel':
//伪造小说详情
$strView = 'pc/getNovelInfo.html';
$strView = 'pc/getKanNovelInfo.html';
if ($platform == 'h5') {
$strView = 'novel/getNovelInfo.html';
$strView = 'novel/getKanNovelInfo.html';
}
Route::get($strRoute, function () use ($strView) {
return view($strView);