debug
This commit is contained in:
@@ -117,7 +117,7 @@ class TemplateSeeder
|
||||
'{strNovelName} - {strNovelAuthor}全集 - {strSiteName}免费小说',
|
||||
'{strNovelName}在线阅读全本 - {strNovelCategoryName} - {strSiteName}',
|
||||
'{strNovelName}免费小说章节 - {strNovelAuthor}更新 - {strSiteName}',
|
||||
|
||||
|
||||
]
|
||||
],
|
||||
'NOVEL@GETNOVELINFO@KEYWORDS' => [
|
||||
@@ -337,7 +337,12 @@ class TemplateSeeder
|
||||
'/user',
|
||||
]
|
||||
],
|
||||
|
||||
'PC_URL_PATH' => [
|
||||
'description' => 'pc端URL目录 模板',
|
||||
'sfg_id' => 107,
|
||||
'arrSubjectFomart' => ['/pc', '/web', '/desktop', '/index', '/shouye', '/zhuomian']
|
||||
],
|
||||
|
||||
|
||||
// SEO 丰富内容
|
||||
'INDEX_POPULAR_NOVELS' => [
|
||||
@@ -856,8 +861,7 @@ class TemplateSeeder
|
||||
]
|
||||
],
|
||||
|
||||
|
||||
// 最新替换模板分组id 106
|
||||
// 最新替换模板分组id 107
|
||||
|
||||
];
|
||||
|
||||
@@ -993,7 +997,7 @@ class TemplateSeeder
|
||||
$SubjectFomartModel = SubjectFomartModel::where('sfg_id', $SubjectFomartItem['sfg_id'])->where('sf_val', $SubjectFomart)->find();
|
||||
if (empty($SubjectFomartModel)) {
|
||||
SubjectFomartModel::insert($SubjectFomartItem);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
if (empty($SubjectFomartGroupModel)) {
|
||||
|
||||
Reference in New Issue
Block a user