This commit is contained in:
make
2025-04-13 18:00:20 +08:00
parent 05f2c86b8e
commit ba4bd85838
12 changed files with 111 additions and 22 deletions

View File

@@ -305,7 +305,7 @@ class TemplateSeeder
'arrSubjectFomart' => ['/pc', '/web', '/desktop', '/index', '/shouye', '/zhuomian']
],
'CATEGORY_INDEX_URL' => [
'description' => '书库首页Url 模板1',
'description' => '书库首页URL 模板1',
'sfg_id' => 108,
'arrSubjectFomart' => ['/shuku/all',]
],
@@ -415,6 +415,7 @@ class TemplateSeeder
'd_text_logo' => '热门小说阅读平台',
't_cfg' => $arrSubjectFomartGroupData,
],
];
self::initTemplate($arrTemplateData);