fix id-first deep links for videoGpt1 seo

This commit is contained in:
root
2026-04-15 16:06:43 +08:00
parent 7ece23688f
commit bd073c6795
5 changed files with 15 additions and 16 deletions

View File

@@ -189,8 +189,8 @@ EOF;
$strAction = "";
$arrArgs = [
'intVId' => $Video->v_id,
'strPinYin' => $Video->v_name_en,
'strPinyin' => $Video->v_name_en,
'strPinYin' => '',
'strPinyin' => '',
];
if ($arrUrlFamily && !empty($arrUrlFamily)) {