This commit is contained in:
make
2025-04-13 12:22:43 +08:00
parent 09df04eb40
commit 05f2c86b8e
35 changed files with 2852 additions and 270 deletions

View File

@@ -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
];