This commit is contained in:
make
2025-04-11 20:52:26 +08:00
parent 1d482274c2
commit 89bbd72eb4
3 changed files with 486 additions and 16 deletions

View File

@@ -316,6 +316,28 @@ class TemplateSeeder
'/search.html?keywords={strSearchKeywords}&page={intPage}',
]
],
'HISTORY_INFO_URL' => [
'description' => '历史记录URL 模板1',
'sfg_id' => 89,
'arrSubjectFomart' => [
'/history',
]
],
'SHUJIA_INFO_URL' => [
'description' => '书架URL 模板1',
'sfg_id' => 90,
'arrSubjectFomart' => [
'/bookshelf',
]
],
'USER_INFO_URL' => [
'description' => '用户中心URL 模板1',
'sfg_id' => 91,
'arrSubjectFomart' => [
'/user',
]
],
// SEO 丰富内容
'INDEX_POPULAR_NOVELS' => [
@@ -723,7 +745,119 @@ class TemplateSeeder
]
],
// 最新id 88
// 历史记录
'HISTORY_INFO_URL_T2' => [
'description' => '历史记录URL 模板2',
'sfg_id' => 92,
'arrSubjectFomart' => [
'/reading-history',
]
],
'HISTORY_INFO_URL_T3' => [
'description' => '历史记录URL 模板3',
'sfg_id' => 93,
'arrSubjectFomart' => [
'/read-record',
]
],
'HISTORY_INFO_URL_T4' => [
'description' => '历史记录URL 模板4',
'sfg_id' => 94,
'arrSubjectFomart' => [
'/lishi',
]
],
'HISTORY_INFO_URL_T5' => [
'description' => '历史记录URL 模板5',
'sfg_id' => 95,
'arrSubjectFomart' => [
'/yuedu-lishi',
]
],
'HISTORY_INFO_URL_T6' => [
'description' => '历史记录URL 模板6',
'sfg_id' => 96,
'arrSubjectFomart' => [
'/browse-past',
]
],
// 历史记录
'SHUJIA_INFO_URL_T2' => [
'description' => '书架URL 模板2',
'sfg_id' => 97,
'arrSubjectFomart' => [
'/book-shelf',
]
],
'SHUJIA_INFO_URL_T3' => [
'description' => '书架URL 模板3',
'sfg_id' => 98,
'arrSubjectFomart' => [
'/reading-shelf',
]
],
'SHUJIA_INFO_URL_T4' => [
'description' => '书架URL 模板4',
'sfg_id' => 99,
'arrSubjectFomart' => [
'/shujia',
]
],
'SHUJIA_INFO_URL_T5' => [
'description' => '书架URL 模板5',
'sfg_id' => 100,
'arrSubjectFomart' => [
'/yuedu-shujia',
]
],
'SHUJIA_INFO_URL_T6' => [
'description' => '书架URL 模板6',
'sfg_id' => 101,
'arrSubjectFomart' => [
'/book-collection',
]
],
// 用户中心
'USER_INFO_URL_T2' => [
'description' => '用户中心URL 模板2',
'sfg_id' => 102,
'arrSubjectFomart' => [
'/my-account',
]
],
'USER_INFO_URL_T3' => [
'description' => '用户中心URL 模板3',
'sfg_id' => 103,
'arrSubjectFomart' => [
'/profile',
]
],
'USER_INFO_URL_T4' => [
'description' => '用户中心URL 模板4',
'sfg_id' => 104,
'arrSubjectFomart' => [
'/yonghu',
]
],
'USER_INFO_URL_T5' => [
'description' => '用户中心URL 模板5',
'sfg_id' => 105,
'arrSubjectFomart' => [
'/wode-zhongxin',
]
],
'USER_INFO_URL_T6' => [
'description' => '用户中心URL 模板6',
'sfg_id' => 106,
'arrSubjectFomart' => [
'/personal-center',
]
],
// 最新替换模板分组id 106
];