This commit is contained in:
make
2025-05-07 11:33:02 +08:00
parent 5563b1da1f
commit 3e23b479eb
3 changed files with 62 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ Route::get('/searchhome/0', function (\think\Request $Request, SiteContext $Site
$arrRoutes = [
// H5/PC 端前缀
'prefixes' => [
'pc' => ['/pc', '/web', '/desktop', '/index', '/shouye', '/zhuomian'],
'pc' => ['/pc', '/web', '/desktop', '/index', '/shouye', '/zhuomian','/windows'],
'h5' => ['', '/nindex'],
],

View File

@@ -356,12 +356,12 @@ $arrVideoSubjectFomartGroupData = [
],
'VIDEO_PC_PATH_URL' => [
'description' => '视频pc端URL目录 模板',
'description' => '视频pc端目录URL 模板1',
'sfg_id' => 1030,
'arrSubjectFomart' => ['/pc', '/web', '/desktop', '/index', '/shouye', '/zhuomian']
'arrSubjectFomart' => ['/pc']
],
// 最新替换模板分组id 1114
// 最新替换模板分组id 1122
];

View File

@@ -482,12 +482,69 @@ return [
],
// pc端目录URL
'VIDEO_PC_PATH_URL_T2' => [
'description' => '视频pc端目录URL 模板2',
'sfg_id' => 1115,
'arrSubjectFomart' => [
'/web',
]
],
'VIDEO_PC_PATH_URL_T3' => [
'description' => '视频pc端目录URL 模板3',
'sfg_id' => 1116,
'arrSubjectFomart' => [
'/desktop',
]
],
'VIDEO_PC_PATH_URL_T4' => [
'description' => '视频pc端目录URL 模板4',
'sfg_id' => 1117,
'arrSubjectFomart' => [
'/index',
]
],
'VIDEO_PC_PATH_URL_T5' => [
'description' => '视频pc端目录URL 模板5',
'sfg_id' => 1118,
'arrSubjectFomart' => [
'/shouye',
]
],
'VIDEO_PC_PATH_URL_T6' => [
'description' => '视频pc端目录URL 模板6',
'sfg_id' => 1119,
'arrSubjectFomart' => [
'/zhuomian',
]
],
'VIDEO_RANK_INDEX_URL_T7' => [
'description' => '视频排行榜首页URL 模板7',
'sfg_id' => 1120,
'arrSubjectFomart' => [
'/pc',
]
],
'VIDEO_RANK_INDEX_URL_T8' => [
'description' => '视频排行榜首页URL 模板8',
'sfg_id' => 1121,
'arrSubjectFomart' => [
'/web',
]
],
'VIDEO_RANK_INDEX_URL_T9' => [
'description' => '视频排行榜首页URL 模板9',
'sfg_id' => 1122,
'arrSubjectFomart' => [
'/windows',
]
],
// 最新替换模板分组id 1114
// 最新替换模板分组id 1122
];