This commit is contained in:
make
2025-05-02 18:30:50 +08:00
parent 85f2ef5cb2
commit 65ac6d7652
19 changed files with 489 additions and 302 deletions

View File

@@ -324,6 +324,35 @@ class TemplateSeeder
]
],
'VIDEO_CATEGORY_INDEX_URL' => [
'description' => '视频分类首页URL 模板1',
'sfg_id' => 126,
'arrSubjectFomart' => [
'/vodtype/{strCategory}',
]
],
'VIDEO_CATEGORY_URL' => [
'description' => '视频分类列表URL 模板1',
'sfg_id' => 127,
'arrSubjectFomart' => [
'/vodtype-{strCategory}/{strClass}-{strArea}-{strLang}-{strYear}-{strSort}-page{intPage}',
]
],
'VIDEO_INFO_URL' => [
'description' => '视频详情URL 模板1',
'sfg_id' => 128,
'arrSubjectFomart' => [
'/voddetail/{strVideoPinyin}-{intVideoId}',
]
],
'VIDEO_PLAY_URL' => [
'description' => '视频播放URL 模板1',
'sfg_id' => 129,
'arrSubjectFomart' => [
'/vodplay/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}'
]
],
// SEO 丰富内容
'INDEX_POPULAR_NOVELS' => [
@@ -348,7 +377,42 @@ class TemplateSeeder
]
],
// 最新替换模板分组id 119
// 最新替换模板分组id 125
];
/**
* 替换模板分组 基础数据播种
* 视频模板
*/
$arrVideoSubjectFomartGroupData = [
'VIDEO_CATEGORY_INDEX_URL' => [
'description' => '视频分类首页URL 模板1',
'sfg_id' => 126,
'arrSubjectFomart' => [
'/vodtype/{strCategory}',
]
],
'VIDEO_CATEGORY_URL' => [
'description' => '视频分类列表URL 模板1',
'sfg_id' => 127,
'arrSubjectFomart' => [
'/vodtype-{strCategory}/{strClass}-{strArea}-{strLang}-{strYear}-{strSort}-page{intPage}',
]
],
'VIDEO_INFO_URL' => [
'description' => '视频详情URL 模板1',
'sfg_id' => 128,
'arrSubjectFomart' => [
'/voddetail/{strVideoPinyin}-{intVideoId}',
]
],
'VIDEO_PLAY_URL' => [
'description' => '视频播放URL 模板1',
'sfg_id' => 129,
'arrSubjectFomart' => [
'/vodplay/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}'
]
],
];