This commit is contained in:
make
2025-05-06 11:22:00 +08:00
parent 6778a6ea1e
commit 69ed88afe8
4 changed files with 17 additions and 66 deletions

View File

@@ -220,7 +220,7 @@ $arrNovelSubjectFomartGroupData = [
]
],
'KAN_NOVEL_INFO_URL' => [
'description' => 'kan小说详情URL 模板1',
'description' => '小说详情URL 模板1',
'sfg_id' => 30,
'arrSubjectFomart' => [
'/kan-xiaoshuo/{strPinYin}-{intNId}-{intNForgeId}',

View File

@@ -312,35 +312,35 @@ return [
* '/book-{strPinYin}-{intNId}/chapter/latest',
*/
'NEWS_CONTENT_INFO_URL_T2' => [
'description' => '最新内容章节URL 模板2',
'description' => '最新章节特殊页URL 模板2',
'sfg_id' => 79,
'arrSubjectFomart' => [
'/novel/{strPinYin}-{intNId}/chapter/latest',
]
],
'NEWS_CONTENT_INFO_URL_T3' => [
'description' => '最新内容章节URL 模板3',
'description' => '最新章节特殊页URL 模板3',
'sfg_id' => 80,
'arrSubjectFomart' => [
'/book/{strPinYin}-{intNId}/chapter/latest',
]
],
'NEWS_CONTENT_INFO_URL_T4' => [
'description' => '最新内容章节URL 模板4',
'description' => '最新章节特殊页URL 模板4',
'sfg_id' => 81,
'arrSubjectFomart' => [
'/xiaoshuo-{strPinYin}-{intNId}/chapter/latest',
]
],
'NEWS_CONTENT_INFO_URL_T5' => [
'description' => '最新内容章节URL 模板5',
'description' => '最新章节特殊页URL 模板5',
'sfg_id' => 82,
'arrSubjectFomart' => [
'/novel-{strPinYin}-{intNId}/chapter/latest',
]
],
'NEWS_CONTENT_INFO_URL_T6' => [
'description' => '最新内容章节URL 模板6',
'description' => '最新章节特殊页URL 模板6',
'sfg_id' => 83,
'arrSubjectFomart' => [
'/book-{strPinYin}-{intNId}/chapter/latest',