Files
SEONexus/doc/TemplateTag.md
2025-04-16 23:15:37 +08:00

2.7 KiB

系统配置

{site:cfg code="YONG_JIU_DOMAIN" encode="false"/}

广告配置

{site:adcfg code="JIAO_YOU_XIA_ZAI" encode="false"/}

获取seo tdk

{site:seotdk code="index" valcode="stc_title" encode="false"/}

获取 站点信息

{site:site valcode="site_name" encode="false"/}

转码

{site:wz wz="保存永久访问二维码" /}

小说分类 url

{site:nflurl gender="$arrNovel[gender]" category="$arrNovel[category]" status="$arrNovel[status]" page="1"/} {site:nflurl gender="all" category="$arrNovel[category_pinyin]" status="all" page="1"/}

小说详情 url

{site:nurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin"/}

伪造小说详情 url

{site:nnurl n_id="$Novel->n_id" n_py="$Novel->og_novel_pin_yin" n_fid="$Novel->n_forge_id"/}

小说目录 url

{site:nclurl n_id="$arrNovel[n_id]" n_py="$arrNovel[og_novel_pin_yin]" order="zheng" page="1"/}

小说章节 url

{site:cpurl n_id="$arrNovel[n_id]" n_py="$arrNovel[og_novel_pin_yin]" c_sort="$Chapter[c_sort_num]" c_page="1"/}

小说最新章节 url

{site:lcpurl n_id="$arrNovel[n_id]" n_py="$arrNovel[og_novel_pin_yin]" /}

搜索详情 url

{site:souurl key="哈哈" p="1"/}

干扰码

{site:grm domain="Request->DomainModel->d_domain" code="kuangyu-pc-index" line="50" diff="0" start="5" end="20" type="2" /}

图片加密

        <!-- <div class="page_num">
    {if condition='$intPage > 1 '}
    <a href='{$strPcPath}{site:nclurl n_id="$arrNovel[n_id]" n_py="$arrNovel[n_name_pinyin]" order="zheng" page="1"/}'
        class="z">
        {else}
        <a href="{if condition='$intPage > 1 '}/{$strFirstPath}/{$intNovelId}{if condition='$intPage > 2'}-{$intPage - 1}{/if}.html
            {else}/{$strFirstPath}/{$intNovelId}.html{/if}"
            class="z">
        {/if}
    
 
        上一页</a>
    <select onchange="self.location.href=this.value">
        {volist name="arrChapterPages" id="page"}
        <option value="/{$strFirstPath}/{$intNovelId}{if condition='$page.index neq 0'}-{$page.index+=1}{/if}.html"
            {if condition="$page.index == $intPage" }selected="selected" {/if}>
            第{$page.start}-{$page.end}章
        </option>
        {/volist}
    </select>
    <a href="{if condition='$intPage < $intTotalPages'}/{$strFirstPath}/{$intNovelId}-{$intPage + 1}.html{else}/{$strFirstPath}/{$intNovelId}-{$intTotalPages}.html{/if}"
        class="y">下一页</a>
</div> -->