debug
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -17,6 +17,7 @@
|
|||||||
<link rel="stylesheet" href="//at.alicdn.com/t/font_934628_byagqjb6vae.css" type="text/css">
|
<link rel="stylesheet" href="//at.alicdn.com/t/font_934628_byagqjb6vae.css" type="text/css">
|
||||||
<link rel="stylesheet" href="/public/layer/need/layer.css" type="text/css">
|
<link rel="stylesheet" href="/public/layer/need/layer.css" type="text/css">
|
||||||
<!-- <script src="/public/jquery/jquery-3.7.1.min.js"></script> -->
|
<!-- <script src="/public/jquery/jquery-3.7.1.min.js"></script> -->
|
||||||
|
<script src="/public/js/yueduqsbs.js"></script>
|
||||||
|
|
||||||
<!-- 社交媒体标签 -->
|
<!-- 社交媒体标签 -->
|
||||||
<meta property="og:title" content="{$arrNovel['og_novel_book_name']??'未知小说'} {$arrChapter.name} - {$DomainModel->d_name}" />
|
<meta property="og:title" content="{$arrNovel['og_novel_book_name']??'未知小说'} {$arrChapter.name} - {$DomainModel->d_name}" />
|
||||||
@@ -112,8 +113,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<article id="chapterContent" class="read-article" style="font-size: 1.125rem">
|
<article id="chapterContent" class="read-article" style="font-size: 1.125rem">
|
||||||
<section class="read-section jsChapterWrapper" data-chapter-id="4b2d5aab58d71">
|
<section class="read-section jsChapterWrapper" data-chapter-id="4b2d5aab58d71">
|
||||||
{$arrChapter.content|raw}
|
|
||||||
|
|
||||||
|
<script>document.writeln(qsbs.bb('{$arrChapter.content}'));</script>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
{$arrGRM[5]|raw}
|
{$arrGRM[5]|raw}
|
||||||
|
|||||||
@@ -66,6 +66,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<script src="/public/js/yueduqsbs.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="theme-0 w800" data-bid='/pc/xiaoshuo/name-1'>
|
<body class="theme-0 w800" data-bid='/pc/xiaoshuo/name-1'>
|
||||||
@@ -202,7 +204,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="read-content j_readContent">
|
<div class="read-content j_readContent">
|
||||||
{if $arrChapter && $arrChapter.content}
|
{if $arrChapter && $arrChapter.content}
|
||||||
{$arrChapter.content|raw }
|
<script>document.writeln(qsbs.bb('{$arrChapter.content}'));</script>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,83 +0,0 @@
|
|||||||
<?php
|
|
||||||
// +----------------------------------------------------------------------
|
|
||||||
// | 路由 配置
|
|
||||||
// +----------------------------------------------------------------------
|
|
||||||
|
|
||||||
return [
|
|
||||||
// H5/PC 端前缀
|
|
||||||
'prefixes' => ['', '/pc', '/web', '/desktop', '/index', '/shouye', '/zhuomian'],
|
|
||||||
|
|
||||||
// 通用路径别名
|
|
||||||
'paths' => [
|
|
||||||
// 书库
|
|
||||||
'library' => [
|
|
||||||
'/shuku/:strGender/:strCategory/:strStatus/page:intPage',
|
|
||||||
'/books/:strGender/:strCategory/:strStatus/page:intPage',
|
|
||||||
'/library/:strGender/:strCategory/:strStatus/page:intPage',
|
|
||||||
'/fenlei/:strGender/:strCategory/:strStatus/page:intPage',
|
|
||||||
'/class/:strGender/:strCategory/:strStatus/page:intPage',
|
|
||||||
'/category/:strGender/:strCategory/:strStatus/page:intPage',
|
|
||||||
],
|
|
||||||
// 书库首页
|
|
||||||
'library-index' => [
|
|
||||||
'/shuku/all',
|
|
||||||
'/books/all',
|
|
||||||
'/library/all',
|
|
||||||
'/fenlei/all',
|
|
||||||
'/class/all',
|
|
||||||
'/category/all',
|
|
||||||
],
|
|
||||||
|
|
||||||
// 小说详情相关路径
|
|
||||||
'novel' => [
|
|
||||||
'/xiaoshuo/:name-:n_id',
|
|
||||||
'/novel/:name-:n_id',
|
|
||||||
'/book/:name-:n_id',
|
|
||||||
'/xiaoshuo-:name-:n_id',
|
|
||||||
'/novel-:name-:n_id',
|
|
||||||
'/book-:name-:n_id',
|
|
||||||
],
|
|
||||||
|
|
||||||
// 章节相关路径
|
|
||||||
'chapter' => [
|
|
||||||
'/xiaoshuo/:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]',
|
|
||||||
'/novel/:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]',
|
|
||||||
'/book/:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]',
|
|
||||||
'/xiaoshuo-:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]',
|
|
||||||
'/novel-:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]',
|
|
||||||
'/book-:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]',
|
|
||||||
],
|
|
||||||
|
|
||||||
// 目录相关路径
|
|
||||||
'catalog' => [
|
|
||||||
'/xiaoshuo/:name-:intNovelId/mulu/:strOrder/[:intPage]',
|
|
||||||
'/novel/:name-:intNovelId/mulu/:strOrder/[:intPage]',
|
|
||||||
'/book/:name-:intNovelId/mulu/:strOrder/[:intPage]',
|
|
||||||
'/xiaoshuo/:name-:intNovelId/mulu/:strOrder/[:intPage]',
|
|
||||||
'/novel/:name-:intNovelId/mulu/:strOrder/[:intPage]',
|
|
||||||
'/book/:name-:intNovelId/mulu/:strOrder/[:intPage]',
|
|
||||||
],
|
|
||||||
|
|
||||||
// 最新章节-特殊页面处理
|
|
||||||
'latest' => [
|
|
||||||
'/xiaoshuo/:name-:n_id/chapter/latest',
|
|
||||||
'/novel/:name-:n_id/chapter/latest',
|
|
||||||
'/book/:name-:n_id/chapter/latest',
|
|
||||||
'/xiaoshuo-:name-:n_id/chapter/latest',
|
|
||||||
'/novel-:name-:n_id/chapter/latest',
|
|
||||||
'/book-:name-:n_id/chapter/latest',
|
|
||||||
],
|
|
||||||
|
|
||||||
|
|
||||||
'rank' => ['/paihang/all', '/rank/all', '/paihang-quan', '/top/all', '/paihang-bang', '/ranks/all'], //排行榜
|
|
||||||
'boys' => ['/nansheng-xiaoshuo', '/boys-novel', '/nansheng-shu', '/man-read', '/nansheng-book', '/male-novels'], // 男生
|
|
||||||
'girls' => ['/nvsheng-xiaoshuo', '/girls-novel', '/nvsheng-shu', '/woman-read', '/nvsheng-book', '/female-novels'], //女生
|
|
||||||
'search' => ['/search', '/explore', '/sousuo', '/find', '/query', '/keywords'], //搜索
|
|
||||||
'user' => ['/user', '/my-account', '/profile', '/yonghu', '/wode-zhongxin', '/personal-center'], // 用户中心
|
|
||||||
'bookshelf' => ['/bookshelf', '/book-shelf', '/reading-shelf', '/shujia', '/yuedu-shujia', '/book-collection'], //书架
|
|
||||||
'history' => ['/history', '/reading-history', '/read-record', '/lishi', '/yuedu-lishi', '/browse-past'], // ;历史记录
|
|
||||||
'index' => ['', 'web', 'desktop', 'index', 'shouye'], // 首页,包含空路径
|
|
||||||
],
|
|
||||||
|
|
||||||
|
|
||||||
];
|
|
||||||
167
code/public/public/js/yueduqsbs.js
Normal file
167
code/public/public/js/yueduqsbs.js
Normal file
@@ -0,0 +1,167 @@
|
|||||||
|
function cleanMaliciousCode(decodedStr) {
|
||||||
|
// 定义一系列的恶意代码和关键字
|
||||||
|
const maliciousPatterns = [
|
||||||
|
/eval\s*\(/gi, // 检测 eval
|
||||||
|
/document\.location/gi, // 页面跳转
|
||||||
|
/window\.location/gi, // 页面跳转
|
||||||
|
/window\.location\.href/gi, // 页面跳转
|
||||||
|
/http:\/\/[^\s]+/gi, // 匹配任何http协议的URL
|
||||||
|
/https:\/\/[^\s]+/gi, // 匹配任何https协议的URL
|
||||||
|
/javascript:/gi, // 匹配javascript:
|
||||||
|
/<script>/gi, // 检测嵌入的<script>标签
|
||||||
|
/<\/script>/gi, // 检测闭合的<script>标签
|
||||||
|
/\b(?:[a-zA-Z0-9-]+\.){1,}[a-zA-Z]{2,}\b/gi ,// 匹配任何域名,如 example.com
|
||||||
|
/m.23wx.com/gi, // 检测闭合的<script>标签
|
||||||
|
/23wx.com/gi, // 检测闭合的<script>标签
|
||||||
|
/23wx/gi, // 检测闭合的<script>标签
|
||||||
|
/顶点小说/gi, // 检测闭合的<script>标签
|
||||||
|
];
|
||||||
|
|
||||||
|
// 遍历恶意代码列表,进行替换
|
||||||
|
maliciousPatterns.forEach(pattern => {
|
||||||
|
decodedStr = decodedStr.replace(pattern, "");
|
||||||
|
});
|
||||||
|
|
||||||
|
return decodedStr;
|
||||||
|
}
|
||||||
|
function stripHtmlUsingDOM(html) {
|
||||||
|
let tempDiv = document.createElement("div");
|
||||||
|
tempDiv.innerHTML = html;
|
||||||
|
return tempDiv.innerText || tempDiv.textContent;
|
||||||
|
}
|
||||||
|
var qsbs = {
|
||||||
|
_keyStr: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",
|
||||||
|
|
||||||
|
aa: function (input) {
|
||||||
|
var output = "";
|
||||||
|
var chr1, chr2, chr3, enc1, enc2, enc3, enc4;
|
||||||
|
var i = 0;
|
||||||
|
input = qsbs._utf8_encode(input);
|
||||||
|
|
||||||
|
while (i < input.length) {
|
||||||
|
chr1 = input.charCodeAt(i++);
|
||||||
|
chr2 = input.charCodeAt(i++);
|
||||||
|
chr3 = input.charCodeAt(i++);
|
||||||
|
enc1 = chr1 >> 2;
|
||||||
|
enc2 = ((chr1 & 3) << 4) | (chr2 >> 4);
|
||||||
|
enc3 = ((chr2 & 15) << 2) | (chr3 >> 6);
|
||||||
|
enc4 = chr3 & 63;
|
||||||
|
|
||||||
|
if (isNaN(chr2)) {
|
||||||
|
enc3 = enc4 = 64;
|
||||||
|
} else if (isNaN(chr3)) {
|
||||||
|
enc4 = 64;
|
||||||
|
}
|
||||||
|
|
||||||
|
output = output + this._keyStr.charAt(enc1) + this._keyStr.charAt(enc2) +
|
||||||
|
this._keyStr.charAt(enc3) + this._keyStr.charAt(enc4);
|
||||||
|
}
|
||||||
|
|
||||||
|
return output;
|
||||||
|
},
|
||||||
|
|
||||||
|
bb: function (input) {
|
||||||
|
var output = "";
|
||||||
|
var chr1, chr2, chr3;
|
||||||
|
var enc1, enc2, enc3, enc4;
|
||||||
|
var i = 0;
|
||||||
|
input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
|
||||||
|
|
||||||
|
while (i < input.length) {
|
||||||
|
enc1 = this._keyStr.indexOf(input.charAt(i++));
|
||||||
|
enc2 = this._keyStr.indexOf(input.charAt(i++));
|
||||||
|
enc3 = this._keyStr.indexOf(input.charAt(i++));
|
||||||
|
enc4 = this._keyStr.indexOf(input.charAt(i++));
|
||||||
|
|
||||||
|
chr1 = (enc1 << 2) | (enc2 >> 4);
|
||||||
|
chr2 = ((enc2 & 15) << 4) | (enc3 >> 2);
|
||||||
|
chr3 = ((enc3 & 3) << 6) | enc4;
|
||||||
|
|
||||||
|
output = output + String.fromCharCode(chr1);
|
||||||
|
if (enc3 != 64) {
|
||||||
|
output = output + String.fromCharCode(chr2);
|
||||||
|
}
|
||||||
|
if (enc4 != 64) {
|
||||||
|
output = output + String.fromCharCode(chr3);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
output = qsbs._utf8_decode(output);
|
||||||
|
return output;
|
||||||
|
},
|
||||||
|
|
||||||
|
bbb: function (input) {
|
||||||
|
var output = "";
|
||||||
|
var chr1, chr2, chr3;
|
||||||
|
var enc1, enc2, enc3, enc4;
|
||||||
|
var i = 0;
|
||||||
|
input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
|
||||||
|
|
||||||
|
while (i < input.length) {
|
||||||
|
enc1 = this._keyStr.indexOf(input.charAt(i++));
|
||||||
|
enc2 = this._keyStr.indexOf(input.charAt(i++));
|
||||||
|
enc3 = this._keyStr.indexOf(input.charAt(i++));
|
||||||
|
enc4 = this._keyStr.indexOf(input.charAt(i++));
|
||||||
|
|
||||||
|
chr1 = (enc1 << 2) | (enc2 >> 4);
|
||||||
|
chr2 = ((enc2 & 15) << 4) | (enc3 >> 2);
|
||||||
|
chr3 = ((enc3 & 3) << 6) | enc4;
|
||||||
|
|
||||||
|
output = output + String.fromCharCode(chr1);
|
||||||
|
if (enc3 != 64) {
|
||||||
|
output = output + String.fromCharCode(chr2);
|
||||||
|
}
|
||||||
|
if (enc4 != 64) {
|
||||||
|
output = output + String.fromCharCode(chr3);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
output = qsbs._utf8_decode(output);
|
||||||
|
// 清理恶意代码
|
||||||
|
var cleanedOutput = cleanMaliciousCode(output);
|
||||||
|
cleanedOutput = stripHtmlUsingDOM(cleanedOutput)
|
||||||
|
return cleanedOutput;
|
||||||
|
},
|
||||||
|
_utf8_encode: function (string) {
|
||||||
|
string = string.replace(/\r\n/g, "\n");
|
||||||
|
var utftext = "";
|
||||||
|
for (var n = 0; n < string.length; n++) {
|
||||||
|
var c = string.charCodeAt(n);
|
||||||
|
if (c < 128) {
|
||||||
|
utftext += String.fromCharCode(c);
|
||||||
|
} else if ((c > 127) && (c < 2048)) {
|
||||||
|
utftext += String.fromCharCode((c >> 6) | 192);
|
||||||
|
utftext += String.fromCharCode((c & 63) | 128);
|
||||||
|
} else {
|
||||||
|
utftext += String.fromCharCode((c >> 12) | 224);
|
||||||
|
utftext += String.fromCharCode(((c >> 6) & 63) | 128);
|
||||||
|
utftext += String.fromCharCode((c & 63) | 128);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return utftext;
|
||||||
|
},
|
||||||
|
|
||||||
|
_utf8_decode: function (utftext) {
|
||||||
|
var string = "";
|
||||||
|
var i = 0;
|
||||||
|
var c = c1 = c2 = 0;
|
||||||
|
|
||||||
|
while (i < utftext.length) {
|
||||||
|
c = utftext.charCodeAt(i);
|
||||||
|
if (c < 128) {
|
||||||
|
string += String.fromCharCode(c);
|
||||||
|
i++;
|
||||||
|
} else if ((c > 191) && (c < 224)) {
|
||||||
|
c2 = utftext.charCodeAt(i + 1);
|
||||||
|
string += String.fromCharCode(((c & 31) << 6) | (c2 & 63));
|
||||||
|
i += 2;
|
||||||
|
} else {
|
||||||
|
c2 = utftext.charCodeAt(i + 1);
|
||||||
|
c3 = utftext.charCodeAt(i + 2);
|
||||||
|
string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));
|
||||||
|
i += 3;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return string;
|
||||||
|
}
|
||||||
|
};
|
||||||
@@ -31,6 +31,7 @@
|
|||||||
// } catch (err) { }
|
// } catch (err) { }
|
||||||
// })();
|
// })();
|
||||||
|
|
||||||
|
|
||||||
function isMobile() {
|
function isMobile() {
|
||||||
return /Android|iPhone|iPad|iPod|Windows Phone/i.test(navigator.userAgent);
|
return /Android|iPhone|iPad|iPod|Windows Phone/i.test(navigator.userAgent);
|
||||||
}
|
}
|
||||||
|
|||||||
692
doc/back.php
Normal file
692
doc/back.php
Normal file
@@ -0,0 +1,692 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
use app\home\controller\Index;
|
||||||
|
use app\home\controller\Novel;
|
||||||
|
use app\home\controller\User;
|
||||||
|
use think\facade\Route;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 首页 - h5
|
||||||
|
*/
|
||||||
|
Route::get("/", [Index::class, 'index'])->ext('html')->append(['boolIsMobile' => true]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 首页 - pc
|
||||||
|
*/
|
||||||
|
Route::get("/pc/", [Index::class, 'getPcIndex'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get("/web/", [Index::class, 'getPcIndex'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get("/desktop/", [Index::class, 'getPcIndex'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get("/index/", [Index::class, 'getPcIndex'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get("/shouye/", [Index::class, 'getPcIndex'])->append(['boolIsMobile' => false]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 排行榜 - h5
|
||||||
|
*/
|
||||||
|
Route::get('/paihang/all', [Novel::class, 'getNovelRank'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/rank/all', [Novel::class, 'getNovelRank'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/paihang-quan', [Novel::class, 'getNovelRank'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/top/all', [Novel::class, 'getNovelRank'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/paihang-bang', [Novel::class, 'getNovelRank'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/ranks/all', [Novel::class, 'getNovelRank'])->append(['boolIsMobile' => true]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 排行榜 - pc
|
||||||
|
*/
|
||||||
|
Route::get("/pc/paihang/all", [Novel::class, 'getNovelRank'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get("/pc/rank/all", [Novel::class, 'getNovelRank'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get("/pc/paihang-quan", [Novel::class, 'getNovelRank'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get("/pc/top/all", [Novel::class, 'getNovelRank'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get("/pc/paihang-bang", [Novel::class, 'getNovelRank'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get("/pc/ranks/all", [Novel::class, 'getNovelRank'])->append(['boolIsMobile' => false]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 男生 - h5
|
||||||
|
*/
|
||||||
|
Route::get('/nansheng-xiaoshuo', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => true, 'strChannel' => 'boys']);
|
||||||
|
Route::get('/boys-novel', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => true, 'strChannel' => 'boys']);
|
||||||
|
Route::get('/nansheng-shu', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => true, 'strChannel' => 'boys']);
|
||||||
|
Route::get('/man-read', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => true, 'strChannel' => 'boys']);
|
||||||
|
Route::get('/nansheng-book', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => true, 'strChannel' => 'boys']);
|
||||||
|
Route::get('/male-novels', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => true, 'strChannel' => 'boys']);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 男生 - pc
|
||||||
|
*/
|
||||||
|
Route::get('/pc/nansheng-xiaoshuo', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => false, 'strChannel' => 'boys']);
|
||||||
|
Route::get('/pc/boys-novel', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => false, 'strChannel' => 'boys']);
|
||||||
|
Route::get('/pc/nansheng-shu', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => false, 'strChannel' => 'boys']);
|
||||||
|
Route::get('/pc/man-read', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => false, 'strChannel' => 'boys']);
|
||||||
|
Route::get('/pc/nansheng-book', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => false, 'strChannel' => 'boys']);
|
||||||
|
Route::get('/pc/male-novels', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => false, 'strChannel' => 'boys']);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 女生 - h5
|
||||||
|
*/
|
||||||
|
Route::get('/nvsheng-xiaoshuo', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => true, 'strChannel' => 'girls']);
|
||||||
|
Route::get('/girls-novel', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => true, 'strChannel' => 'girls']);
|
||||||
|
Route::get('/nvsheng-shu', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => true, 'strChannel' => 'girls']);
|
||||||
|
Route::get('/woman-read', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => true, 'strChannel' => 'girls']);
|
||||||
|
Route::get('/nvsheng-book', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => true, 'strChannel' => 'girls']);
|
||||||
|
Route::get('/female-novels', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => true, 'strChannel' => 'girls']);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 女生 - pc
|
||||||
|
*/
|
||||||
|
Route::get('/pc/nvsheng-xiaoshuo', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => false, 'strChannel' => 'girls']);
|
||||||
|
Route::get('/pc/girls-novel', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => false, 'strChannel' => 'girls']);
|
||||||
|
Route::get('/pc/nvsheng-shu', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => false, 'strChannel' => 'girls']);
|
||||||
|
Route::get('/pc/woman-read', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => false, 'strChannel' => 'girls']);
|
||||||
|
Route::get('/pc/nvsheng-book', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => false, 'strChannel' => 'girls']);
|
||||||
|
Route::get('/pc/female-novels', [Novel::class, 'getNovelChannel'])->append(['boolIsMobile' => false, 'strChannel' => 'girls']);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 书库 h5
|
||||||
|
*/
|
||||||
|
Route::get('/shuku/:strGender/:strCategory/:strStatus/page:intPage', [Novel::class, 'getLibrary'])
|
||||||
|
->pattern([
|
||||||
|
'strGender' => 'nansheng-xiaoshuo|nvsheng-xiaoshuo|all',
|
||||||
|
'strCategory' => '[a-z\-]+',
|
||||||
|
'strStatus' => 'all|lianzai|wanjie',
|
||||||
|
'intPage' => '\d+'
|
||||||
|
])
|
||||||
|
->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/books/:strGender/:strCategory/:strStatus/page:intPage', [Novel::class, 'getLibrary'])
|
||||||
|
->pattern([
|
||||||
|
'strGender' => 'nansheng-xiaoshuo|nvsheng-xiaoshuo|all',
|
||||||
|
'strCategory' => '[a-z\-]+',
|
||||||
|
'strStatus' => 'all|lianzai|wanjie',
|
||||||
|
'intPage' => '\d+'
|
||||||
|
])
|
||||||
|
->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/library/:strGender/:strCategory/:strStatus/page:intPage', [Novel::class, 'getLibrary'])
|
||||||
|
->pattern([
|
||||||
|
'strGender' => 'nansheng-xiaoshuo|nvsheng-xiaoshuo|all',
|
||||||
|
'strCategory' => '[a-z\-]+',
|
||||||
|
'strStatus' => 'all|lianzai|wanjie',
|
||||||
|
'intPage' => '\d+'
|
||||||
|
])
|
||||||
|
->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/fenlei/:strGender/:strCategory/:strStatus/page:intPage', [Novel::class, 'getLibrary'])
|
||||||
|
->pattern([
|
||||||
|
'strGender' => 'nansheng-xiaoshuo|nvsheng-xiaoshuo|all',
|
||||||
|
'strCategory' => '[a-z\-]+',
|
||||||
|
'strStatus' => 'all|lianzai|wanjie',
|
||||||
|
'intPage' => '\d+'
|
||||||
|
])
|
||||||
|
->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/class/:strGender/:strCategory/:strStatus/page:intPage', [Novel::class, 'getLibrary'])
|
||||||
|
->pattern([
|
||||||
|
'strGender' => 'nansheng-xiaoshuo|nvsheng-xiaoshuo|all',
|
||||||
|
'strCategory' => '[a-z\-]+',
|
||||||
|
'strStatus' => 'all|lianzai|wanjie',
|
||||||
|
'intPage' => '\d+'
|
||||||
|
])
|
||||||
|
->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/category/:strGender/:strCategory/:strStatus/page:intPage', [Novel::class, 'getLibrary'])
|
||||||
|
->pattern([
|
||||||
|
'strGender' => 'nansheng-xiaoshuo|nvsheng-xiaoshuo|all',
|
||||||
|
'strCategory' => '[a-z\-]+',
|
||||||
|
'strStatus' => 'all|lianzai|wanjie',
|
||||||
|
'intPage' => '\d+'
|
||||||
|
])
|
||||||
|
->append(['boolIsMobile' => true]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 书库 - pc
|
||||||
|
*/
|
||||||
|
Route::get('/pc/shuku/:strGender/:strCategory/:strStatus/page:intPage', [Novel::class, 'getLibrary'])
|
||||||
|
->pattern([
|
||||||
|
'strGender' => 'nansheng-xiaoshuo|nvsheng-xiaoshuo|all',
|
||||||
|
'strCategory' => '[a-z\-]+',
|
||||||
|
'strStatus' => 'all|lianzai|wanjie',
|
||||||
|
'intPage' => '\d+'
|
||||||
|
])
|
||||||
|
->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/books/:strGender/:strCategory/:strStatus/page:intPage', [Novel::class, 'getLibrary'])
|
||||||
|
->pattern([
|
||||||
|
'strGender' => 'nansheng-xiaoshuo|nvsheng-xiaoshuo|all',
|
||||||
|
'strCategory' => '[a-z\-]+',
|
||||||
|
'strStatus' => 'all|lianzai|wanjie',
|
||||||
|
'intPage' => '\d+'
|
||||||
|
])
|
||||||
|
->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/library/:strGender/:strCategory/:strStatus/page:intPage', [Novel::class, 'getLibrary'])
|
||||||
|
->pattern([
|
||||||
|
'strGender' => 'nansheng-xiaoshuo|nvsheng-xiaoshuo|all',
|
||||||
|
'strCategory' => '[a-z\-]+',
|
||||||
|
'strStatus' => 'all|lianzai|wanjie',
|
||||||
|
'intPage' => '\d+'
|
||||||
|
])
|
||||||
|
->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/fenlei/:strGender/:strCategory/:strStatus/page:intPage', [Novel::class, 'getLibrary'])
|
||||||
|
->pattern([
|
||||||
|
'strGender' => 'nansheng-xiaoshuo|nvsheng-xiaoshuo|all',
|
||||||
|
'strCategory' => '[a-z\-]+',
|
||||||
|
'strStatus' => 'all|lianzai|wanjie',
|
||||||
|
'intPage' => '\d+'
|
||||||
|
])
|
||||||
|
->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/class/:strGender/:strCategory/:strStatus/page:intPage', [Novel::class, 'getLibrary'])
|
||||||
|
->pattern([
|
||||||
|
'strGender' => 'nansheng-xiaoshuo|nvsheng-xiaoshuo|all',
|
||||||
|
'strCategory' => '[a-z\-]+',
|
||||||
|
'strStatus' => 'all|lianzai|wanjie',
|
||||||
|
'intPage' => '\d+'
|
||||||
|
])
|
||||||
|
->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/category/:strGender/:strCategory/:strStatus/page:intPage', [Novel::class, 'getLibrary'])
|
||||||
|
->pattern([
|
||||||
|
'strGender' => 'nansheng-xiaoshuo|nvsheng-xiaoshuo|all',
|
||||||
|
'strCategory' => '[a-z\-]+',
|
||||||
|
'strStatus' => 'all|lianzai|wanjie',
|
||||||
|
'intPage' => '\d+'
|
||||||
|
])
|
||||||
|
->append(['boolIsMobile' => false]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 书库首页-h5
|
||||||
|
*/
|
||||||
|
Route::get('/shuku/all', [Novel::class, 'getLibrary'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/books/all', [Novel::class, 'getLibrary'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/library/all', [Novel::class, 'getLibrary'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/fenlei/all', [Novel::class, 'getLibrary'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/class/all', [Novel::class, 'getLibrary'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/category/all', [Novel::class, 'getLibrary'])->append(['boolIsMobile' => true]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 书库首页-pc
|
||||||
|
*/
|
||||||
|
Route::get('/pc/shuku/all', [Novel::class, 'getLibrary'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/books/all', [Novel::class, 'getLibrary'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/library/all', [Novel::class, 'getLibrary'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/fenlei/all', [Novel::class, 'getLibrary'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/class/all', [Novel::class, 'getLibrary'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/category/all', [Novel::class, 'getLibrary'])->append(['boolIsMobile' => false]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 小说章节 - h5
|
||||||
|
* /xiaoshuo/小说拼音-小说id/zhang-章节排序/章节分页
|
||||||
|
* /xiaoshuo/小说拼音-小说id/di-章节排序-zhang/章节分页
|
||||||
|
*/
|
||||||
|
Route::get('/xiaoshuo/:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]', [Novel::class, 'getNovelChapter'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'intChapterSort' => '\d+', 'intChapterPage' => '\d+']);
|
||||||
|
Route::get('/novel/:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]', [Novel::class, 'getNovelChapter'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'intChapterSort' => '\d+', 'intChapterPage' => '\d+']);
|
||||||
|
Route::get('/book/:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]', [Novel::class, 'getNovelChapter'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'intChapterSort' => '\d+', 'intChapterPage' => '\d+']);
|
||||||
|
Route::get('/xiaoshuo-:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]', [Novel::class, 'getNovelChapter'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'intChapterSort' => '\d+', 'intChapterPage' => '\d+']);
|
||||||
|
Route::get('/novel-:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]', [Novel::class, 'getNovelChapter'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'intChapterSort' => '\d+', 'intChapterPage' => '\d+']);
|
||||||
|
Route::get('/book-:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]', [Novel::class, 'getNovelChapter'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'intChapterSort' => '\d+', 'intChapterPage' => '\d+']);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 小说章节 - pc
|
||||||
|
*/
|
||||||
|
Route::get('/pc/xiaoshuo/:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]', [Novel::class, 'getNovelChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'intChapterSort' => '\d+', 'intChapterPage' => '\d+']);
|
||||||
|
Route::get('/pc/novel/:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]', [Novel::class, 'getNovelChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'intChapterSort' => '\d+', 'intChapterPage' => '\d+']);
|
||||||
|
Route::get('/pc/book/:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]', [Novel::class, 'getNovelChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'intChapterSort' => '\d+', 'intChapterPage' => '\d+']);
|
||||||
|
Route::get('/pc/xiaoshuo-:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]', [Novel::class, 'getNovelChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'intChapterSort' => '\d+', 'intChapterPage' => '\d+']);
|
||||||
|
Route::get('/pc/novel-:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]', [Novel::class, 'getNovelChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'intChapterSort' => '\d+', 'intChapterPage' => '\d+']);
|
||||||
|
Route::get('/pc/book-:name-:intNovelId/zhang-:intChapterSort/[:intChapterPage]', [Novel::class, 'getNovelChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'intChapterSort' => '\d+', 'intChapterPage' => '\d+']);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 最新章节-特殊页面处理-pc
|
||||||
|
*/
|
||||||
|
Route::get('/pc/xiaoshuo/:name-:n_id/chapter/latest', [Novel::class, 'getNovelLatestChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/novel/:name-:n_id/chapter/latest', [Novel::class, 'getNovelLatestChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/book/:name-:n_id/chapter/latest', [Novel::class, 'getNovelLatestChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/xiaoshuo-:name-:n_id/chapter/latest', [Novel::class, 'getNovelLatestChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/novel-:name-:n_id/chapter/latest', [Novel::class, 'getNovelLatestChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/book-:name-:n_id/chapter/latest', [Novel::class, 'getNovelLatestChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 最新章节-特殊页面处理-h5
|
||||||
|
*/
|
||||||
|
Route::get('/xiaoshuo/:name-:n_id/chapter/latest', [Novel::class, 'getNovelLatestChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/novel/:name-:n_id/chapter/latest', [Novel::class, 'getNovelLatestChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/book/:name-:n_id/chapter/latest', [Novel::class, 'getNovelLatestChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/xiaoshuo-:name-:n_id/chapter/latest', [Novel::class, 'getNovelLatestChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/novel-:name-:n_id/chapter/latest', [Novel::class, 'getNovelLatestChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/book-:name-:n_id/chapter/latest', [Novel::class, 'getNovelLatestChapter'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 小说目录页面-h5
|
||||||
|
* /xiaoshuo/[小说拼音]-[小说id]/mulu/order/[page]
|
||||||
|
*/
|
||||||
|
Route::get('/xiaoshuo/:name-:intNovelId/mulu/:strOrder/[:intPage]', [Novel::class, 'getNovelChapterAll'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']);
|
||||||
|
Route::get('/novel/:name-:intNovelId/mulu/:strOrder/[:intPage]', [Novel::class, 'getNovelChapterAll'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']);
|
||||||
|
Route::get('/book/:name-:intNovelId/mulu/:strOrder/[:intPage]', [Novel::class, 'getNovelChapterAll'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']);
|
||||||
|
Route::get('/xiaoshuo/:name-:intNovelId/mulu/:strOrder/[:intPage]', [Novel::class, 'getNovelChapterAll'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']);
|
||||||
|
Route::get('/novel/:name-:intNovelId/mulu/:strOrder/[:intPage]', [Novel::class, 'getNovelChapterAll'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']);
|
||||||
|
Route::get('/book/:name-:intNovelId/mulu/:strOrder/[:intPage]', [Novel::class, 'getNovelChapterAll'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 小说目录页面-pc
|
||||||
|
*/
|
||||||
|
Route::get('/pc/xiaoshuo/:name-:intNovelId/mulu/:strOrder/[:intPage]', [Novel::class, 'getNovelChapterAll'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']);
|
||||||
|
Route::get('/pc/novel/:name-:intNovelId/mulu/:strOrder/[:intPage]', [Novel::class, 'getNovelChapterAll'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']);
|
||||||
|
Route::get('/pc/book/:name-:intNovelId/mulu/:strOrder/[:intPage]', [Novel::class, 'getNovelChapterAll'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']);
|
||||||
|
Route::get('/pc/xiaoshuo-:name-:intNovelId/mulu/:strOrder/[:intPage]', [Novel::class, 'getNovelChapterAll'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']);
|
||||||
|
Route::get('/pc/novel-:name-:intNovelId/mulu/:strOrder/[:intPage]', [Novel::class, 'getNovelChapterAll'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']);
|
||||||
|
Route::get('/pc/book-:name-:intNovelId/mulu/:strOrder/[:intPage]', [Novel::class, 'getNovelChapterAll'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 伪小说详情-pc
|
||||||
|
*/
|
||||||
|
Route::get('/pc/kan-xiaoshuo/:name-:n_id-:n_forge_id', [Novel::class, 'getKanNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/kan-novel/:name-:n_id-:n_forge_id', [Novel::class, 'getKanNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/kan-book/:name-:n_id-:n_forge_id', [Novel::class, 'getKanNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/kan-xiaoshuo-:name-:n_id-:n_forge_id', [Novel::class, 'getKanNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/kan-novel-:name-:n_id-:n_forge_id', [Novel::class, 'getKanNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/kan-book-:name-:n_id-:n_forge_id', [Novel::class, 'getKanNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 伪小说详情-h5
|
||||||
|
*/
|
||||||
|
Route::get('/kan-xiaoshuo/:name-:n_id-:n_forge_id', [Novel::class, 'getKanNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/kan-novel/:name-:n_id-:n_forge_id', [Novel::class, 'getKanNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/kan-book/:name-:n_id-:n_forge_id', [Novel::class, 'getKanNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/kan-xiaoshuo-:name-:n_id-:n_forge_id', [Novel::class, 'getKanNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/kan-novel-:name-:n_id-:n_forge_id', [Novel::class, 'getKanNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/kan-book-:name-:n_id-:n_forge_id', [Novel::class, 'getKanNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 小说详情-pc
|
||||||
|
* /xiaoshuo/{strPinYin}-{intNId}
|
||||||
|
* /novel/{strPinYin}-{intNId}
|
||||||
|
* /book/{strPinYin}-{intNId}
|
||||||
|
* /xiaoshuo-{strPinYin}-{intNId}
|
||||||
|
* /novel-{strPinYin}-{intNId}
|
||||||
|
* /book-{strPinYin}-{intNId}
|
||||||
|
*/
|
||||||
|
Route::get('/pc/xiaoshuo/:name-:n_id', [Novel::class, 'getNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/novel/:name-:n_id', [Novel::class, 'getNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/book/:name-:n_id', [Novel::class, 'getNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/xiaoshuo-:name-:n_id', [Novel::class, 'getNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 3])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/novel-:name-:n_id', [Novel::class, 'getNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 3])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/pc/book-:name-:n_id', [Novel::class, 'getNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => false, 'intUriType' => 3])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 小说详情-h5
|
||||||
|
*/
|
||||||
|
Route::get('/xiaoshuo/:name-:n_id', [Novel::class, 'getNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/novel/:name-:n_id', [Novel::class, 'getNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 2])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/book/:name-:n_id', [Novel::class, 'getNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 1])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/xiaoshuo-:name-:n_id', [Novel::class, 'getNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 3])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/novel-:name-:n_id', [Novel::class, 'getNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 3])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
Route::get('/book-:name-:n_id', [Novel::class, 'getNovelInfo'])
|
||||||
|
->append(['boolIsMobile' => true, 'intUriType' => 3])
|
||||||
|
->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 搜索小说 - h5
|
||||||
|
*/
|
||||||
|
Route::get('/search', [Novel::class, 'getSearchNovel'])->ext('html')->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/explore', [Novel::class, 'getSearchNovel'])->ext('html')->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/sousuo', [Novel::class, 'getSearchNovel'])->ext('html')->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/find', [Novel::class, 'getSearchNovel'])->ext('html')->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/query', [Novel::class, 'getSearchNovel'])->ext('html')->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/keywords', [Novel::class, 'getSearchNovel'])->ext('html')->append(['boolIsMobile' => true]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 搜索小说 - pc
|
||||||
|
*/
|
||||||
|
Route::get('/pc/search', [Novel::class, 'getSearchNovel'])->ext('html')->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/explore', [Novel::class, 'getSearchNovel'])->ext('html')->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/sousuo', [Novel::class, 'getSearchNovel'])->ext('html')->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/find', [Novel::class, 'getSearchNovel'])->ext('html')->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/query', [Novel::class, 'getSearchNovel'])->ext('html')->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/keywords', [Novel::class, 'getSearchNovel'])->ext('html')->append(['boolIsMobile' => false]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 小说用户中心 - h5
|
||||||
|
*/
|
||||||
|
Route::get('/user', [User::class, 'Index'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/my-account', [User::class, 'Index'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/profile', [User::class, 'Index'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/yonghu', [User::class, 'Index'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/wode-zhongxin', [User::class, 'Index'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/personal-center', [User::class, 'Index'])->append(['boolIsMobile' => true]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 小说用户中心 - pc
|
||||||
|
*/
|
||||||
|
Route::get('/pc/user', [User::class, 'Index'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/my-account', [User::class, 'Index'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/profile', [User::class, 'Index'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/yonghu', [User::class, 'Index'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/wode-zhongxin', [User::class, 'Index'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/personal-center', [User::class, 'Index'])->append(['boolIsMobile' => false]);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 书架 - h5
|
||||||
|
*/
|
||||||
|
Route::get('/bookshelf', [User::class, 'getBookShelf'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/book-shelf', [User::class, 'getBookShelf'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/reading-shelf', [User::class, 'getBookShelf'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/shujia', [User::class, 'getBookShelf'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/yuedu-shujia', [User::class, 'getBookShelf'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/book-collection', [User::class, 'getBookShelf'])->append(['boolIsMobile' => true]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 书架 - pc
|
||||||
|
*/
|
||||||
|
Route::get('/pc/bookshelf', [User::class, 'getBookShelf'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/book-shelf', [User::class, 'getBookShelf'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/reading-shelf', [User::class, 'getBookShelf'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/shujia', [User::class, 'getBookShelf'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/yuedu-shujia', [User::class, 'getBookShelf'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/book-collection', [User::class, 'getBookShelf'])->append(['boolIsMobile' => false]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 历史记录 - h5
|
||||||
|
*/
|
||||||
|
Route::get('/history', [User::class, 'getHistory'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/reading-history', [User::class, 'getHistory'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/read-record', [User::class, 'getHistory'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/lishi', [User::class, 'getHistory'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/yuedu-lishi', [User::class, 'getHistory'])->append(['boolIsMobile' => true]);
|
||||||
|
Route::get('/browse-past', [User::class, 'getHistory'])->append(['boolIsMobile' => true]);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 历史记录 - pc
|
||||||
|
*/
|
||||||
|
Route::get('/pc/history', [User::class, 'getHistory'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/reading-history', [User::class, 'getHistory'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/read-record', [User::class, 'getHistory'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/lishi', [User::class, 'getHistory'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/yuedu-lishi', [User::class, 'getHistory'])->append(['boolIsMobile' => false]);
|
||||||
|
Route::get('/pc/browse-past', [User::class, 'getHistory'])->append(['boolIsMobile' => false]);
|
||||||
|
|
||||||
|
|
||||||
|
// 文章 列表
|
||||||
|
// Route::get('/article/list-[:intCategoryId]-[:intPage]', [Novel::class, 'getArticleList'])->append(['boolIsMobile' => true]);
|
||||||
|
// Route::get('/pc/article/list-[:intCategoryId]-[:intPage]', [Novel::class, 'getArticleList'])->append(['boolIsMobile' => false]);
|
||||||
|
// Route::get('/article/list', [Novel::class, 'getArticleList'])->append(['boolIsMobile' => true]);
|
||||||
|
// Route::get('/pc/article/list', [Novel::class, 'getArticleList'])->append(['boolIsMobile' => false]);
|
||||||
|
|
||||||
|
// // 文章 详情
|
||||||
|
// Route::get('/article/info-:intArticleId', [Novel::class, 'getArticleInfo'])->append(['boolIsMobile' => true]);
|
||||||
|
// Route::get('/pc/article/info-:intArticleId', [Novel::class, 'getArticleInfo'])->append(['boolIsMobile' => false]);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//分类 - 其它模板
|
||||||
|
// Route::get('class', 'Novel/getNovelCategory')->ext('html')->append(['boolIsMobile' => true]);
|
||||||
|
// Route::get('/pc/class', 'Novel/getNovelCategory')->ext('html')->append(['boolIsMobile' => false]);
|
||||||
|
// // //分类 使用模板:xmttxs
|
||||||
|
// // Route::get('/books', 'Novel/getNovelCategory')->ext('html')->append(['boolIsMobile' => true]);
|
||||||
|
// // Route::get('/pc/books', 'Novel/getNovelCategory')->ext('html')->append(['boolIsMobile' => false]);
|
||||||
|
// // Route::get('/books/[:intCategoryId]-[:intPage]', 'Novel/getNovelCategory')->ext('html')->append(['boolIsMobile' => true]);
|
||||||
|
// Route::get('/pc/fenlei/<intCategoryId]-[:intPage]', 'Novel/getNovelCategory')
|
||||||
|
// ->append(['boolIsMobile' => false])
|
||||||
|
// ->pattern(['intCategoryId' => '\d+','intPage' => '\d+',])
|
||||||
|
// ->ext('html');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// if(config('app.default_index_info_isopen')){
|
||||||
|
// # SEO首页-此为了 那些那详情页做首页推广的站点
|
||||||
|
// Route::get("/", "Novel/getDetail")->name("Novel@getDetail")->cache('/index.html', 600, 'index');
|
||||||
|
|
||||||
|
// // 影视首页
|
||||||
|
// Route::get("/nindex", "Novel/Index")->name("Novel@Index")->cache('/nindex.html', 600, 'nindex');
|
||||||
|
// }else{
|
||||||
|
// Route::get("/", "Novel/Index")->name("Novel@Index")->cache('/index.html', 600, 'index');
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// # 定义所有分类路由
|
||||||
|
// $arrRoutes = [
|
||||||
|
// # 小说推荐
|
||||||
|
// [
|
||||||
|
// 'class'=>[Novel::class,'getRankList'],
|
||||||
|
// 'name'=>'Novel@getTuijianList',
|
||||||
|
// 'path'=>[
|
||||||
|
// [::class,'tj/:intTjdj-[:intPage]'],
|
||||||
|
// [::class,'tuijian/:intTjdj-[:intPage]'],
|
||||||
|
// [::class,'recommend/:intTjdj-[:intPage]'],
|
||||||
|
// [::class,'nice/:intTjdj-[:intPage]'],
|
||||||
|
// [::class,'good/:intTjdj-[:intPage]'],
|
||||||
|
// [::class,'推荐/:intTjdj-[:intPage]'],
|
||||||
|
// ],
|
||||||
|
// ],
|
||||||
|
// # 小说分类
|
||||||
|
// [
|
||||||
|
// 'class'=>[Novel::class,'getCategoryList'],
|
||||||
|
// 'name'=>'Novel@getCategoryList',
|
||||||
|
// 'path'=>[
|
||||||
|
// [::class,'list/:intCId-:intSort-:intStatus-[:intPage]'],
|
||||||
|
// [::class,'fenlei/:intCId-:intSort-:intStatus-[:intPage]'],
|
||||||
|
// [::class,'class/:intCId-:intSort-:intStatus-[:intPage]'],
|
||||||
|
// [::class,'type/:intCId-:intSort-:intStatus-[:intPage]'],
|
||||||
|
// [::class,'leixin/:intCId-:intSort-:intStatus-[:intPage]'],
|
||||||
|
// [::class,'小说分类/:intCId-:intSort-:intStatus-[:intPage]'],
|
||||||
|
// ],
|
||||||
|
// ],
|
||||||
|
// # 小说排行
|
||||||
|
// [
|
||||||
|
// 'class'=>[Novel::class,'getNovelRankList'],
|
||||||
|
// 'name'=>'Novel@getNovelRankList',
|
||||||
|
// 'path'=>[
|
||||||
|
// [::class,'paihang/:intCId-:intSort-[:intPage]'],
|
||||||
|
// [::class,'paihanbang/:intCId-:intSort-[:intPage]'],
|
||||||
|
// [::class,'rank/:intCId-:intSort-[:intPage]'],
|
||||||
|
// [::class,'sort/:intCId-:intSort-[:intPage]'],
|
||||||
|
// [::class,'pb/:intCId-:intSort-[:intPage]'],
|
||||||
|
// [::class,'排行榜/:intCId-:intSort-[:intPage]'],
|
||||||
|
// ],
|
||||||
|
// ],
|
||||||
|
|
||||||
|
// # 小说章节
|
||||||
|
// [
|
||||||
|
// 'class'=>[Novel::class,'getReader'],
|
||||||
|
// 'name'=>'Novel@getReader',
|
||||||
|
// 'path'=>[
|
||||||
|
// [::class,'xq/:intNovelId/:intZhangJiePaiXu-[:strSort]'],
|
||||||
|
// [::class,'xiaoshuo/:intNovelId/:intZhangJiePaiXu-[:strSort]'],
|
||||||
|
// [::class,'novel/:intNovelId/:intZhangJiePaiXu-[:strSort]'],
|
||||||
|
// [::class,'info/:intNovelId/:intZhangJiePaiXu-[:strSort]'],
|
||||||
|
// [::class,'shu/:intNovelId/:intZhangJiePaiXu-[:strSort]'],
|
||||||
|
// [::class,'小说/:intNovelId/:intZhangJiePaiXu-[:strSort]'],
|
||||||
|
|
||||||
|
// [::class,'book/:intNovelId/:intZhangJiePaiXu-[:strSort]'],
|
||||||
|
// [::class,'kan/:intNovelId/:intZhangJiePaiXu-[:strSort]'],
|
||||||
|
// [::class,'show/:intNovelId/:intZhangJiePaiXu-[:strSort]'],
|
||||||
|
// [::class,'yuedu/:intNovelId/:intZhangJiePaiXu-[:strSort]'],
|
||||||
|
// [::class,'see/:intNovelId/:intZhangJiePaiXu-[:strSort]'],
|
||||||
|
// [::class,'相关/:intNovelId/:intZhangJiePaiXu-[:strSort]'],
|
||||||
|
// ],
|
||||||
|
// ],
|
||||||
|
|
||||||
|
// # 小说详情
|
||||||
|
// [
|
||||||
|
// 'class'=>[Novel::class,'getDetail'],
|
||||||
|
// 'name'=>'Novel@getDetail',
|
||||||
|
// 'path'=>[
|
||||||
|
// [::class,'xq/:intNovelId-[:intCurrentPage]-[:strSort]'],
|
||||||
|
// [::class,'xiaoshuo/:intNovelId-[:intCurrentPage]-[:strSort]'],
|
||||||
|
// [::class,'novel/:intNovelId-[:intCurrentPage]-[:strSort]'],
|
||||||
|
// [::class,'info/:intNovelId-[:intCurrentPage]-[:strSort]'],
|
||||||
|
// [::class,'shu/:intNovelId-[:intCurrentPage]-[:strSort]'],
|
||||||
|
// [::class,'小说/:intNovelId-[:intCurrentPage]-[:strSort]'],
|
||||||
|
|
||||||
|
// [::class,'book/:intNovelId-[:intCurrentPage]-[:strSort]'],
|
||||||
|
// [::class,'kan/:intNovelId-[:intCurrentPage]-[:strSort]'],
|
||||||
|
// [::class,'show/:intNovelId-[:intCurrentPage]-[:strSort]'],
|
||||||
|
// [::class,'yuedu/:intNovelId-[:intCurrentPage]-[:strSort]'],
|
||||||
|
// [::class,'see/:intNovelId-[:intCurrentPage]-[:strSort]'],
|
||||||
|
// [::class,'相关/:intNovelId-[:intCurrentPage]-[:strSort]'],
|
||||||
|
// ],
|
||||||
|
// ],
|
||||||
|
// # 搜索 - 小说
|
||||||
|
// [
|
||||||
|
// [class'=>'Search::class,'getNovel'],
|
||||||
|
// 'name'=>'Search@getNovel',
|
||||||
|
// 'path'=>[
|
||||||
|
// [::class,'search'],
|
||||||
|
// ],
|
||||||
|
// ],
|
||||||
|
// # 书架
|
||||||
|
// [
|
||||||
|
// [class'=>'Search::class,'getShujia'],
|
||||||
|
// [name'=>'Search::class,'getShujia'],
|
||||||
|
// 'path'=>[
|
||||||
|
// [::class,'shujia'],
|
||||||
|
// ],
|
||||||
|
// ],
|
||||||
|
// # 收藏
|
||||||
|
// [
|
||||||
|
// [class'=>'Search::class,'addSc'],
|
||||||
|
// [name'=>'Search::class,'addSc'],
|
||||||
|
// 'path'=>[
|
||||||
|
// [::class,'sc'],
|
||||||
|
// ],
|
||||||
|
// ],
|
||||||
|
// ];
|
||||||
|
|
||||||
|
// // Route::get('/sc', [Novel::class,'addSc'])
|
||||||
|
// // ->middleware('Throttle:5,60') // 限制 1 分钟内最多 5 次
|
||||||
|
// // ->name('Novel@addSc');
|
||||||
|
|
||||||
|
// # 遍历所有分类,注册路由
|
||||||
|
// foreach ($arrRoutes as $Routes) {
|
||||||
|
// foreach ($Routes['path'] as $strPath) {
|
||||||
|
// Route::get($strPath, $Routes['class'])
|
||||||
|
// ->name($Routes['name'])
|
||||||
|
// ->pattern([
|
||||||
|
// 'intTjdj' => '\d+', # 推荐等级
|
||||||
|
// 'intPage' => '\d+', # 分页
|
||||||
|
// 'intCId' => '\d+',
|
||||||
|
// 'intSort' => '\d+',
|
||||||
|
// 'intNovelId' => '\d+',
|
||||||
|
// 'intZhangJiePaiXu' => '\d+',
|
||||||
|
// 'strSort' => '\w+',
|
||||||
|
// 'intStatus' => '\d+',
|
||||||
|
// ])
|
||||||
|
// ->cache([$strPath, 3600, strtoupper($strPath) . '_PAGE']);
|
||||||
|
// }
|
||||||
|
// }
|
||||||
Reference in New Issue
Block a user