debug
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
```php
|
||||
|
||||
# 系统配置
|
||||
{site:cfg code="YONG_JIU_DOMAIN" encode="false"/}
|
||||
@@ -49,6 +49,22 @@
|
||||
# 干扰码
|
||||
{site:grm domain="Request->DomainModel->d_domain" code="kuangyu-pc-index" line="50" diff="0" start="5" end="20" type="2" /}
|
||||
|
||||
# 视频分类 首页 url
|
||||
{site:vciurl class="dianying" /}
|
||||
|
||||
|
||||
# 视频分类 分页 url
|
||||
# 传参与默认值(传参用下面的变量名,名称不需要$符号, 值的话如果用第三方变量作为值,需要带$符号):
|
||||
|
||||
'vclurl' => ['attr' => 'category,class,area,lang,year,order,page', 'close' => 0],
|
||||
# 样例
|
||||
{site:vclurl class="dianying" category="" area="" lang="" year="" order="" page="1"/}
|
||||
{site:vclurl class="$Request.route.strClass" category="$arrChildrenCategory.v_category_en" area="all" lang="all" year="all" order="all" page="1"/}
|
||||
|
||||
# 视频详情 url
|
||||
{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}
|
||||
|
||||
|
||||
|
||||
# 图片加密
|
||||
<img class="pre-img lozad" loading="lazy" src="/assets/images/loading_img_bg_default.jpg?v={site:cfg code='STATIC_FILE_VERSION' encode='false'/}"
|
||||
@@ -80,7 +96,7 @@
|
||||
class="y">下一页</a>
|
||||
</div> -->
|
||||
|
||||
|
||||
```php
|
||||
|
||||
```php
|
||||
# 01、 获取多个小说数据并且遍历
|
||||
|
||||
Reference in New Issue
Block a user