diff --git a/code/app/home/view/haoZi/novel/getArticleInfo.html b/code/app/home/view/haoZi/novel/getArticleInfo.html new file mode 100644 index 0000000..649fb51 --- /dev/null +++ b/code/app/home/view/haoZi/novel/getArticleInfo.html @@ -0,0 +1,36 @@ +{extend name="baseH5" /} +{block name="title"}{$strTitle??''}{/block} +{block name="keywords"}{$strKeywords??''}{/block} +{block name="description"}{$strDescription??''}{/block} +{block name="head"} + + + + + + + + {/block} +{block name="head-js"}{/block} + +{block name="logo-html"} +

+ {$DomainModel->d_name}-{$DomainModel->d_text_logo} +

+{/block} + +{block name="main"} +
+ +article......... +{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/haoZi/novel/getArticleList.html b/code/app/home/view/haoZi/novel/getArticleList.html new file mode 100644 index 0000000..a78d589 --- /dev/null +++ b/code/app/home/view/haoZi/novel/getArticleList.html @@ -0,0 +1,64 @@ +{extend name="baseH5" /} +{block name="title"}{$strTitle??''}{/block} +{block name="keywords"}{$strKeywords??''}{/block} +{block name="description"}{$strDescription??''}{/block} +{block name="head"} + + + + + + + + {/block} +{block name="head-js"}{/block} + +{block name="logo-html"} +

+ {$DomainModel->d_name}-{$DomainModel->d_text_logo}/文章 +

+{/block} + +{block name="main"} +
+ +
+
+ +
+ +
+ +
+
+

深度解说列表

+
+
+ +
+ +
+{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/haoZi/novel/getLibrary.html b/code/app/home/view/haoZi/novel/getLibrary.html new file mode 100644 index 0000000..e212056 --- /dev/null +++ b/code/app/home/view/haoZi/novel/getLibrary.html @@ -0,0 +1,206 @@ +{extend name="baseH5" /} + +{block name="get-data"} +{novel:pagerexp page="$Request.get.page" limit="30" +n_category="$Request.route.strCategory" +n_sex="$Request.route.strGender" +n_status="$Request.route.strStatus" +d_key="d_key" +button_num="10" cache_life="86400" func="generateCategoryPager" export_name="resData" /} + +{site:grm page_code="pc_novel_library" diff="$resData.p_data.page" num="70" g_key="arrGrm" /} +{/block} + +{block name="title"}{site:replace code="NOVEL@GETLIBRARY@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETLIBRARY@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}{/block} + +{block name="head"} + + + +{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} + +{else} + + +{/if} + + +{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} + +{else} + +{/if} + +{/block} + +{block name="head-js"}{/block} + +{block name="logo-html"} +

+ {$DomainModel->d_name}-{site:getval code="strNovelSex" /}{site:getval code="strNovelCategoryName" /}{site:getval code="strNovelStatus" /}免费阅读 +

+{/block} + +{block name="strPageCode"} + +{/block} + +{block name="main"} + + + +
+

{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}

+ + + +
+
+ +
+
+
    + +
  • + 全部 +
  • + {if $Request.route.strGender == "all" || $Request.route.strGender == ""} + {novel:category d_key="strCategoryPinyin" d_val="strCategoryName"} +
  • + {$strCategoryName} +
  • + {/novel:category} + {/if} + + {eq name="$Request.route.strGender" value="$strNanUrl"} + {novel:category d_key="strCategoryPinyin" d_val="strCategoryName" n_sex="man"} +
  • + {$strCategoryName} +
  • + {/novel:category} + {/eq} + + {eq name="$Request.route.strGender" value="$strNvUrl"} + {novel:category d_key="strCategoryPinyin" d_val="strCategoryName" n_sex="women"} +
  • + {$strCategoryName} +
  • + {/novel:category} + {/eq} + + +
+
+
+ +
+
+
+
+
    + {volist name="$resData.data" id="Novel" key="key"} + {include file="public/novelListH" start="0"/} + {/volist} +
+
+ +
+
    + {volist name="$resData.p_data.pager" id="vo" key="k"} + {switch $vo.label} + {case value="上一页"} + {if $resData.p_data.page == 1} +
  • «
  • + {else} +
  • «
  • + {/if} + {/case} + {case value="下一页"} + {if $resData.p_data.page >= $resData.p_data.total} +
  • »
  • + {else} +
  • »
  • + {/if} + {/case} + {/switch} + {/volist} +
+
+
+ +
+{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/haoZi/novel/getNovelCatalog.html b/code/app/home/view/haoZi/novel/getNovelCatalog.html new file mode 100644 index 0000000..5752a4f --- /dev/null +++ b/code/app/home/view/haoZi/novel/getNovelCatalog.html @@ -0,0 +1,166 @@ +{extend name="baseH5" /} + +{block name="get-data"} +{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /} +{site:grm page_code="h5_novel_catalog " diff="$Request.url" num="120" g_key="arrGrm" /} +{/block} + +{block name="title"}{site:replace code="NOVEL@GETNOVELCATALOG@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETNOVELCATALOG@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETNOVELCATALOG@DESCRIPTION"}{/block} + +{block name="head"} + + + + + + + + + + + + + + + + + + + + + + + + + +{/block} + +{block name="head-js"}{/block} + +{block name="logo-html"} + +{/block} + +{block name="main"} + +{chapter:pagerexp page="$Request.route.intPage" limit="100" n_id="$Request.route.intNovelId" d_key="d_key" d_val="chapter" +cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /} + +
+ + + +
+ {$arrGrm[0]|raw} +
+

{$arrNovel['n_name']}章节目录 - {$arrNovel['n_author']} - {$DomainModel->d_name} 第{$Request.route.intPage}页

+
+ + +
+ + {include file="public/allChapterPage" start="0"/} + +
    + {volist name="resData.data" id="Chapter" key="key"} +
  • + {$arrGrm[$key]|raw} + {$Chapter.c_name} +
  • + {/volist} +
+ + + {include file="public/allChapterPage" /} +
+
+
+
+ + +
+ + +{/block} + + + diff --git a/code/app/home/view/haoZi/novel/getNovelChannel.html b/code/app/home/view/haoZi/novel/getNovelChannel.html new file mode 100644 index 0000000..44843a0 --- /dev/null +++ b/code/app/home/view/haoZi/novel/getNovelChannel.html @@ -0,0 +1,117 @@ +{extend name="baseH5" /} + +{block name="get-data"} +{site:helper func="initSexTKD" /} +{/block} + +{block name="title"}{site:replace code="NOVEL@GETNOVELCHANNEL@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETNOVELCHANNEL@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETNOVELCHANNEL@DESCRIPTION"}{/block} + +{block name="head"} +param('strChannel'); + +?> + + + + + + + +{/block} +{block name="head-js"}{/block} + +{block name="logo-html"} +

+ {eq name="strPageCode" value="man"} + {$DomainModel->d_name}-男生小说免费阅读 + {else} + {$DomainModel->d_name}-女生小说免费阅读 + {/eq} +

+{/block} + +{block name="main"} + +{site:grm page_code="pc_index" diff="0" num="50" g_key="arrGrm" /} + + +
+ +

{site:replace code="NOVEL@GETNOVELCHANNEL@DESCRIPTION"}

+ + + + +
+
+

热门推荐

+
+
+
    + {novel:list count="8" sort_type="tuijian" n_status="lianzai" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"} + {include file="public/novelListS" start="0"/} + {/novel:list} +
+
+
+
+
+

完结推荐

+
+
+
    + {novel:list count="8" sort_type="tuijian" n_status="wanjie" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"} + {include file="public/novelListS" start="13"/} + {/novel:list} +
+
+
+
+
+

最近更新

+
+
+
    + {novel:list count="8" sort_type="update" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"} + {include file="public/novelListH" start="21"/} + {/novel:list} +
+
+
+ +
+{/block} {block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/getArticleInfo.html b/code/app/home/view/haoZi/pc/getArticleInfo.html new file mode 100644 index 0000000..2f067e4 --- /dev/null +++ b/code/app/home/view/haoZi/pc/getArticleInfo.html @@ -0,0 +1,38 @@ +{extend name="basePc" /} +{block name="title"}{$strTitle??''}{/block} +{block name="keywords"}{$strKeywords??''}{/block} +{block name="description"}{$strDescription??''}{/block} +{block name="head"} + + + + + + + + {/block} +{block name="head-js"}{/block} + +{block name="logo-html"} +

+ + {$DomainModel->d_name}-{$DomainModel->d_text_logo} + +

+{/block} + +{block name="main"} + +
article.......
+ +{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/getArticleList.html b/code/app/home/view/haoZi/pc/getArticleList.html new file mode 100644 index 0000000..3e46d23 --- /dev/null +++ b/code/app/home/view/haoZi/pc/getArticleList.html @@ -0,0 +1,105 @@ +{extend name="basePc" /} +{block name="title"}{$strTitle??''}{/block} +{block name="keywords"}{$strKeywords??''}{/block} +{block name="description"}{$strDescription??''}{/block} +{block name="head"} + + + + + + + + {/block} +{block name="head-js"}{/block} + +{block name="logo-html"} +

+ + {$DomainModel->d_name}-{$DomainModel->d_text_logo} + +

+{/block} +{block name="main"} +
+ + +
+ +
+ + + +
+
+ + +
+ +
+
+
    +
  1. +
      +
    • 分类
    • +
    • 书名
    • +
    • 描述
    • +
    • 作者
    • +
    • 更新时间
    • +
    +
  2. + {foreach $arrNewsNovel as $key=>$Novel} + {include file="pc/public/articleList" /} + {/foreach} +
+
+
+
+ + +
+ + +
+ +
+ +
+ +
+{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/getKanNovelInfo.html b/code/app/home/view/haoZi/pc/getKanNovelInfo.html new file mode 100644 index 0000000..f74fbf7 --- /dev/null +++ b/code/app/home/view/haoZi/pc/getKanNovelInfo.html @@ -0,0 +1,281 @@ +{extend name="basePc" /} + +{block name="get-data"} +{if $Request.route.intNovelId} +{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /} +{else} +{novel:info n_id="$DomainModel->info_id" n_key="arrNovel" n_forge_id="0" /} +{/if} +{site:grm page_code="h5_novel_info" diff="$arrNovel.n_id" num="120" g_key="arrGrm" /} +{/block} + +{block name="title"}{site:replace code="NOVEL@GETNOVELINFO@TITLE" diff="$Request.route.intNovelId" /}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETNOVELINFO@KEYWORDS" diff="$Request.route.intNovelId"}{/block} +{block name="description"}{site:replace code="NOVEL@GETNOVELINFO@DESCRIPTION" diff="$Request.route.intNovelId"}{/block} + + +{block name="head"} + + + + + + + + + + + + + + + + + + + + + + + + +{/block} +{block name="head-css"} + +{/block} +{block name="logo-html"} +

+ + {$DomainModel->d_name}-{$DomainModel->d_text_logo} + +

+{/block} +{block name="main"} +
+ + +
+
+ +
+ +

+ 作者:{$arrNovel.n_author} + 创建日期:{$arrNovel.n_update_time} +

+
+

简介

+
+

+ {$arrNovel.n_description}

+ 展开 + +
+
+
+

最新要点

+
+

+ {$strFocus}

+ 展开 + +
+
+
+ {if !empty($arrChapter)} + 立即阅读 + 目录 + {/if} +
+ +
+
+
+
+

小说信息

+

类别: + + + {$arrNovel.n_category} + +

+ +

总点击量:{$arrNovelClicks.total}

+

月点击量:{$arrNovelClicks.monthly}

+

周点击量:{$arrNovelClicks.weekly}

+

日点击量:{$arrNovelClicks.daily}

+ +
+ +
+
+ +
+
+
+
+

最新章节

+
+
+ {volist name="arrChapter" id="Chapter" key="key"} +

+ {$Chapter.c_name} + {$Chapter.created_at ?? '1天前'} + +

+

+ {/volist} +
+
+
+

相邻推荐:

+
+
+ {volist name="arrNovel.n_forge_novel" id="ForgeNovel" key="key"} + + {$ForgeNovel.n_forge_title} + {/volist} + +
+
+ +
+
+

精品推荐

+ +
+
+
+
+ +{/block} + +{block name="customize"} + +{/block} + +{block name="footer-js"} + + +{/block} \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/getLibrary.html b/code/app/home/view/haoZi/pc/getLibrary.html new file mode 100644 index 0000000..5a3615e --- /dev/null +++ b/code/app/home/view/haoZi/pc/getLibrary.html @@ -0,0 +1,223 @@ +{extend name="basePc" /} + + +{block name="get-data"} +{novel:pagerexp page="$Request.get.page" limit="30" +n_category="$Request.route.strCategory" +n_sex="$Request.route.strGender" +n_status="$Request.route.strStatus" +d_key="d_key" +button_num="10" cache_life="86400" func="generateCategoryPager" export_name="resData" /} +{site:grm page_code="pc_novel_library" diff="$resData.p_data.page" num="70" g_key="arrGrm" /} +{/block} + + +{block name="title"}{site:replace code="NOVEL@GETLIBRARY@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETLIBRARY@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}{/block} + +{block name="head"} + + + +{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} + +{else} + + +{/if} + + +{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} + +{else} + +{/if} + +{/block} +{block name="head-js"}{/block} + +{block name="head-css"} + +{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} + +{else} + +{/if} + +{/block} +{block name="logo-html"} +

+ + {$DomainModel->d_name}-{$DomainModel->d_text_logo} + +

+{/block} + +{block name="strPageCode"} + +{/block} + +{block name="main"} + + + +
+ + +
+
+
+ 所属频道 + +
+
+ 所属分类 +
    +
  • + 全部 +
  • + {if $Request.route.strGender == "all" || $Request.route.strGender == ""} + {novel:category d_key="strCategoryPinyin" d_val="strCategoryName"} +
  • + {$strCategoryName} +
  • + {/novel:category} + {/if} + + {eq name="$Request.route.strGender" value="$strNanUrl"} + {novel:category d_key="strCategoryPinyin" d_val="strCategoryName" n_sex="man"} +
  • {$strCategoryName}
  • + {/novel:category} + {/eq} + + {eq name="$Request.route.strGender" value="$strNvUrl"} + {novel:category d_key="strCategoryPinyin" d_val="strCategoryName" n_sex="women"} +
  • {$strCategoryName}
  • + {/novel:category} + {/eq} +
+
+
+ 是否完结 + +
+
+
+ + + +
+ + +
+
    + {volist name="$resData.p_data.pager" id="vo" key="k"} + {switch $vo.label} + {case value="上一页"} + {if $resData.p_data.page == 1} +
  • «
  • + {else} + « + {/if} + {/case} + {case value="下一页"} + {if $resData.p_data.page >= $resData.p_data.total} +
  • »
  • + {else} +
  • »
  • + {/if} + {/case} + {case value="..."} +
  • ...
  • + {/case} + {default /} + {if preg_match('/^\d+$/', $vo.label)} +
  • + {$vo.label} +
  • + {/if} + {/switch} + {/volist} +
+
+ +
+ +
+{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/getNovelCatalog.html b/code/app/home/view/haoZi/pc/getNovelCatalog.html new file mode 100644 index 0000000..f7b7d09 --- /dev/null +++ b/code/app/home/view/haoZi/pc/getNovelCatalog.html @@ -0,0 +1,156 @@ +{extend name="basePc" /} + +{block name="get-data"} +{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /} +{site:grm page_code="pc_novel_catalog" diff="$Request.url" num="120" g_key="arrGrm" /} +{/block} + +{block name="title"}{site:replace code="NOVEL@GETNOVELCATALOG@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETNOVELCATALOG@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETNOVELCATALOG@DESCRIPTION"}{/block} + +{block name="head"} + + + + + + + + + + + + + + + + + + + + + + + + + +{/block} + +{block name="head-css"} + +{/block} +{block name="head-js"}{/block} + +{block name="logo-html"} +

+ + {$DomainModel->d_name}-{$DomainModel->d_text_logo} + +

+{/block} +{block name="main"} + +{chapter:pagerexp page="$Request.route.intPage" limit="100" n_id="$Request.route.intNovelId" d_key="d_key" d_val="chapter" +cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /} + +
+ + +
+ + +
+ +
章节列表
+ + + {include file="pc/public/allChapterPage" /} + +
+
    + {foreach $resData.data as $key => $Chapter } +
  • + {$arrGrm[$key]|raw} +

    + {$Chapter.c_name} +

    +
  • + {/foreach} +
+
+ + + {include file="pc/public/allChapterPage" /} +
+
+
+{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/getNovelChannel.html b/code/app/home/view/haoZi/pc/getNovelChannel.html new file mode 100644 index 0000000..030f16f --- /dev/null +++ b/code/app/home/view/haoZi/pc/getNovelChannel.html @@ -0,0 +1,152 @@ +{extend name="basePc" /} +{block name="get-data"} +{site:helper func="initSexTKD" /} +{/block} +{block name="title"}{site:replace code="NOVEL@GETNOVELCHANNEL@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETNOVELCHANNEL@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETNOVELCHANNEL@DESCRIPTION"}{/block} + +{block name="strPageCode"} + param('strChannel'); ?> +{/block} + +{block name="head"} + +param('strChannel'); + +?> + + + + + + + + +{/block} + +{block name="head-css"} + +{eq name="strPageCode" value="man"} + +{else} + +{/eq} + +{/block} +{block name="head-js"}{/block} + +{block name="logo-html"} +

+ + {$DomainModel->d_name}-{$DomainModel->d_text_logo} + +

+{/block} + +{block name="main"} + +{site:grm page_code="pc_index" diff="0" num="50" g_key="arrGrm" /} + +
+ + + + +
+
+ +

热门推荐

+ +
+ +
+
+ + +
+ + + + +
+
+

完本推荐

+
+ +
+ +
+ +
+ +
+
+ +

作品更新

+ +
+
+
+
    +
  1. +
      +
    • 类别
    • +
    • 书名
    • +
    • 最新更新章节
    • +
    • 作者
    • +
    • 更新时间
    • +
    +
  2. + {novel:list count="30" sort_type="update" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"} + {include file="pc/public/indexNewsUpdateList" start="21"/} + {/novel:list} +
+
+
+
+
+{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/public/adBanner.html b/code/app/home/view/haoZi/pc/public/adBanner.html new file mode 100644 index 0000000..fe9b569 --- /dev/null +++ b/code/app/home/view/haoZi/pc/public/adBanner.html @@ -0,0 +1,5 @@ + + + + diff --git a/code/app/home/view/haoZi/pc/public/allChapterPage.html b/code/app/home/view/haoZi/pc/public/allChapterPage.html new file mode 100644 index 0000000..7cb2e8c --- /dev/null +++ b/code/app/home/view/haoZi/pc/public/allChapterPage.html @@ -0,0 +1,34 @@ +{if !empty($resData.p_data.pager)} +
+ {volist name="$resData.p_data.pager" id="item"} + {eq name="item.type" value="prev"} + + {$item.label} + + {/eq} + {/volist} + + + + {volist name="$resData.p_data.pager" id="item"} + {eq name="item.type" value="next"} + + {$item.label} + + {/eq} + {/volist} +
+{/if} \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/public/articleList.html b/code/app/home/view/haoZi/pc/public/articleList.html new file mode 100644 index 0000000..d2fe72b --- /dev/null +++ b/code/app/home/view/haoZi/pc/public/articleList.html @@ -0,0 +1,12 @@ +
  • + +
  • \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/public/endNovelList.html b/code/app/home/view/haoZi/pc/public/endNovelList.html new file mode 100644 index 0000000..15fc07d --- /dev/null +++ b/code/app/home/view/haoZi/pc/public/endNovelList.html @@ -0,0 +1,14 @@ +
  • + {$arrGrm[$key+[start]]|raw} +

    + + {$Novel->n_name ?? ''}- {$Novel.n_category ?? ''}最新章节在线免费阅读 + +

    +
    +

    {$Novel->n_name ?? ''}

    + {$Novel->n_author ?? ''} +
    +
  • \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/public/indexBoyNewsList.html b/code/app/home/view/haoZi/pc/public/indexBoyNewsList.html new file mode 100644 index 0000000..17ac3aa --- /dev/null +++ b/code/app/home/view/haoZi/pc/public/indexBoyNewsList.html @@ -0,0 +1,19 @@ +
  • + +

    + {$arrGrm[$key+[start]]|raw} + + {$Novel->n_name ?? ''} + +

    +
    + {$Novel->n_author ?? ''} + {$Novel->n_category ?? ''} + + {$Novel->n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读 + +

    {$Novel->n_description ?? ''}

    +
    +
  • \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/public/indexBoyNewsOne.html b/code/app/home/view/haoZi/pc/public/indexBoyNewsOne.html new file mode 100644 index 0000000..93d48ce --- /dev/null +++ b/code/app/home/view/haoZi/pc/public/indexBoyNewsOne.html @@ -0,0 +1,24 @@ +
    + +

    + {$arrGrm[$key+[start]]|raw} + + {$Novel.n_name ?? ''}

    + + {$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读 + +
    +
    + 作者:{$Novel->n_author ?? ''} + 分类: + {$Novel->n_category ?? ''} + + + 进度:{$Novel->n_status ?? ''} + 总点击:{$Novel->og_novel_click ?? 0} +
    +

    {$Novel->n_description ?? ''}

    +
    +
    \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/public/indexBoyRankList.html b/code/app/home/view/haoZi/pc/public/indexBoyRankList.html new file mode 100644 index 0000000..2963c9c --- /dev/null +++ b/code/app/home/view/haoZi/pc/public/indexBoyRankList.html @@ -0,0 +1,23 @@ +
  • + + {$key+=1} +

    + {$arrGrm[$key+[start]]|raw} + + {$Novel.n_name ?? ''} + +

    +
    + + {$Novel.n_name ?? ''} + +
    + 作者:{$Novel->n_author ?? ''} + 类别: + {$Novel->n_category ?? ''} + +

    {$Novel->n_description ?? ''}

    +
    +
    +
  • \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/public/indexBoyRankOne.html b/code/app/home/view/haoZi/pc/public/indexBoyRankOne.html new file mode 100644 index 0000000..3f02d19 --- /dev/null +++ b/code/app/home/view/haoZi/pc/public/indexBoyRankOne.html @@ -0,0 +1,21 @@ +
  • + + 1 +

    + {$arrGrm[$key+[start]]|raw} + {$Novel.n_name ?? ''} +

    +
    + + {$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读 + +
    + 作者:{$Novel.n_author ?? ''} + 类别: + {$Novel.n_category ?? ''} + +

    {$Novel.n_description ?? ''}

    +
    +
    +
  • \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/public/shukuNovelList.html b/code/app/home/view/haoZi/pc/public/shukuNovelList.html new file mode 100644 index 0000000..7bb36ad --- /dev/null +++ b/code/app/home/view/haoZi/pc/public/shukuNovelList.html @@ -0,0 +1,27 @@ +
  • + {$arrGrm[$key+[start]]|raw} + + {$Novel->n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读 + +
    +

    {$Novel->n_name ?? ''}

    +

    + 作者:{$Novel->n_author ?? ''} + 分类:{$Novel->n_category ?? ''} + 状态:{$Novel->n_status ?? ''} + +

    +

    + 标签: + +

    +

    最近更新:219 桃花酿 +

    +

    {$Novel->n_description ?? ''}

    +
    +
    + 更新时间:2025-03-20 23:59 + 立即阅读 +
    +
  • \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/public/swiperListImg.html b/code/app/home/view/haoZi/pc/public/swiperListImg.html new file mode 100644 index 0000000..7e2d8b8 --- /dev/null +++ b/code/app/home/view/haoZi/pc/public/swiperListImg.html @@ -0,0 +1,10 @@ +
  • + {$arrGrm[$key+[start]]|raw} +

    + + {$Novel->n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读 + +

    +
  • diff --git a/code/app/home/view/haoZi/pc/public/swiperListText.html b/code/app/home/view/haoZi/pc/public/swiperListText.html new file mode 100644 index 0000000..662b5e2 --- /dev/null +++ b/code/app/home/view/haoZi/pc/public/swiperListText.html @@ -0,0 +1,5 @@ +
  • + + {$key} + {$Novel.n_name ?? ''} +
  • \ No newline at end of file diff --git a/code/app/home/view/haoZi/pc/user/index.html b/code/app/home/view/haoZi/pc/user/index.html new file mode 100644 index 0000000..3554ff4 --- /dev/null +++ b/code/app/home/view/haoZi/pc/user/index.html @@ -0,0 +1,277 @@ +{extend name="basePcUser" /} + +{block name="title"}个人中心{/block} +{block name="keywords"}个人中心{/block} +{block name="description"}个人中心{/block} + +{block name="head"} + + + + + + + +{block name="head-js"}{/block} + + +{block name="main"} + +{site:grm page_code="userinfo" diff="0" num="100" g_key="arrGrm" /} + +
    + +
    + +
    +
    + {$arrGrm[1]|raw} +
    + 我的书架 + 查看更多>> +
    +
      + + +
    +
    + {$arrGrm[2]|raw} +
    +
    + 最近阅读 + 查看更多>> +
    +
      + + +
    +
    + {$arrGrm[3]|raw} +
    +
    + 热读作品 + +
    +
    +
      + {novel:list count="10" sort_type="news" d_key="key" d_val="Novel" cache_life="86400"} + {include file="pc/public/endNovelList" start="0"/} + {/novel:list} + +
    + + +
    +
    +
    + {$arrGrm[4]|raw} + +
    +
    +
    推荐作品
    + +
    +
    +
    +
    + + +{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/haoZi/public/allChapterPage.html b/code/app/home/view/haoZi/public/allChapterPage.html new file mode 100644 index 0000000..f6a5274 --- /dev/null +++ b/code/app/home/view/haoZi/public/allChapterPage.html @@ -0,0 +1,36 @@ +{if !empty($resData.p_data.pager)} +
    + {volist name="$resData.p_data.pager" id="item"} + {eq name="item.type" value="prev"} + {$arrGrm[$key]|raw} + + {$item.label} + + {/eq} + {/volist} + + + + {volist name="$resData.p_data.pager" id="item"} + {eq name="item.type" value="next"} + {$arrGrm[$key]|raw} + + {$item.label} + + {/eq} + {/volist} +
    +{/if} \ No newline at end of file diff --git a/code/app/home/view/haoZi/public/articleList.html b/code/app/home/view/haoZi/public/articleList.html new file mode 100644 index 0000000..36ed3c6 --- /dev/null +++ b/code/app/home/view/haoZi/public/articleList.html @@ -0,0 +1,5 @@ +
  • +
    + 我真是一条龙 +
    {$key+=1} +
  • \ No newline at end of file diff --git a/code/app/home/view/xiongMao/baseH5User.html b/code/app/home/view/xiongMao/baseH5User.html new file mode 100644 index 0000000..e00a742 --- /dev/null +++ b/code/app/home/view/xiongMao/baseH5User.html @@ -0,0 +1,67 @@ + + + + {block name="get-data"}{/block} + + + + + + + + {$strTitle??''} + + + + {block name="head"}{/block} + {block name="head-css"}{/block} + {block name="head-js"}{/block} + + + + +
    +
    + + {block name="main"} {/block} + +
    + + + + + + {site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/} + + + {$DomainModel->d_statis|raw} + + + \ No newline at end of file diff --git a/code/app/home/view/xiongMao/basePcUser.html b/code/app/home/view/xiongMao/basePcUser.html new file mode 100644 index 0000000..0caa451 --- /dev/null +++ b/code/app/home/view/xiongMao/basePcUser.html @@ -0,0 +1,145 @@ + + + + {block name="get-data"}{/block} + + + + + + {$strTitle??''} + + + + {block name="head"}{/block} + {block name="head-css"}{/block} + {block name="head-js"}{/block} + + + + +
    +
    + + + +
    +
    +
    + +
    +
    +
    + +
    +
    123456
    +
    +
      +
    • + + 经验:0 +
    • +
    • + + 积分:0 +
    • +
    • + + + 推荐票:0 +
    • +
    +
    +
    +

    + + 关注中心 +

    + +

    + + 设置 +

    + +
    + + {block name="main"} {/block} +
    + + + + + + + + {site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/} + + + {$DomainModel->d_statis|raw} + + + \ No newline at end of file diff --git a/code/app/home/view/xiongMao/novel/getLibrary.html b/code/app/home/view/xiongMao/novel/getLibrary.html new file mode 100644 index 0000000..e212056 --- /dev/null +++ b/code/app/home/view/xiongMao/novel/getLibrary.html @@ -0,0 +1,206 @@ +{extend name="baseH5" /} + +{block name="get-data"} +{novel:pagerexp page="$Request.get.page" limit="30" +n_category="$Request.route.strCategory" +n_sex="$Request.route.strGender" +n_status="$Request.route.strStatus" +d_key="d_key" +button_num="10" cache_life="86400" func="generateCategoryPager" export_name="resData" /} + +{site:grm page_code="pc_novel_library" diff="$resData.p_data.page" num="70" g_key="arrGrm" /} +{/block} + +{block name="title"}{site:replace code="NOVEL@GETLIBRARY@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETLIBRARY@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}{/block} + +{block name="head"} + + + +{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} + +{else} + + +{/if} + + +{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} + +{else} + +{/if} + +{/block} + +{block name="head-js"}{/block} + +{block name="logo-html"} +

    + {$DomainModel->d_name}-{site:getval code="strNovelSex" /}{site:getval code="strNovelCategoryName" /}{site:getval code="strNovelStatus" /}免费阅读 +

    +{/block} + +{block name="strPageCode"} + +{/block} + +{block name="main"} + + + +
    +

    {site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}

    + + + +
    +
    + +
    +
    +
      + +
    • + 全部 +
    • + {if $Request.route.strGender == "all" || $Request.route.strGender == ""} + {novel:category d_key="strCategoryPinyin" d_val="strCategoryName"} +
    • + {$strCategoryName} +
    • + {/novel:category} + {/if} + + {eq name="$Request.route.strGender" value="$strNanUrl"} + {novel:category d_key="strCategoryPinyin" d_val="strCategoryName" n_sex="man"} +
    • + {$strCategoryName} +
    • + {/novel:category} + {/eq} + + {eq name="$Request.route.strGender" value="$strNvUrl"} + {novel:category d_key="strCategoryPinyin" d_val="strCategoryName" n_sex="women"} +
    • + {$strCategoryName} +
    • + {/novel:category} + {/eq} + + +
    +
    +
    + +
    +
    +
    +
    +
      + {volist name="$resData.data" id="Novel" key="key"} + {include file="public/novelListH" start="0"/} + {/volist} +
    +
    + +
    +
      + {volist name="$resData.p_data.pager" id="vo" key="k"} + {switch $vo.label} + {case value="上一页"} + {if $resData.p_data.page == 1} +
    • «
    • + {else} +
    • «
    • + {/if} + {/case} + {case value="下一页"} + {if $resData.p_data.page >= $resData.p_data.total} +
    • »
    • + {else} +
    • »
    • + {/if} + {/case} + {/switch} + {/volist} +
    +
    +
    + +
    +{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/xiongMao/novel/getNovelCatalog.html b/code/app/home/view/xiongMao/novel/getNovelCatalog.html new file mode 100644 index 0000000..5752a4f --- /dev/null +++ b/code/app/home/view/xiongMao/novel/getNovelCatalog.html @@ -0,0 +1,166 @@ +{extend name="baseH5" /} + +{block name="get-data"} +{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /} +{site:grm page_code="h5_novel_catalog " diff="$Request.url" num="120" g_key="arrGrm" /} +{/block} + +{block name="title"}{site:replace code="NOVEL@GETNOVELCATALOG@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETNOVELCATALOG@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETNOVELCATALOG@DESCRIPTION"}{/block} + +{block name="head"} + + + + + + + + + + + + + + + + + + + + + + + + + +{/block} + +{block name="head-js"}{/block} + +{block name="logo-html"} + +{/block} + +{block name="main"} + +{chapter:pagerexp page="$Request.route.intPage" limit="100" n_id="$Request.route.intNovelId" d_key="d_key" d_val="chapter" +cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /} + +
    + + + +
    + {$arrGrm[0]|raw} +
    +

    {$arrNovel['n_name']}章节目录 - {$arrNovel['n_author']} - {$DomainModel->d_name} 第{$Request.route.intPage}页

    +
    + + +
    + + {include file="public/allChapterPage" start="0"/} + +
      + {volist name="resData.data" id="Chapter" key="key"} +
    • + {$arrGrm[$key]|raw} + {$Chapter.c_name} +
    • + {/volist} +
    + + + {include file="public/allChapterPage" /} +
    +
    +
    +
    + + +
    + + +{/block} + + + diff --git a/code/app/home/view/xiongMao/novel/getNovelChannel.html b/code/app/home/view/xiongMao/novel/getNovelChannel.html new file mode 100644 index 0000000..44843a0 --- /dev/null +++ b/code/app/home/view/xiongMao/novel/getNovelChannel.html @@ -0,0 +1,117 @@ +{extend name="baseH5" /} + +{block name="get-data"} +{site:helper func="initSexTKD" /} +{/block} + +{block name="title"}{site:replace code="NOVEL@GETNOVELCHANNEL@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETNOVELCHANNEL@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETNOVELCHANNEL@DESCRIPTION"}{/block} + +{block name="head"} +param('strChannel'); + +?> + + + + + + + +{/block} +{block name="head-js"}{/block} + +{block name="logo-html"} +

    + {eq name="strPageCode" value="man"} + {$DomainModel->d_name}-男生小说免费阅读 + {else} + {$DomainModel->d_name}-女生小说免费阅读 + {/eq} +

    +{/block} + +{block name="main"} + +{site:grm page_code="pc_index" diff="0" num="50" g_key="arrGrm" /} + + +
    + +

    {site:replace code="NOVEL@GETNOVELCHANNEL@DESCRIPTION"}

    + + + + +
    +
    +

    热门推荐

    +
    +
    +
      + {novel:list count="8" sort_type="tuijian" n_status="lianzai" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"} + {include file="public/novelListS" start="0"/} + {/novel:list} +
    +
    +
    +
    +
    +

    完结推荐

    +
    +
    +
      + {novel:list count="8" sort_type="tuijian" n_status="wanjie" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"} + {include file="public/novelListS" start="13"/} + {/novel:list} +
    +
    +
    +
    +
    +

    最近更新

    +
    +
    +
      + {novel:list count="8" sort_type="update" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"} + {include file="public/novelListH" start="21"/} + {/novel:list} +
    +
    +
    + +
    +{/block} {block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/xiongMao/novel/getNovelRank.html b/code/app/home/view/xiongMao/novel/getNovelRank.html new file mode 100644 index 0000000..1444272 --- /dev/null +++ b/code/app/home/view/xiongMao/novel/getNovelRank.html @@ -0,0 +1,177 @@ +{extend name="baseH5" /} + +{block name="get-data"} +{site:helper func="initSexTKD" /} +{/block} + +{block name="title"}{site:replace code="NOVEL@GETNOVELRANK@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETNOVELRANK@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}{/block} + +{block name="head"} + + + + + + + +{/block} +{block name="head-js"}{/block} + +{block name="logo-html"} +

    + {$DomainModel->d_name}--排行榜最新免费阅读 +

    +{/block} + +{block name="strPageCode"} + +{/block} + + +{block name="main"} + +{site:grm page_code="h5_rank" diff="0" num="100" g_key="arrGrm" /} + +
    +

    {site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}

    + + + +
    +
    +

    日点击榜

    +
    +
    +
      + {novel:ranklist count="10" sort_type="daily" d_key="key" d_val="Novel" cache_life="1000"} + {if $key == 1} + {include file="public/novelListH" start="0"/} + {/if} + {if $key >= 2} + {include file="public/novelListRank" start="1"/} + {/if} + + {/novel:ranklist} +
    +
    +
    + +
    +
    +

    周点击榜

    +
    +
    +
      + {novel:ranklist count="10" sort_type="weekly" d_key="key" d_val="Novel" cache_life="1000"} + {if $key == 1} + {include file="public/novelListH" start="10"/} + {/if} + {if $key >= 2} + {include file="public/novelListRank" start="11"/} + {/if} + + {/novel:ranklist} +
    +
    +
    + +
    +
    +

    月点击榜

    +
    +
    +
      + {novel:ranklist count="10" sort_type="monthly" d_key="key" d_val="Novel" cache_life="1000"} + {if $key == 1} + {include file="public/novelListH" start="20"/} + {/if} + {if $key >= 2} + {include file="public/novelListRank" start="21"/} + {/if} + + {/novel:ranklist} +
    +
    +
    + +
    +
    +

    总点击榜

    +
    +
    +
      + {novel:ranklist count="10" sort_type="total" d_key="key" d_val="Novel" cache_life="1000"} + {if $key == 1} + {include file="public/novelListH" start="30"/} + {/if} + {if $key >= 2} + {include file="public/novelListRank" start="31"/} + {/if} + {/novel:ranklist} +
    +
    +
    + +
    +
    +

    新书榜

    +
    +
    +
      + {novel:ranklist count="10" sort_type="total" n_status="lianzai" d_key="key" d_val="Novel" cache_life="1000"} + {if $key == 1} + {include file="public/novelListH" start="40"/} + {/if} + {if $key >= 2} + {include file="public/novelListRank" start="41"/} + {/if} + {/novel:ranklist} +
    +
    +
    + +
    +
    +

    完结榜

    +
    +
    +
      + {novel:ranklist count="10" sort_type="total" n_status="wanjie" d_key="key" d_val="Novel" cache_life="1000"} + {if $key == 1} + {include file="public/novelListH" start="50"/} + {/if} + {if $key >= 2} + {include file="public/novelListRank" start="51"/} + {/if} + {/novel:ranklist} +
    +
    +
    +
    +{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/getKanNovelInfo.html b/code/app/home/view/xiongMao/pc/getKanNovelInfo.html new file mode 100644 index 0000000..f74fbf7 --- /dev/null +++ b/code/app/home/view/xiongMao/pc/getKanNovelInfo.html @@ -0,0 +1,281 @@ +{extend name="basePc" /} + +{block name="get-data"} +{if $Request.route.intNovelId} +{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /} +{else} +{novel:info n_id="$DomainModel->info_id" n_key="arrNovel" n_forge_id="0" /} +{/if} +{site:grm page_code="h5_novel_info" diff="$arrNovel.n_id" num="120" g_key="arrGrm" /} +{/block} + +{block name="title"}{site:replace code="NOVEL@GETNOVELINFO@TITLE" diff="$Request.route.intNovelId" /}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETNOVELINFO@KEYWORDS" diff="$Request.route.intNovelId"}{/block} +{block name="description"}{site:replace code="NOVEL@GETNOVELINFO@DESCRIPTION" diff="$Request.route.intNovelId"}{/block} + + +{block name="head"} + + + + + + + + + + + + + + + + + + + + + + + + +{/block} +{block name="head-css"} + +{/block} +{block name="logo-html"} +

    + + {$DomainModel->d_name}-{$DomainModel->d_text_logo} + +

    +{/block} +{block name="main"} +
    + + +
    +
    + +
    + +

    + 作者:{$arrNovel.n_author} + 创建日期:{$arrNovel.n_update_time} +

    +
    +

    简介

    +
    +

    + {$arrNovel.n_description}

    + 展开 + +
    +
    +
    +

    最新要点

    +
    +

    + {$strFocus}

    + 展开 + +
    +
    +
    + {if !empty($arrChapter)} + 立即阅读 + 目录 + {/if} +
    + +
    +
    +
    +
    +

    小说信息

    +

    类别: + + + {$arrNovel.n_category} + +

    + +

    总点击量:{$arrNovelClicks.total}

    +

    月点击量:{$arrNovelClicks.monthly}

    +

    周点击量:{$arrNovelClicks.weekly}

    +

    日点击量:{$arrNovelClicks.daily}

    + +
    + +
    +
    + +
    +
    +
    +
    +

    最新章节

    +
    +
    + {volist name="arrChapter" id="Chapter" key="key"} +

    + {$Chapter.c_name} + {$Chapter.created_at ?? '1天前'} + +

    +

    + {/volist} +
    +
    +
    +

    相邻推荐:

    +
    +
    + {volist name="arrNovel.n_forge_novel" id="ForgeNovel" key="key"} + + {$ForgeNovel.n_forge_title} + {/volist} + +
    +
    + +
    +
    +

    精品推荐

    + +
    +
    +
    +
    + +{/block} + +{block name="customize"} + +{/block} + +{block name="footer-js"} + + +{/block} \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/getLibrary.html b/code/app/home/view/xiongMao/pc/getLibrary.html new file mode 100644 index 0000000..5a3615e --- /dev/null +++ b/code/app/home/view/xiongMao/pc/getLibrary.html @@ -0,0 +1,223 @@ +{extend name="basePc" /} + + +{block name="get-data"} +{novel:pagerexp page="$Request.get.page" limit="30" +n_category="$Request.route.strCategory" +n_sex="$Request.route.strGender" +n_status="$Request.route.strStatus" +d_key="d_key" +button_num="10" cache_life="86400" func="generateCategoryPager" export_name="resData" /} +{site:grm page_code="pc_novel_library" diff="$resData.p_data.page" num="70" g_key="arrGrm" /} +{/block} + + +{block name="title"}{site:replace code="NOVEL@GETLIBRARY@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETLIBRARY@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}{/block} + +{block name="head"} + + + +{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} + +{else} + + +{/if} + + +{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} + +{else} + +{/if} + +{/block} +{block name="head-js"}{/block} + +{block name="head-css"} + +{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} + +{else} + +{/if} + +{/block} +{block name="logo-html"} +

    + + {$DomainModel->d_name}-{$DomainModel->d_text_logo} + +

    +{/block} + +{block name="strPageCode"} + +{/block} + +{block name="main"} + + + +
    + + +
    +
    +
    + 所属频道 + +
    +
    + 所属分类 +
      +
    • + 全部 +
    • + {if $Request.route.strGender == "all" || $Request.route.strGender == ""} + {novel:category d_key="strCategoryPinyin" d_val="strCategoryName"} +
    • + {$strCategoryName} +
    • + {/novel:category} + {/if} + + {eq name="$Request.route.strGender" value="$strNanUrl"} + {novel:category d_key="strCategoryPinyin" d_val="strCategoryName" n_sex="man"} +
    • {$strCategoryName}
    • + {/novel:category} + {/eq} + + {eq name="$Request.route.strGender" value="$strNvUrl"} + {novel:category d_key="strCategoryPinyin" d_val="strCategoryName" n_sex="women"} +
    • {$strCategoryName}
    • + {/novel:category} + {/eq} +
    +
    +
    + 是否完结 + +
    +
    +
    + + + +
    + + +
    +
      + {volist name="$resData.p_data.pager" id="vo" key="k"} + {switch $vo.label} + {case value="上一页"} + {if $resData.p_data.page == 1} +
    • «
    • + {else} + « + {/if} + {/case} + {case value="下一页"} + {if $resData.p_data.page >= $resData.p_data.total} +
    • »
    • + {else} +
    • »
    • + {/if} + {/case} + {case value="..."} +
    • ...
    • + {/case} + {default /} + {if preg_match('/^\d+$/', $vo.label)} +
    • + {$vo.label} +
    • + {/if} + {/switch} + {/volist} +
    +
    + +
    + +
    +{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/getNovelCatalog.html b/code/app/home/view/xiongMao/pc/getNovelCatalog.html new file mode 100644 index 0000000..f7b7d09 --- /dev/null +++ b/code/app/home/view/xiongMao/pc/getNovelCatalog.html @@ -0,0 +1,156 @@ +{extend name="basePc" /} + +{block name="get-data"} +{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /} +{site:grm page_code="pc_novel_catalog" diff="$Request.url" num="120" g_key="arrGrm" /} +{/block} + +{block name="title"}{site:replace code="NOVEL@GETNOVELCATALOG@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETNOVELCATALOG@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETNOVELCATALOG@DESCRIPTION"}{/block} + +{block name="head"} + + + + + + + + + + + + + + + + + + + + + + + + + +{/block} + +{block name="head-css"} + +{/block} +{block name="head-js"}{/block} + +{block name="logo-html"} +

    + + {$DomainModel->d_name}-{$DomainModel->d_text_logo} + +

    +{/block} +{block name="main"} + +{chapter:pagerexp page="$Request.route.intPage" limit="100" n_id="$Request.route.intNovelId" d_key="d_key" d_val="chapter" +cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /} + +
    + + +
    + + +
    + +
    章节列表
    + + + {include file="pc/public/allChapterPage" /} + +
    +
      + {foreach $resData.data as $key => $Chapter } +
    • + {$arrGrm[$key]|raw} +

      + {$Chapter.c_name} +

      +
    • + {/foreach} +
    +
    + + + {include file="pc/public/allChapterPage" /} +
    +
    +
    +{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/getNovelChannel.html b/code/app/home/view/xiongMao/pc/getNovelChannel.html new file mode 100644 index 0000000..030f16f --- /dev/null +++ b/code/app/home/view/xiongMao/pc/getNovelChannel.html @@ -0,0 +1,152 @@ +{extend name="basePc" /} +{block name="get-data"} +{site:helper func="initSexTKD" /} +{/block} +{block name="title"}{site:replace code="NOVEL@GETNOVELCHANNEL@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETNOVELCHANNEL@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETNOVELCHANNEL@DESCRIPTION"}{/block} + +{block name="strPageCode"} + param('strChannel'); ?> +{/block} + +{block name="head"} + +param('strChannel'); + +?> + + + + + + + + +{/block} + +{block name="head-css"} + +{eq name="strPageCode" value="man"} + +{else} + +{/eq} + +{/block} +{block name="head-js"}{/block} + +{block name="logo-html"} +

    + + {$DomainModel->d_name}-{$DomainModel->d_text_logo} + +

    +{/block} + +{block name="main"} + +{site:grm page_code="pc_index" diff="0" num="50" g_key="arrGrm" /} + +
    + + + + +
    +
    + +

    热门推荐

    + +
    + +
    +
    + + +
    + + + + +
    +
    +

    完本推荐

    +
    + +
    + +
    + +
    + +
    +
    + +

    作品更新

    + +
    +
    +
    +
      +
    1. +
        +
      • 类别
      • +
      • 书名
      • +
      • 最新更新章节
      • +
      • 作者
      • +
      • 更新时间
      • +
      +
    2. + {novel:list count="30" sort_type="update" n_sex="$strPageCode" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"} + {include file="pc/public/indexNewsUpdateList" start="21"/} + {/novel:list} +
    +
    +
    +
    +
    +{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/getNovelRank.html b/code/app/home/view/xiongMao/pc/getNovelRank.html new file mode 100644 index 0000000..4f06604 --- /dev/null +++ b/code/app/home/view/xiongMao/pc/getNovelRank.html @@ -0,0 +1,219 @@ +{extend name="basePc" /} + +{block name="get-data"} +{site:helper func="initSexTKD" /} +{site:grm page_code="h5_rank" diff="0" num="100" g_key="arrGrm" /} +{/block} + + +{block name="title"}{site:replace code="NOVEL@GETNOVELRANK@TITLE"}{/block} +{block name="keywords"}{site:replace code="NOVEL@GETNOVELRANK@KEYWORDS"}{/block} +{block name="description"}{site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}{/block} + +{block name="head"} + + + + + + + +{/block} + +{block name="head-css"} + +{/block} +{block name="head-js"}{/block} +{block name='body-class'}body-rank-class{/block} +{block name="logo-html"} +

    + + {$DomainModel->d_name}-{$DomainModel->d_text_logo} + +

    +{/block} + +{block name="strPageCode"} + +{/block} + +{block name="main"} + +
    + + + + +
    +
    +
    +

    日点击榜

    +
    +
    +
    +
      + {novel:ranklist count="10" sort_type="daily" d_key="key" d_val="Novel" cache_life="1000"} + {if $key == 0} + {include file="pc/public/indexBoyRankOne" start="0"/} + {/if} + {if $key >= 1} + {include file="pc/public/indexBoyRankList" start="1"/} + {/if} + {/novel:ranklist} +
    +
    + +
    +
    +
    +
    +

    周点击榜

    +
    +
    +
    +
      + {novel:ranklist count="10" sort_type="weekly" d_key="key" d_val="Novel" cache_life="1000"} + {if $key == 0} + {include file="pc/public/indexBoyRankOne" start="10"/} + {/if} + {if $key >= 1} + {include file="pc/public/indexBoyRankList" start="11"/} + {/if} + {/novel:ranklist} +
    +
    + +
    +
    +
    +
    +

    月点击榜

    +
    +
    +
    +
      + {novel:ranklist count="10" sort_type="monthly" d_key="key" d_val="Novel" cache_life="1000"} + {if $key == 0} + {include file="pc/public/indexBoyRankOne" start="20"/} + {/if} + {if $key >= 1} + {include file="pc/public/indexBoyRankList" start="21"/} + {/if} + {/novel:ranklist} +
    +
    + +
    +
    +
    +
    +

    总点击榜

    +
    +
    +
    +
      + {novel:ranklist count="10" sort_type="total" d_key="key" d_val="Novel" cache_life="1000"} + {if $key == 0} + {include file="pc/public/indexBoyRankOne" start="30"/} + {/if} + {if $key >= 1} + {include file="pc/public/indexBoyRankList" start="31"/} + {/if} + {/novel:ranklist} +
    +
    + +
    +
    +
    +
    +

    连载榜

    +
    +
    +
    +
      + {novel:ranklist count="10" sort_type="total" n_status="lianzai" d_key="key" d_val="Novel" cache_life="1000"} + {if $key == 0} + {include file="pc/public/indexBoyRankOne" start="40"/} + {/if} + {if $key >= 1} + {include file="pc/public/indexBoyRankList" start="41"/} + {/if} + {/novel:ranklist} +
    +
    + +
    +
    +
    +
    +

    完结榜

    +
    +
    +
    +
      + {novel:ranklist count="10" sort_type="total" n_status="wanjie" d_key="key" d_val="Novel" cache_life="1000"} + {if $key == 0} + {include file="pc/public/indexBoyRankOne" start="50"/} + {/if} + {if $key >= 1} + {include file="pc/public/indexBoyRankList" start="51"/} + {/if} + {/novel:ranklist} +
    +
    + +
    +
    +
    + +
    +{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/public/adBanner.html b/code/app/home/view/xiongMao/pc/public/adBanner.html new file mode 100644 index 0000000..fe9b569 --- /dev/null +++ b/code/app/home/view/xiongMao/pc/public/adBanner.html @@ -0,0 +1,5 @@ + + + + diff --git a/code/app/home/view/xiongMao/pc/public/allChapterPage.html b/code/app/home/view/xiongMao/pc/public/allChapterPage.html new file mode 100644 index 0000000..7cb2e8c --- /dev/null +++ b/code/app/home/view/xiongMao/pc/public/allChapterPage.html @@ -0,0 +1,34 @@ +{if !empty($resData.p_data.pager)} +
    + {volist name="$resData.p_data.pager" id="item"} + {eq name="item.type" value="prev"} + + {$item.label} + + {/eq} + {/volist} + + + + {volist name="$resData.p_data.pager" id="item"} + {eq name="item.type" value="next"} + + {$item.label} + + {/eq} + {/volist} +
    +{/if} \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/public/indexBoyNewsList.html b/code/app/home/view/xiongMao/pc/public/indexBoyNewsList.html new file mode 100644 index 0000000..17ac3aa --- /dev/null +++ b/code/app/home/view/xiongMao/pc/public/indexBoyNewsList.html @@ -0,0 +1,19 @@ +
  • + +

    + {$arrGrm[$key+[start]]|raw} + + {$Novel->n_name ?? ''} + +

    +
    + {$Novel->n_author ?? ''} + {$Novel->n_category ?? ''} + + {$Novel->n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读 + +

    {$Novel->n_description ?? ''}

    +
    +
  • \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/public/indexBoyNewsOne.html b/code/app/home/view/xiongMao/pc/public/indexBoyNewsOne.html new file mode 100644 index 0000000..93d48ce --- /dev/null +++ b/code/app/home/view/xiongMao/pc/public/indexBoyNewsOne.html @@ -0,0 +1,24 @@ +
    + +

    + {$arrGrm[$key+[start]]|raw} + + {$Novel.n_name ?? ''}

    + + {$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读 + +
    +
    + 作者:{$Novel->n_author ?? ''} + 分类: + {$Novel->n_category ?? ''} + + + 进度:{$Novel->n_status ?? ''} + 总点击:{$Novel->og_novel_click ?? 0} +
    +

    {$Novel->n_description ?? ''}

    +
    +
    \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/public/indexBoyRankList.html b/code/app/home/view/xiongMao/pc/public/indexBoyRankList.html new file mode 100644 index 0000000..2963c9c --- /dev/null +++ b/code/app/home/view/xiongMao/pc/public/indexBoyRankList.html @@ -0,0 +1,23 @@ +
  • + + {$key+=1} +

    + {$arrGrm[$key+[start]]|raw} + + {$Novel.n_name ?? ''} + +

    +
    + + {$Novel.n_name ?? ''} + +
    + 作者:{$Novel->n_author ?? ''} + 类别: + {$Novel->n_category ?? ''} + +

    {$Novel->n_description ?? ''}

    +
    +
    +
  • \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/public/indexBoyRankOne.html b/code/app/home/view/xiongMao/pc/public/indexBoyRankOne.html new file mode 100644 index 0000000..3f02d19 --- /dev/null +++ b/code/app/home/view/xiongMao/pc/public/indexBoyRankOne.html @@ -0,0 +1,21 @@ +
  • + + 1 +

    + {$arrGrm[$key+[start]]|raw} + {$Novel.n_name ?? ''} +

    +
    + + {$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读 + +
    + 作者:{$Novel.n_author ?? ''} + 类别: + {$Novel.n_category ?? ''} + +

    {$Novel.n_description ?? ''}

    +
    +
    +
  • \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/public/shukuNovelList.html b/code/app/home/view/xiongMao/pc/public/shukuNovelList.html new file mode 100644 index 0000000..7bb36ad --- /dev/null +++ b/code/app/home/view/xiongMao/pc/public/shukuNovelList.html @@ -0,0 +1,27 @@ +
  • + {$arrGrm[$key+[start]]|raw} + + {$Novel->n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读 + +
    +

    {$Novel->n_name ?? ''}

    +

    + 作者:{$Novel->n_author ?? ''} + 分类:{$Novel->n_category ?? ''} + 状态:{$Novel->n_status ?? ''} + +

    +

    + 标签: + +

    +

    最近更新:219 桃花酿 +

    +

    {$Novel->n_description ?? ''}

    +
    +
    + 更新时间:2025-03-20 23:59 + 立即阅读 +
    +
  • \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/public/swiperListImg.html b/code/app/home/view/xiongMao/pc/public/swiperListImg.html new file mode 100644 index 0000000..7e2d8b8 --- /dev/null +++ b/code/app/home/view/xiongMao/pc/public/swiperListImg.html @@ -0,0 +1,10 @@ +
  • + {$arrGrm[$key+[start]]|raw} +

    + + {$Novel->n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读 + +

    +
  • diff --git a/code/app/home/view/xiongMao/pc/public/swiperListText.html b/code/app/home/view/xiongMao/pc/public/swiperListText.html new file mode 100644 index 0000000..662b5e2 --- /dev/null +++ b/code/app/home/view/xiongMao/pc/public/swiperListText.html @@ -0,0 +1,5 @@ +
  • + + {$key} + {$Novel.n_name ?? ''} +
  • \ No newline at end of file diff --git a/code/app/home/view/xiongMao/pc/user/index.html b/code/app/home/view/xiongMao/pc/user/index.html new file mode 100644 index 0000000..3554ff4 --- /dev/null +++ b/code/app/home/view/xiongMao/pc/user/index.html @@ -0,0 +1,277 @@ +{extend name="basePcUser" /} + +{block name="title"}个人中心{/block} +{block name="keywords"}个人中心{/block} +{block name="description"}个人中心{/block} + +{block name="head"} + + + + + + + +{block name="head-js"}{/block} + + +{block name="main"} + +{site:grm page_code="userinfo" diff="0" num="100" g_key="arrGrm" /} + +
    + +
    + +
    +
    + {$arrGrm[1]|raw} +
    + 我的书架 + 查看更多>> +
    +
      + + +
    +
    + {$arrGrm[2]|raw} +
    +
    + 最近阅读 + 查看更多>> +
    +
      + + +
    +
    + {$arrGrm[3]|raw} +
    +
    + 热读作品 + +
    +
    +
      + {novel:list count="10" sort_type="news" d_key="key" d_val="Novel" cache_life="86400"} + {include file="pc/public/endNovelList" start="0"/} + {/novel:list} + +
    + + +
    +
    +
    + {$arrGrm[4]|raw} + +
    +
    +
    推荐作品
    + +
    +
    +
    +
    + + +{/block} + +{block name="customize"} {/block} \ No newline at end of file diff --git a/code/app/home/view/xiongMao/public/allChapterPage.html b/code/app/home/view/xiongMao/public/allChapterPage.html new file mode 100644 index 0000000..f6a5274 --- /dev/null +++ b/code/app/home/view/xiongMao/public/allChapterPage.html @@ -0,0 +1,36 @@ +{if !empty($resData.p_data.pager)} +
    + {volist name="$resData.p_data.pager" id="item"} + {eq name="item.type" value="prev"} + {$arrGrm[$key]|raw} + + {$item.label} + + {/eq} + {/volist} + + + + {volist name="$resData.p_data.pager" id="item"} + {eq name="item.type" value="next"} + {$arrGrm[$key]|raw} + + {$item.label} + + {/eq} + {/volist} +
    +{/if} \ No newline at end of file diff --git a/code/app/home/view/xiongMao/public/novelListRank.html b/code/app/home/view/xiongMao/public/novelListRank.html new file mode 100644 index 0000000..1c81f8f --- /dev/null +++ b/code/app/home/view/xiongMao/public/novelListRank.html @@ -0,0 +1,6 @@ +
  • +
    + {$arrGrm[$key+[start]]|raw} + {$Novel.n_name ?? ''} +
    {$key} +
  • \ No newline at end of file diff --git a/code/app/home/view/xiongMao/public/novelListS.html b/code/app/home/view/xiongMao/public/novelListS.html new file mode 100644 index 0000000..553f7a8 --- /dev/null +++ b/code/app/home/view/xiongMao/public/novelListS.html @@ -0,0 +1,12 @@ +
  • + {$arrGrm[$key+[start]]|raw} + + {$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读 +

    {$Novel.n_name ?? ''}

    + + 作者:{$Novel.n_author ?? ''} + +
    +
  • \ No newline at end of file