Merge branch 'dev' of ssh://git.bgbg.live:18150/root/SEONexus into dev

This commit is contained in:
Default
2025-04-10 15:56:03 +08:00
24 changed files with 374 additions and 220 deletions

View File

@@ -87,6 +87,7 @@ class TemplateSeeder
'description' => '详情Title 替换模板分组ID',
'sfg_id' => 10,
'arrSubjectFomart' => [
'{strNovelName} - {strNovelAuthor}- {strNovelCategoryName} - 免费在线阅读 - {strSiteName}',
'{strNovelName} - {strNovelAuthor} - {strSiteName} - 免费阅读',
]
],
@@ -94,7 +95,7 @@ class TemplateSeeder
'description' => '详情Keywords 替换模板分组ID',
'sfg_id' => 11,
'arrSubjectFomart' => [
'{strNovelName}, {strNovelAuthor}, {strNovelCategoryName}小说, {strNovelSex}小说, {strNovelStatus}小说, {strSiteName}, 免费阅读',
'{strNovelName}, {strNovelAuthor}, {strNovelCategoryName}, {strNovelSex}小说, {strNovelStatus}小说, {strSiteName}, 免费阅读',
]
],
'NOVEL@GETNOVELINFO@DESCRIPTION' => [
@@ -109,20 +110,21 @@ class TemplateSeeder
'description' => '目录Title 替换模板分组ID',
'sfg_id' => 13,
'arrSubjectFomart' => [
'{strNovelName}章节目录 - {strSiteName} - 第{intPage}页',
'{strNovelName}章节目录 - {strNovelAuthor} - 免费查看 - {strSiteName} 第{intPage}页',
]
],
'NOVEL@GETNOVELCHAPTERALL@KEYWORDS' => [
'description' => '目录Keywords 替换模板分组ID',
'sfg_id' => 14,
'arrSubjectFomart' => [
'{strNovelName}, {strNovelName}章节目录, {strNovelAuthor}, {strNovelCategoryName}小说, {strNovelSex}小说, {strSiteKeywords}, {strSiteName}',
'{strNovelName}, 章节目录, {strNovelAuthor}, {strNovelCategoryName}, 免费阅读,{strNovelSex}小说, {strSiteKeywords}, {strSiteName}',
]
],
'NOVEL@GETNOVELCHAPTERALL@DESCRIPTION' => [
'description' => '目录Description 替换模板分组ID',
'sfg_id' => 15,
'arrSubjectFomart' => [
'{strSiteName}提供{strNovelName}章节目录免费查看,第{intPage}页包含最新{strNovelStatus}章节,{strNovelAuthor}创作,畅享{strSiteDomain}',
]
],
@@ -131,21 +133,22 @@ class TemplateSeeder
'description' => '内容Title 替换模板分组ID',
'sfg_id' => 16,
'arrSubjectFomart' => [
'{strNovelName} {strNovelChapterSort}章 {strNovelChapterName} - {strSiteName}',
'{strNovelName} {strNovelChapterName} - {strNovelAuthor} - 免费阅读 - {strSiteName}',
'{strNovelName} {strNovelChapterName} - {strSiteName}',
]
],
'NOVEL@GETNOVELCHAPTER@KEYWORDS' => [
'description' => '内容Keywords 替换模板分组ID',
'sfg_id' => 17,
'arrSubjectFomart' => [
'{strNovelName}, 第{strNovelChapterSort}章, {strNovelChapterName}, {strNovelAuthor}, {strSiteKeywords}, {strSiteName}, 免费阅读',
'{strNovelName}, {strNovelChapterName}, {strNovelAuthor}, {strSiteKeywords}, 免费阅读, {strSiteName}',
]
],
'NOVEL@GETNOVELCHAPTER@DESCRIPTION' => [
'description' => '内容Description 替换模板分组ID',
'sfg_id' => 18,
'arrSubjectFomart' => [
'{strSiteName}提供{strNovelName}第{strNovelChapterSort}章{strNovelChapterName}免费阅读,{strNovelAuthor}创作,畅享{strSiteDomain}',
'{strNovelName}{strNovelChapterName}免费在线阅读,{strNovelAuthor}著。{strChapterDescription},快来{strSiteName}畅读精彩章节',
]
],
@@ -227,11 +230,11 @@ class TemplateSeeder
'sfg_id' => 29,
'arrSubjectFomart' => [
'/xiaoshuo/{strPinYin}-{intNId}',
'/novel/{strPinYin}-{intNId}',
'/book/{strPinYin}-{intNId}',
'/xiaoshuo-{strPinYin}-{intNId}',
'/novel-{strPinYin}-{intNId}',
'/book-{strPinYin}-{intNId}',
// '/novel/{strPinYin}-{intNId}',
// '/book/{strPinYin}-{intNId}',
// '/xiaoshuo-{strPinYin}-{intNId}',
// '/novel-{strPinYin}-{intNId}',
// '/book-{strPinYin}-{intNId}',
]
],
'KAN_NOVEL_INFO_URL' => [