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

@@ -7,6 +7,10 @@
data-preload="{$pageCfg.player.opt.preload|default='metadata'}"
data-ratio="{$pageCfg.player.opt.ratio|default='16x9'}">
<h1 style="position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;">
{$strPlayMainHeading|default=$arrVideo.v_name|default='正在播放'}
</h1>
{if $variant == 0}
<div class="{$TpStyle.dom_prefix}-player-core dplayer"></div>
@@ -17,7 +21,7 @@
{elseif $variant == 2}
<header class="{$TpStyle.dom_prefix}-player-head">
<h2 class="{$TpStyle.dom_prefix}-player-title">{$arrVideo.v_name|default='正在播放'}</h2>
<h2 class="{$TpStyle.dom_prefix}-player-title">{$strPlayMainHeading|default=$arrVideo.v_name|default='正在播放'}</h2>
</header>
<div class="{$TpStyle.dom_prefix}-player-core dplayer"></div>
@@ -30,7 +34,7 @@
{elseif $variant == 4}
<article class="{$TpStyle.dom_prefix}-player-article">
<header class="{$TpStyle.dom_prefix}-player-head">
<h1 class="{$TpStyle.dom_prefix}-player-title">{$arrVideo.v_name|default='正在播放'}</h1>
<h2 class="{$TpStyle.dom_prefix}-player-title">{$strPlayMainHeading|default=$arrVideo.v_name|default='正在播放'}</h2>
</header>
<div class="{$TpStyle.dom_prefix}-player-core dplayer"></div>
</article>
@@ -38,7 +42,7 @@
{elseif $variant == 5}
<figure class="{$TpStyle.dom_prefix}-player-figure">
<div class="{$TpStyle.dom_prefix}-player-core dplayer"></div>
<figcaption class="{$TpStyle.dom_prefix}-player-caption">{$arrVideo.v_name|default='正在播放'}</figcaption>
<figcaption class="{$TpStyle.dom_prefix}-player-caption">{$strPlayMainHeading|default=$arrVideo.v_name|default='正在播放'}</figcaption>
</figure>
{elseif $variant == 6}
@@ -111,7 +115,7 @@
{elseif $variant == 18}
<header class="{$TpStyle.dom_prefix}-player-head">
<h3 class="{$TpStyle.dom_prefix}-player-title">{$arrVideo.v_name|default='正在播放'}</h3>
<h2 class="{$TpStyle.dom_prefix}-player-title">{$strPlayMainHeading|default=$arrVideo.v_name|default='正在播放'}</h2>
</header>
<main class="{$TpStyle.dom_prefix}-player-body">
<div class="{$TpStyle.dom_prefix}-player-core dplayer"></div>
@@ -123,7 +127,7 @@
{else}
<article class="{$TpStyle.dom_prefix}-player-article">
<header class="{$TpStyle.dom_prefix}-player-head">
<h2 class="{$TpStyle.dom_prefix}-player-title">{$arrVideo.v_name|default='正在播放'}</h2>
<h2 class="{$TpStyle.dom_prefix}-player-title">{$strPlayMainHeading|default=$arrVideo.v_name|default='正在播放'}</h2>
</header>
<div class="{$TpStyle.dom_prefix}-player-wrap">
<div class="{$TpStyle.dom_prefix}-player-core dplayer"></div>
@@ -134,4 +138,4 @@
</article>
{/if}
</section>
</section>