feat: sync latest GPT SEO routing and docs

This commit is contained in:
root
2026-04-18 01:31:44 +08:00
parent c8fb6956ef
commit 5cb11b4476
48 changed files with 6000 additions and 172 deletions

View File

@@ -50,6 +50,19 @@
$strCurrentEpisodeName = trim((string)$arrPlayGroups[$strCurrentPlayType][$intCurrentPlayIndex - 1]['name']);
}
$strPlayMainHeading = trim((string)($arrVideo['v_name'] ?? ''));
if ($strPlayMainHeading === '') {
$strPlayMainHeading = '当前内容';
}
if ($strCurrentEpisodeName !== '') {
$strPlayMainHeading .= ' ' . $strCurrentEpisodeName;
}
$strPlayHeadingMeta = trim($strCurrentPlayLine);
if ($strPlayHeadingMeta === '') {
$strPlayHeadingMeta = '在线播放';
}
$strPlayDetailUrl = '';
if ((int)($arrVideo['v_id'] ?? 0) > 0) {
$strPlayDetailUrl = app(\app\services\VideoService::class)->getVideoInfoUrl(