{php}$download_keywords = input('keywords', '');{/php} {$current_cate.seo_title} {include file="components/header"}

{$current_cate.title}

{$current_cate.description}

{php} $download_cid = (string)input('cid', ''); if ($download_cid === '') { $download_cid = (string)($current_cate['id'] ?? ''); } $download_all_id = (string)($current_cate['id'] ?? ''); {/php} {volist name="sub_cates" id="vo"} {php} $count = getCategoryChildrenCount($vo['id']); $vo_id = (string)($vo['id'] ?? ''); {/php} {if $count > 0}
{else} {/if} {/volist}
{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="12" item="vo" sort="sort asc"} {php}$dl_file = $vo['url'] ?? ($vo['thumbnail']['url'] ?? '');{/php} {/hcTaglib:contentPage}
{php} $list_empty = isHcListEmpty($hc_content ?? null); if ($list_empty) { $empty_text = '暂无相关资料'; } {/php} {if $list_empty} {include file="components/empty"} {else /} {$hc_content|raw} {/if}
{include file="components/mask"} {include file="components/footer"}