debug
This commit is contained in:
@@ -14,29 +14,15 @@ class TemplateSeeder
|
||||
|
||||
$strInitDataFilePath = public_path('initdata');
|
||||
|
||||
// 小说详情title替换模板 - tkd
|
||||
// $strNovelTitleTempFile = $strInitDataFilePath . '/novel/novelInfoTitleTemp.php';
|
||||
// $arrNovelTitleTemp = include $strNovelTitleTempFile;
|
||||
/**
|
||||
* 替换模板分组 - url - 补充数据
|
||||
*/
|
||||
$arrUrlSubjectFomartGroupData = include $strInitDataFilePath . '/novel/urlSubjectFomartGroup.php';
|
||||
|
||||
// // 小说详情keyword替换模板 - tkd
|
||||
// $strNovelKeyswordTempFile = $strInitDataFilePath . '/novel/novelInfoKeyWordsTemp.php';
|
||||
// $arrNovelKeyswordTemp = include $strNovelKeyswordTempFile;
|
||||
|
||||
// // 小说详情Description替换模板 - tkd
|
||||
// $strNovelDescriptionTempFile = $strInitDataFilePath . '/novel/novelInfoDescriptionTemp.php';
|
||||
// $arrNovelDescriptionTemp = include $strNovelDescriptionTempFile;
|
||||
|
||||
// // 小说章节替换模板 - tkd
|
||||
// $strChapterTitleTempFile = $strInitDataFilePath . '/novel/novelChapterTitleTemp.php';
|
||||
// $arrChapterTitleTemp = include $strChapterTitleTempFile;
|
||||
|
||||
// 替换模板分组 - url - 补充数据
|
||||
$strUrlSubjectFomartGroupFile = $strInitDataFilePath . '/novel/urlSubjectFomartGroup.php';
|
||||
$arrUrlSubjectFomartGroupData = include $strUrlSubjectFomartGroupFile;
|
||||
|
||||
// 替换模板分组 - tkd - 补充数据
|
||||
$strTkdSubjectFomartGroupFile = $strInitDataFilePath . '/novel/tkdSubjectFomartGroup.php';
|
||||
$arrTkdSubjectFomartGroupData = include $strTkdSubjectFomartGroupFile;
|
||||
/**
|
||||
* 替换模板分组 - tkd - 补充数据
|
||||
*/
|
||||
$arrTkdSubjectFomartGroupData = include $strInitDataFilePath . '/novel/tkdSubjectFomartGroup.php';
|
||||
|
||||
/**
|
||||
* 替换模板分组 基础数据播种
|
||||
@@ -354,6 +340,8 @@ class TemplateSeeder
|
||||
'汇聚读者最爱的小说排行,日榜、周榜、月榜一网打尽,玄幻巅峰、都市热血、完结经典全都有,助你快速找到高人气好书!',
|
||||
]
|
||||
],
|
||||
|
||||
// 最新替换模板分组id 119
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user