This commit is contained in:
make
2025-05-06 15:40:05 +08:00
parent 69ed88afe8
commit 21311738d9
66 changed files with 456 additions and 4678 deletions

View File

@@ -50,7 +50,7 @@
{site:grm domain="Request->DomainModel->d_domain" code="kuangyu-pc-index" line="50" diff="0" start="5" end="20" type="2" /}
# 视频分类 首页 url
{site:vciurl prent_category="dianying" /}
{site:vciurl parent_category="dianying" /}
# 视频详情 url
{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}
@@ -65,8 +65,8 @@
# 传参与默认值(传参用下面的变量名,名称不需要$符号, 值的话如果用第三方变量作为值,需要带$符号)
'vclurl' => ['attr' => 'category,class,area,lang,year,order,page', 'close' => 0],
# 样例
{site:vclurl prent_category="dianying" category="all" area="all" lang="all" year="all" order="all" page="1"/}
{site:vclurl prent_category="$Request.route.strClass" category="$arrChildrenCategory.v_category_en" area="all" lang="all" year="all" order="all" page="1"/}
{site:vclurl parent_category="dianying" category="all" area="all" lang="all" year="all" order="all" page="1"/}
{site:vclurl parent_category="$Request.route.strClass" category="$arrChildrenCategory.v_category_en" area="all" lang="all" year="all" order="all" page="1"/}
# 视频排行榜 列表 url