{foreach $resData.data as $key=>$Novel}
- {include file="public/novel-list" /}
+ {include file="public/novel-list" start="0"/}
{/foreach}
diff --git a/code/app/home/view/shikong/pc/getArticleInfo.html b/code/app/home/view/shikong/pc/getArticleInfo.html
new file mode 100644
index 0000000..5c10385
--- /dev/null
+++ b/code/app/home/view/shikong/pc/getArticleInfo.html
@@ -0,0 +1,14 @@
+{extend name="basePc" /}
+{block name='nav-active-class'}home{/block}
+{block name="title"}{/block}
+{block name="head-js"}{/block}
+
+
+
+{block name="main"}
+
+
article.......
+
+{/block}
+
+{block name="customize"} {/block}
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/getArticleList.html b/code/app/home/view/shikong/pc/getArticleList.html
new file mode 100644
index 0000000..0c385c6
--- /dev/null
+++ b/code/app/home/view/shikong/pc/getArticleList.html
@@ -0,0 +1,88 @@
+{extend name="basePc" /}
+{block name='nav-active-class'}home{/block}
+{block name="title"}{/block}
+{block name="head-js"}{/block}
+
+
+{block name="main"}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 分类
+ 书名
+ 描述
+ 作者
+ 更新时间
+
+
+ {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/shikong/pc/getLibrary.html b/code/app/home/view/shikong/pc/getLibrary.html
new file mode 100644
index 0000000..78d24e1
--- /dev/null
+++ b/code/app/home/view/shikong/pc/getLibrary.html
@@ -0,0 +1,222 @@
+{extend name="basePc" /}
+
+{block name="get-data"}
+{novel:pagerexp page="$Request.get.page" limit="30"
+n_category="$Request.route.strCategory"
+sort_type="$Request.route.strOrder"
+n_status="$Request.route.strStatus" d_key="d_key"
+d_key="d_key"
+d_val="Novel" n_num="total"
+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='nav-active-class'}home{/block}
+
+
+{block name="main"}
+
+
+
+
+
+
+
+ {novel:list count="6" sort_type="tuijian" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
+
+ {/novel:list}
+
+
+
+
+ 分类:
+ 不限
+
+ {novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
+ {$strCategoryName}
+
+ {/novel:category}
+
+
+
+
排序:
+ {novel:sort d_key="key" d_val="strSortName"}
+ {$strSortName}
+ {/novel:sort}
+
+
状态:
+ {novel:status d_key="key" d_val="strStatusName"}
+ {$strStatusName}
+ {/novel:status}
+
+
+
+
+
+
+
最新入库小说
+
+ {novel:list count="30" sort_type="news" d_key="key" d_val="Novel" p_val="page_data"
+ cache_life="86400"}
+
+ [{$Novel->n_category ?? ''}
+
+ {if !empty($arrGrm[$key+36])}
+ {$arrGrm[$key+36]|raw}
+ {/if}
+ {$Novel->n_name}
+ {$Novel->n_author}
+
+ {/novel:list}
+
+
+
+
+
+
+
+ {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/shikong/pc/getNovelCatalog.html b/code/app/home/view/shikong/pc/getNovelCatalog.html
new file mode 100644
index 0000000..b0e2071
--- /dev/null
+++ b/code/app/home/view/shikong/pc/getNovelCatalog.html
@@ -0,0 +1,245 @@
+{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="logo-html"}
+
+{/block}
+
+{block name="head-js"}
+{/block}
+
+{block name="body-class"}novel_info{/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" /}
+
+
+
+
+
+
+
+
+
+
+
+
{$arrNovel['n_name']}
+
+
+
{$arrNovel.n_description ?? ''}
+
+
+
+
+
《{$arrNovel.n_name ?? ''}》{$arrNovel.n_name ?? '章节'}
+
+ {$arrNovel.strFocus ?? ""} 。看小说就来{$DomainModel->d_name} {$DomainModel->d_domain}...
+
+
相邻推荐:
+ {volist name="arrNovel.n_forge_novel" id="ForgeNovel" key="key"}
+ {if $key<20 } {$arrGrm[$key+20]|raw} {/if} {$ForgeNovel.n_forge_title}
+ {/volist}
+
+ {volist name='$arrNovel.arrRelateveNovel' id='Novel'}
+ {$Novel.n_name}
+ {/volist}
+
+
+
+
+
+
+
+
+
《{$arrNovel.n_name}》章节列表(第{$Request.route.intPage}页)切换倒序/正序:
+ {if $Request.route.strOrder == 'zheng'}
+ 点击切换倒序
+ {else}
+ 点击切换正序
+ {/if}
+
+
+
+ {include file="pc/public/allChapterPage" /}
+
+
+ {foreach $resData.data as $key=>$Chapter}
+
+ {if !empty($arrGrm[$key])}
+ {$arrGrm[$key]|raw}
+{/if}
+
+ {$Chapter.c_name}
+
+
+
+ {/foreach}
+
+
+
+ {include file="pc/public/allChapterPage" /}
+
+
+
+
+
已完结热门小说推荐
+
+
+ {novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="key" d_val="Novel"
+ cache_life="86400"}
+
+ {/novel:list}
+
+
+
+
+
+
+
+{/block}
+
+{block name="customize"}
+
+{/block}
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/getNovelChapter.html b/code/app/home/view/shikong/pc/getNovelChapter.html
new file mode 100644
index 0000000..43acf28
--- /dev/null
+++ b/code/app/home/view/shikong/pc/getNovelChapter.html
@@ -0,0 +1,222 @@
+{extend name="basePc" /}
+
+{block name="get-data"}
+
+{site:grm page_code="pc_novel_chapter" diff="$Request.url" num="60" g_key="arrGrm" /}
+{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /}
+{chapter:info n_id="$Request.route.intNovelId" c_sort_num="$Request.route.intChapterSort"
+c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
+{/block}
+
+{block name="title"}{site:replace code="NOVEL@GETNOVELCHAPTER@TITLE"}{/block}
+{block name="keywords"}{site:replace code="NOVEL@GETNOVELCHAPTER@KEYWORDS"}{/block}
+{block name="description"}{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}{/block}
+
+{block name="head"}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{/block}
+
+{block name="head-css"}
+
+{/block}
+
+{block name="head-js"}
+
+{/block}
+
+{block name="body-class"}novel_info{/block}
+{block name='nav-active-class'}home{/block}
+
+{block name="main"}
+
+
+ {$arrGrm[1]|raw}
+
+
+
+ {$arrGrm[2]|raw}
+
+
{$arrNovel.n_name}({$arrChapter.c_name})
+
+ {if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
+
上一页
+ {/if}
+
+ {if $arrChapter.pre_chapter && $arrChapter.pre_chapter.c_sort_num}
+ {$arrGrm[10]|raw}
+
上一页
+ {/if}
+
+
|
+
章节目录
+
|
+
+ {if $arrChapter.next_chapter && $arrChapter.next_chapter.c_sort_num}
+ {$arrGrm[9]|raw}
+
下一页
+ {/if}
+
+
+ {$arrGrm[3]|raw}
+
+ {$arrGrm[4]|raw}
+
请勿开启浏览器阅读模式,否则将导致章节内容缺失及无法阅读下一页。
+
+
相邻推荐:
+ {volist name="arrNovel.n_forge_novel" id="ForgeNovel" key="key"}
+ {if $key<19 } {$arrGrm[$key+9]|raw} {/if} {$ForgeNovel.n_forge_title}
+ {/volist}
+
+ {volist name='arrNovel.arrRelateveNovel' id='Novel'}
+ {$Novel.n_name}
+ {/volist}
+
+
+ {$arrGrm[5]|raw}
+
+ {if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
+
上一页
+ {/if}
+
+ {if $arrChapter.pre_chapter && $arrChapter.pre_chapter.c_sort_num}
+ {$arrGrm[10]|raw}
+
上一页
+ {/if}
+
+
|
+
章节目录
+
|
+
+ {if $arrChapter.next_chapter && $arrChapter.next_chapter.c_sort_num}
+ {$arrGrm[9]|raw}
+
下一页
+ {/if}
+
+ {$arrGrm[6]|raw}
+
+
+
+
+
已完结热门小说推荐
+
read_btn
+
+ {novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="key" d_val="Novel"
+ p_val="page_data" cache_life="86400"}
+
+
+
+ {/novel:list}
+
+
+
+
+
+{/block}
+
+{block name="customize"}
+
+{/block}
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/getNovelInfo.html b/code/app/home/view/shikong/pc/getNovelInfo.html
new file mode 100644
index 0000000..f9e06c7
--- /dev/null
+++ b/code/app/home/view/shikong/pc/getNovelInfo.html
@@ -0,0 +1,243 @@
+{extend name="basePc" /}
+
+{block name="get-data"}
+{if $Request.route.intNovelId}
+{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="$Request.route.intForgeId" /}
+{else}
+{novel:info n_id="$DomainModel->info_id" n_key="arrNovel" n_forge_id="0" /}
+{/if}
+{site:grm page_code="pc_novel_info" diff="$arrNovel.n_id" num="120" g_key="arrGrm" /}
+{/block}
+
+{block name="title"}{site:replace code="NOVEL@GETNOVELINFO@TITLE"}{/block}
+{block name="keywords"}{site:replace code="NOVEL@GETNOVELINFO@KEYWORDS"}{/block}
+{block name="description"}{site:replace code="NOVEL@GETNOVELINFO@DESCRIPTION"}{/block}
+
+{block name="head"}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{/block}
+
+{block name="head-css"}
+
+{/block}
+
+{block name="logo-html"}
+
+{/block}
+
+{block name="head-js"}
+{/block}
+
+{block name="body-class"}novel_info{/block}
+
+{block name="main"}
+
+
+
+
+
+
+
+
+
+
+
+
{$arrNovel['n_name']}
+
+
+
{$arrNovel.n_description ?? ''}
+
+
+
+
+
《{$arrNovel.n_name ?? ''}》{$arrNovel.n_name ?? '章节'}
+
+ {$arrNovel.strFocus ?? ""} 。看小说就来{$DomainModel->d_name} {$DomainModel->d_domain}...
+
+
相邻推荐:
+ {volist name="arrNovel.n_forge_novel" id="ForgeNovel" key="key"}
+ {if $key<20 } {$arrGrm[$key+20]|raw} {/if} {$ForgeNovel.n_forge_title}
+ {/volist}
+
+ {volist name='$arrNovel.arrRelateveNovel' id='Novel'}
+ {$Novel.n_name}
+ {/volist}
+
+
+
+
+
+
+
+
+
《{$arrNovel.n_name}》最新章节
+
+ {chapter:list count="12" sort_type="dao" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter" cache_life="86400"}
+
+ {if !empty($arrGrm[$key])}
+ {$arrGrm[$key]|raw}
+ {/if}
+ {$Chapter.c_name}
+
+ {/chapter:list}
+
+
《{$arrNovel.n_name}》章节列表
+
+ {chapter:list count="100" sort_type="zheng" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter" cache_life="86400"}
+
+ {if !empty($arrGrm[$key+10])}
+ {$arrGrm[$key+10]|raw}
+ {/if}
+ {$Chapter.c_name}
+
+ {/chapter:list}
+ 查看更多章节...
+
+
+
+
+
已完结热门小说推荐
+
+
+ {novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
+
+ {/novel:list}
+
+
+
+
+
+
+{/block}
+
+
+{block name="customize"}
+
+{/block}
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/getSearchNovel.html b/code/app/home/view/shikong/pc/getSearchNovel.html
new file mode 100644
index 0000000..6ad245e
--- /dev/null
+++ b/code/app/home/view/shikong/pc/getSearchNovel.html
@@ -0,0 +1,139 @@
+{extend name="basePc" /}
+
+{block name="get-data"}
+{novel:pagerexp page="$Request.get.page" limit="30"
+key="$Request.get.keyword"
+d_key="d_key"
+d_val="Novel" n_num="total"
+p_val="page_data" button_num="10" cache_life="86400" func="generateSearchPager" export_name="resData" /}
+{site:grm page_code="pc_novel_search" diff="$Request.url" num="30" g_key="arrGrm" /}
+{/block}
+
+{block name="title"}{site:replace code="NOVEL@GETSEARCHNOVEL@TITLE"}{/block}
+{block name="keywords"}{site:replace code="NOVEL@GETSEARCHNOVEL@KEYWORDS"}{/block}
+{block name="description"}{site:replace code="NOVEL@GETSEARCHNOVEL@DESCRIPTION"}{/block}
+
+{block name="head"}
+
+
+
+
+
+
+
+
+
+
+
+
+
+{/block}
+
+{block name='nav-active-class'}home{/block}
+
+{block name="title"}{/block}
+{block name="meta-other"}{/block}
+{block name="body-class"}novel_home novel_search_page{/block}
+{block name="main"}
+
+
+
+
+
+
+
+
{$Request.get.keyword}搜索结果 - {$DomainModel->d_name} 第{$resData.p_data.page}页
+
+ 搜索“{$Request.get.keyword}” 相关结果共有 {$resData.p_data.total} 部小说
+
+ {if $resData.p_data.total <1}
没有相关数据
+ {else}
+
+
+ {foreach $resData.data as $key=>$Novel}
+
+ {/foreach}
+
+
+
+ {/if}
+
+
+
+
+
+
+ {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/shikong/pc/index.html b/code/app/home/view/shikong/pc/index.html
new file mode 100644
index 0000000..817a7ed
--- /dev/null
+++ b/code/app/home/view/shikong/pc/index.html
@@ -0,0 +1,179 @@
+{extend name="basePc" /}
+{block name="title"}{site:replace code="INDEX@INDEX@TITLE"}{/block}
+{block name="keywords"}{site:replace code="INDEX@INDEX@KEYWORDS"}{/block}
+{block name="description"}{site:replace code="INDEX@INDEX@DESCRIPTION"}{/block}
+
+{block name="head-css"}
+
+{/block}
+{block name="head"}
+
+
+
+
+
+
+
+{/block}
+
+{block name="main"}
+
+{site:grm page_code="pc_index" diff="0" num="150" g_key="arrGrm" /}
+
+
+
+
+ {novel:list count="4" sort_type="tuijian" n_status="lianzai" d_key="d_key" d_val="Novel" p_val="page_data"
+ cache_life="86400"}
+
+ {/novel:list}
+
+
+
经典推荐
+
+ {novel:list count="9" sort_type="tuijian" n_status="wanjie" d_key="d_key" d_val="Novel"
+ p_val="page_data" cache_life="86400"}
+
+ [{$Novel->n_category ?? ''}
+
+ {$arrGrm[$d_key+4]|raw}
+ {$Novel->n_name}
+
+ {$Novel->n_author}
+
+
+ {/novel:list}
+
+
+
+
+
+
+ {novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
+
+
{$strCategoryName}
+
+
+
+
+ {novel:list count="1" n_category="$strCategoryPinyin" sort_type="news" d_key="d_key" d_val="Novel"
+ p_val="page_data" cache_life="86400"}
+
+ {$arrGrm[$d_key+9+10*$start]|raw}
+
+
+
+
+
+ {$Novel->n_name}
+
+ {$Novel.n_description ?? ''}
+
+ {/novel:list}
+
+
+ {novel:list count="12" n_category="$strCategoryPinyin" sort_type="news" d_key="d_key" d_val="Novel"
+ p_val="page_data" cache_life="86400"}
+
+ {$arrGrm[$d_key+9+10*$start]|raw}
+ {$Novel->n_name} /{$Novel->n_author}
+ {/novel:list}
+
+
+ {/novel:category}
+
+
+
+
+
+
最新入库小说
+
+ {novel:list count="50" sort_type="news" d_key="d_key" d_val="Novel" p_val="page_data"
+ cache_life="86400"}
+
+ [{$Novel->n_category ?? ''}]
+
+ {$arrGrm[$d_key+100]|raw}
+ {$Novel->n_name}
+ {$Novel->n_author}
+
+ {/novel:list}
+
+
+
+
+
+
+{/block}
+
+{block name="customize"}
+
+
+{/block}
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/adBanner.html b/code/app/home/view/shikong/pc/public/adBanner.html
new file mode 100644
index 0000000..bd8e696
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/adBanner.html
@@ -0,0 +1,11 @@
+
+
+
+
+
diff --git a/code/app/home/view/shikong/pc/public/allChapterPage.html b/code/app/home/view/shikong/pc/public/allChapterPage.html
new file mode 100644
index 0000000..ce3086b
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/allChapterPage.html
@@ -0,0 +1,35 @@
+{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="page"}
+
+
+
+
+
+ 第{$start}-{$end}章
+
+ {/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/shikong/pc/public/articleList.html b/code/app/home/view/shikong/pc/public/articleList.html
new file mode 100644
index 0000000..3a6a22b
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/articleList.html
@@ -0,0 +1,12 @@
+
+
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/chapterTableAll.html b/code/app/home/view/shikong/pc/public/chapterTableAll.html
new file mode 100644
index 0000000..2fc1fc2
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/chapterTableAll.html
@@ -0,0 +1,6 @@
+
+ 01 天龙问世
+
+
+ 02 沧武的小霸王
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/endNovelList.html b/code/app/home/view/shikong/pc/public/endNovelList.html
new file mode 100644
index 0000000..cb851c3
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/endNovelList.html
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/footer.html b/code/app/home/view/shikong/pc/public/footer.html
new file mode 100644
index 0000000..adc12bf
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/footer.html
@@ -0,0 +1,22 @@
+
+
+
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/historyNovelList.html b/code/app/home/view/shikong/pc/public/historyNovelList.html
new file mode 100644
index 0000000..59a94b1
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/historyNovelList.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+ 我真是一条龙
+
+
+ 老读者必看公告!!!
+
+
+ 兔子很淡定
+
+ 3天前
+
+ 已完结
+
+ 阅读
+ 删除
+
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/hostListImg.html b/code/app/home/view/shikong/pc/public/hostListImg.html
new file mode 100644
index 0000000..6117718
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/hostListImg.html
@@ -0,0 +1,15 @@
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/hostListText.html b/code/app/home/view/shikong/pc/public/hostListText.html
new file mode 100644
index 0000000..abaaf6e
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/hostListText.html
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/indexBoyNewsList.html b/code/app/home/view/shikong/pc/public/indexBoyNewsList.html
new file mode 100644
index 0000000..ca8cbc1
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/indexBoyNewsList.html
@@ -0,0 +1,17 @@
+
+
+
+
美绿哔哔
+
武侠仙侠
+
+
+
+
[已签约实体待上市]【天生坏种x清冷校花】【大学校园、男追女、协议情侣、强制爱、破镜重圆】黎幸在整个西京大学都很有名。
+ 高考状元,够美,够穷。这样的人,外貌不是恩赐,是原罪。楼崇,出生即登上金字塔最顶层的存在优越家世,顶级皮囊但却是个十足十的人渣。
+ ——这样两个毫无交集的人,某天却被人撞见楼崇的阿斯顿马丁车内黎幸被单手抱起跨坐在腿上,后背抵着方向盘车窗光影交错,男人冷白精致的侧脸清晰可见,扣着她的手腕,亲自教她怎么扯开自己的领结。
+ —— “协议女友,知道什么意思吗?” “意思是牵手,接吻,拥抱,上床。” “以及,爱上我。” “一步不能少。”—— “玻璃焰,玻璃高温产生的火焰,银蓝色,很美。”
+ 本站提示:各位书友要是觉得《玻璃焰》还不错的话请不要忘记向您QQ群和微博里的朋友推荐哦!
+
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/indexBoyNewsOne.html b/code/app/home/view/shikong/pc/public/indexBoyNewsOne.html
new file mode 100644
index 0000000..4d7860e
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/indexBoyNewsOne.html
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
作者:不见仙踪
+
分类:武侠仙侠
+
字数:24.20万字+
+
进度:已完结
+
总点击:0
+
+
【下本开《分手后四个鬼攻同时找上我》嗷~】 大二上学期,宣从南被一个温柔至极的男人追求;大二下学期,宣从南和沈迁在一起。
+ 两个人谈了一年恋爱,宣从南发现,沈迁照常温柔,但他却常常把这样的话挂在嘴边: “不要笑。” “安静一点。” “不要太闹腾。” “眼里不要有温度。” “这样才像他。” 宣从南:……哦。
+ 宣从南走了,潇洒果决,晚上却在路边捡到一个看起来落魄至极的男人。他耷拉着眉眼,带口罩,安静地坐在花坛边,似乎是在晒月光。 这人倒是很安静,还不笑,更不闹腾,眼里也没有温度。
+ 宣从南把人捡回家了。他发现,这个名叫顾拾的男人竟然是娱乐圈里的顶流,只不过他不太关注娱乐圈,这才错误地把拥有千万粉丝的人捡回了家。
+ 宣从南还发现,顾拾虽然过分冷淡,但他打直球说能不能喜欢我;顾拾虽然安静不闹腾,但他打直球说能不能抱抱我;顾拾虽然眼睛里没什么温度,但他打直球说能不能做…… 宣从南:这就是顶流吗?
+ “同居”段时间,两人顺理成章地谈恋爱。 又同居段时间,宣从南忽而得知顾拾就是沈迁爱而不得的白月光。 宣从南:……命运啊。
+ 为了避免尴尬,他收拾行李又打算跑,刚走到门口却只听一道开门声,顾拾裹挟着外面的寒气进来,轻轻带上门。 宣从南:…… 顾拾冷淡的目光从上到下打量他,最后落在行李箱上。 “去哪儿?”他问。
+ 宣从南捏紧行李杆,正欲说话,顾拾又道: “你想甩了我?” …… 这天晚上有狗仔拍到顾拾进了一间出租屋。 除了顾拾,窗户玻璃上还映出另外一道男性身影,他手边还有个行李箱。
+ 紧接着,一向喜怒不形于色的顾拾猛地推开行李箱,拽起另一人的手腕去了卧室。 一夜没出来。 【阅读指南】: *1V1,HE,甜文。 *攻非常非常非常爱受,非常非常非常宠受
+ *攻能直球绿茶也能偏执疯批,属性复杂,天使们直接看文叭 *有打脸剧情 *无原型,勿代入现实。我写文为了快乐,也只想让读者快乐~ *感谢支持正版,给大家鞠躬啦~
+ ★下本《分手后四个鬼攻同时找上我》求收藏~ 宴祀亭是个小道士,山生山长,没见过外面的天,最大的雄心壮志是杀死鬼王。 但他怕鬼,还花心。 下山后进城,他在酒吧泡了一个大学教授做男朋友。
+ 教授克制古板,一副性冷淡的模样。 但他“暴力”且沉沦地教会了宴祀亭在床上的108种姿势。 每天晚上宴祀亭都被哔的“身心俱散”。 随着感情渐深,教授带宴祀亭回家见父母。 他家里有鬼,好多鬼。
+ 那些鬼躲在门外、趴在床底听他和教授...... 宴祀亭瑟瑟发抖,教授却像没事人,依然一次比一次深入。 宴祀亭:师父救命——
+ 日复一日,教授变得愈发过分。他中午要抱宴祀亭亲昵,下午要抱宴祀亭厮磨,晚上要抱宴祀亭深入交流,非常不节制。 最后他还设门禁时间限制宴祀亭的出行,控制欲极强。 宴祀亭受不了,把人踹了。
+ 他谈了第二个男朋友。 但为什么温柔先生最后因他变得野蛮,各种道具都上场; 绅士先生因他变成恶棍,让他不准离开自己的视线; 禁欲先生因他变得纵荡,永远都要按着他驰骋......
+ 宴祀亭:师父我遇到了好多变态,我要回山立刻马上! 身心遭受“严重摧残”的宴祀亭决定封心锁爱,这辈子都不要泡男人了,要去完成自己的雄心壮志——杀死鬼王。
+ 紧接着被甩的教授将他堵在家门口,唇角带笑声含魅:“不是要杀我吗?我来了。” 晦暗夜色下,教授身后又慢慢浮现出温柔先生、绅士先生、禁欲先生的身影,他们都在盯着宴祀亭。
+ 教授柔声道:“你是要我们一起来,还是一个一个来呢。” 宴祀亭抖如筛糠无可逃脱地被他们推进了卧室。恶鬼们商量谁先来,最后愉快地决定一起。 “不要,救命啊啊啊啊啊啊啊啊啊——” *切片攻
+ *所有躲门外趴床底听床戏的,都是攻的切片 ★求预收《不是人也能攻我?》收藏~ 司徒禁肩宽窄腰身材好,胸肌饱满腿长,在男同界是被许多人觊觎的优质1。
+ 有人找司徒禁拍钙片,身为直男的司徒禁果断拒绝。 等再醒来,司徒禁发现他穿到了异世界。 这里到处是妖魔鬼怪。
+ 司徒禁有个极倒霉的倒霉体质,喝凉水塞牙缝,吃东西噎喉咙,睡觉能窒息。再又一次平地摔跤后,司徒禁气得破口大骂。 那些神经病又来了。 玛德,这次还敢撕他衣服!
+ 这个世界不止他一个倒霉蛋,还有ABCDE等男人进来了。 老乡见老乡两眼泪汪汪,司徒禁和大家互相扶持,把这群想上他的变态杀得四处逃窜。 然后有一天,司徒禁看见男人 A 帮鬼撕碎了他的上衣。
+ 司徒禁:? 男人B帮鬼扯烂了他的裤子。 司徒禁:?? 男人C帮鬼拽掉了他的衬衫夹。 司徒禁:??? 混乱中,谁摸了他的胸肌! 谁捏了他的屁股!! 谁掰开了他的腿!!!
+ 司徒禁冷笑:想攻我的千千万,你算哪块小饼干?! ABCDE 得逞,鬼得逞,怪物藤蔓得手,触手得逞...... 被迫野战后司徒禁躺在草地里抽事后烟,沉思:是个人都能攻我?不是人也能攻我?
+ 而他不知道,他进入的异世界其实是一个系列视频,无数观众坐在电视机前,每天就为了看他闯关。 司徒禁:什么关?“床”关吗? *切片攻,每个都为了受打得头破血流,甚至想杀了自己的分身
+ *受极度理智冷静大胸美人 *攻疯得一批,每个切片都想独占囚禁受 *直播镜头前的观众只能看正经闯关,其他的看不到,花钱做榜一也没用
+ 本站提示:各位书友要是觉得《渣攻的白月光总对我打直球》还不错的话请不要忘记向您QQ群和微博里的朋友推荐哦!
+
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/indexBoyRankList.html b/code/app/home/view/shikong/pc/public/indexBoyRankList.html
new file mode 100644
index 0000000..2009dd2
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/indexBoyRankList.html
@@ -0,0 +1,16 @@
+
+ {$key+=1}
+
+
+
+
+
+
+
作者:猩猩崛起
+
类别:武侠仙侠
+
小工作室的微电影导演,重生平行世界!踏上娱乐征途!
+ 本站提示:各位书友要是觉得《娱乐宗师》还不错的话请不要忘记向您QQ群和微博里的朋友推荐哦!
+
+
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/indexBoyRankOne.html b/code/app/home/view/shikong/pc/public/indexBoyRankOne.html
new file mode 100644
index 0000000..458de74
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/indexBoyRankOne.html
@@ -0,0 +1,26 @@
+
+ 1
+
+
+
+
+
+
+
作者:梧桐树下wt
+
类别:武侠仙侠
+
【本文将会于2023年9月30日星期六入V,谢谢支持!】 【求投票——《成长·逆袭》主题征文——作品投票——鱼跃龙门后来居上】
+ 【每5K营养液加更一章】 作为刚升组没多久,在华国内难得可以跳跃演绎两手抓的男子单人花滑选手,郁辰被队里的教练们给予极大的厚望。
+ 并且整个教练团也在想尽各种方法教导这位,冰上冰下两个样子,经常会躲起来不见人的闷葫芦。 “到底有什么办法,能让那家伙在冰下的时候,有上冰那会百分之一的灵气啊!”
+ 只有郁辰他本人知道——他无论什么时候,都爱惨了艺术与冰面结合起来的样子。 ——只是台下之后,不会表达而已。
+ 一切的变动,从他没忍住在莫斯科赛后偷瞒着教练,去看了一场芭蕾舞舞台剧之后。 追着一见钟情的男孩来到异国,并且努力学了中文的佐切卡:你好,郁!能我你拥抱?
+ 沉思了好久,才理清楚他语法顺序的郁辰:你学顺了中文再和我说话吧。 佐切卡(惊喜):那就是可以了!
+ 于是某位男单运动员就被纤细高挑练跳舞的熊抱住了一个下午,跑都跑不掉。 来自莫斯科的芭蕾舞者X略显自闭的花滑选手 1、故事里面所有人物故事,经历都没有原型。
+ 2、作者对于花滑的认知还没有到完全专业水平,但是所有技术动作描写,比赛规则描述,都有资料支持。
+ 3、如果有技术问题需要讨论可以随时留评,我看到后会回复的。看了每章词汇解释还是不懂的话也可以留评,我会想办法换一种解释试试看的(作者是真想教会你们滑冰系列)。
+ 4、最重要一点——无论怎么样的情感下,都请不要轻易怀疑运动员对该项目的热爱。 5、停在‘4’好像不太好,所以写了个‘5’。
+ 本站提示:各位书友要是觉得《捻转步舞曲[花滑]》还不错的话请不要忘记向您QQ群和微博里的朋友推荐哦!
+
+
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/indexNewsUpdateList.html b/code/app/home/view/shikong/pc/public/indexNewsUpdateList.html
new file mode 100644
index 0000000..1b055eb
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/indexNewsUpdateList.html
@@ -0,0 +1,12 @@
+
+
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/shuKuNovelList.html b/code/app/home/view/shikong/pc/public/shuKuNovelList.html
new file mode 100644
index 0000000..1698493
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/shuKuNovelList.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+ 作者:鱼昆子
+ 分类:男生
+ 状态:已完结
+ 总字数:43.80万字+
+
+
+ 标签:
+
+
+
最近更新: 219 桃花酿
+
+
正文已完结,福利番外待续! 预收《癫疯人生有多爽你知道吗》《当家主母的咸鱼美食日常》戳专栏求收藏。 ——————— 温仲夏身为百万粉丝美食博主,一朝穿越。
+ 好消息,穿成尚书千金。 坏消息,父兄获罪被贬到千里之外。 身边只有一个柔弱的嫂嫂和年幼的小弟。 开局就是一个交不上房租,大雪天几乎要流落街头的惨境。 温仲夏来不及哭,撸起袖子就是干。
+ 红烧肉火锅烧烤爆米花卷饼卤肉奶茶小蛋糕…… 她就不信这些东京人都不爱吃。 不成的话,她还有麻辣烫烤鸭炸鸡酸辣粉炸酱面汤圆大馄饨…… 一不小心,落魄千金混成东京知名女掌柜。 …… 小剧场:
+ 一众贵女听闻温仲夏当街叫卖吃食后,纷纷对她这种抛头露面的行为狠狠批判。 几天后,她们却在温仲夏的食店门口不期而遇。 “你怎么来了,不会是来买蛋挞的吧?” “难道你也是?”
+ “我可不是,我还要买奶油蛋糕呢。” 说好的不齿与之为伍呢? 这时店内传来吆喝:“数量有限,先到先得。” 贵女们忙不迭地往里冲。 “我先来的!” ①本文主线是美食和日常。
+ ②背景主要参考宋朝,不严谨的地方请见谅。
+ 本站提示:各位书友要是觉得《落魄千金美食发家日常》还不错的话请不要忘记向您QQ群和微博里的朋友推荐哦!
+
+
+
更新时间:2025-03-20 23:59
+
立即阅读
+
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/public/swiperListImg.html b/code/app/home/view/shikong/pc/public/swiperListImg.html
new file mode 100644
index 0000000..b0b9b0c
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/swiperListImg.html
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/code/app/home/view/shikong/pc/public/swiperListText.html b/code/app/home/view/shikong/pc/public/swiperListText.html
new file mode 100644
index 0000000..620556b
--- /dev/null
+++ b/code/app/home/view/shikong/pc/public/swiperListText.html
@@ -0,0 +1,6 @@
+
+
+ 1
+ 落魄千金美食发家日常
+
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/user/getBookShelf.html b/code/app/home/view/shikong/pc/user/getBookShelf.html
new file mode 100644
index 0000000..4de16d1
--- /dev/null
+++ b/code/app/home/view/shikong/pc/user/getBookShelf.html
@@ -0,0 +1,49 @@
+{extend name="basePc" /}
+{block name="title"}我的书架{/block}
+{block name="keywords"}我的书架{/block}
+{block name="description"}我的书架{/block}
+{block name="head"}
+
+
+
+
+
+
+
+{block name="head-js"}{/block}
+
+
+{block name="body-class"}novel_home{/block}
+
+{block name="main"}
+
+
+
+
+{/block}
+
+{block name="customize"}
+
+{/block}
\ No newline at end of file
diff --git a/code/app/home/view/shikong/pc/user/getHistory.html b/code/app/home/view/shikong/pc/user/getHistory.html
new file mode 100644
index 0000000..3384ec2
--- /dev/null
+++ b/code/app/home/view/shikong/pc/user/getHistory.html
@@ -0,0 +1,49 @@
+{extend name="basePc" /}
+{block name="title"}我的阅读记录{/block}
+{block name="keywords"}我的阅读记录{/block}
+{block name="description"}我的阅读记录{/block}
+{block name="head"}
+
+
+
+
+{block name="head-js"}{/block}
+
+
+{block name="body-class"}novel_home{/block}
+
+{block name="main"}
+
+