This commit is contained in:
make
2025-04-14 17:24:37 +08:00
parent 99c40a1805
commit c0c4eb6c1a
2 changed files with 6 additions and 6 deletions

View File

@@ -247,7 +247,7 @@ class TemplateSeeder
'description' => 'kan小说详情URL 模板1',
'sfg_id' => 30,
'arrSubjectFomart' => [
'/kan-xiaoshuo/{strPinYin}-{intNId}',
'/kan-xiaoshuo/{strPinYin}-{intNId}-{intNForgeId}',
]
],
'NOVEL_CATALOG_URL' => [

View File

@@ -196,35 +196,35 @@ return [
'description' => '伪小说详情URL 模板2',
'sfg_id' => 64,
'arrSubjectFomart' => [
'/kan-novel/{strPinYin}-{intNId}',
'/kan-novel/{strPinYin}-{intNId}-{intNForgeId}',
]
],
'KAN_NOVEL_INFO_URL_T3' => [
'description' => '伪小说详情URL 模板3',
'sfg_id' => 65,
'arrSubjectFomart' => [
'/kan-book/{strPinYin}-{intNId}',
'/kan-book/{strPinYin}-{intNId}-{intNForgeId}',
]
],
'KAN_NOVEL_INFO_URL_T4' => [
'description' => '伪小说详情URL 模板4',
'sfg_id' => 66,
'arrSubjectFomart' => [
'/kan-xiaoshuo-{strPinYin}-{intNId}',
'/kan-xiaoshuo-{strPinYin}-{intNId}-{intNForgeId}',
]
],
'KAN_NOVEL_INFO_URL_T5' => [
'description' => '伪小说详情URL 模板5',
'sfg_id' => 67,
'arrSubjectFomart' => [
'/kan-novel-{strPinYin}-{intNId}',
'/kan-novel-{strPinYin}-{intNId}-{intNForgeId}',
]
],
'KAN_NOVEL_INFO_URL_T6' => [
'description' => '伪小说详情URL 模板6',
'sfg_id' => 68,
'arrSubjectFomart' => [
'/kan-book-{strPinYin}-{intNId}',
'/kan-book-{strPinYin}-{intNId}-{intNForgeId}',
]
],