From 2adccf2b8c48a6c5f45431a01166abc6d3e459b9 Mon Sep 17 00:00:00 2001 From: make Date: Thu, 10 Jul 2025 20:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=B9=BF=E5=91=8A=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/app/home/view/default/basePc.html | 13 ++++++- .../view/videoBoKu/public/video-list-shu.html | 28 +++++++++++++- .../view/videoBoKu/video/getVideoPlayUrl.html | 29 ++------------- .../view/videoDadi/public/video-list-shu.html | 37 +++++++++++++++---- .../videoDingZhu/public/video-list-shu.html | 21 +++++++++++ .../videoDingZhu/video/getVideoPlayUrl.html | 3 +- .../videoLaoNiu/public/video-list-shu.html | 20 +++++++++- .../view/videoNuNu/public/video-list-shu.html | 29 ++++++++++++++- code/public/public/fu/fu.js | 7 +++- 9 files changed, 146 insertions(+), 41 deletions(-) diff --git a/code/app/home/view/default/basePc.html b/code/app/home/view/default/basePc.html index 85a03e4..706d7b3 100644 --- a/code/app/home/view/default/basePc.html +++ b/code/app/home/view/default/basePc.html @@ -90,13 +90,22 @@ {$ForgeNovel.n_forge_title} {/site:forgelist} - XML地图 - 网站地图 -
-
-
-
-

大家正在看

-
-
-
-
    - {video:list count="12" - v_category_en="$arrVideo.v_category_en" - v_lang_en="all" - v_area_en="all" - v_year="all" - sort_type="news" - d_key="d_key" d_val="Video" cache_life="3600"} - - {include file="public/video-list-shu" start="13" col-lg="6"/} - {/video:list} -
-
-
-
+
diff --git a/code/app/home/view/videoDadi/public/video-list-shu.html b/code/app/home/view/videoDadi/public/video-list-shu.html index 9e6de09..fcd23a9 100644 --- a/code/app/home/view/videoDadi/public/video-list-shu.html +++ b/code/app/home/view/videoDadi/public/video-list-shu.html @@ -1,21 +1,43 @@ +{if $key == 1}
  • +
  • +{else} + +
  • + +
    + {if !empty($arrGrm[$key + [start]])} + {$arrGrm[$key+[start]]|raw} + {/if} + + + + +
    +

    + {$Video.v_name}

  • +{/if} \ No newline at end of file diff --git a/code/app/home/view/videoDingZhu/public/video-list-shu.html b/code/app/home/view/videoDingZhu/public/video-list-shu.html index 6064ea1..7de825c 100644 --- a/code/app/home/view/videoDingZhu/public/video-list-shu.html +++ b/code/app/home/view/videoDingZhu/public/video-list-shu.html @@ -1,3 +1,23 @@ +{if $key == 1} +
  • +
    + {if !empty($arrGrm[$key + [start]])} + {$arrGrm[$key+[start]]|raw} + {/if} + + + + +
    +

    + 仙武帝尊

    +
    +
    +
  • +{else}
  • @@ -23,3 +43,4 @@
  • +{/if} \ No newline at end of file diff --git a/code/app/home/view/videoDingZhu/video/getVideoPlayUrl.html b/code/app/home/view/videoDingZhu/video/getVideoPlayUrl.html index 09590a4..88c2dd1 100644 --- a/code/app/home/view/videoDingZhu/video/getVideoPlayUrl.html +++ b/code/app/home/view/videoDingZhu/video/getVideoPlayUrl.html @@ -280,7 +280,8 @@
  • {$arrPlayUrl.name} + href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$keyLine" /}'> + {$arrPlayUrl.name}
  • {/volist} diff --git a/code/app/home/view/videoLaoNiu/public/video-list-shu.html b/code/app/home/view/videoLaoNiu/public/video-list-shu.html index 84cb047..abb1e8b 100644 --- a/code/app/home/view/videoLaoNiu/public/video-list-shu.html +++ b/code/app/home/view/videoLaoNiu/public/video-list-shu.html @@ -1,3 +1,20 @@ +{if $key == 1} +
  • + {if !empty($arrGrm[$key + [start]])} + {$arrGrm[$key+[start]]|raw} + {/if} + + + + +

    + 神印王座 +

    + +
  • +{else}
  • {if !empty($arrGrm[$key + [start]])} @@ -24,4 +41,5 @@   {/volist} -
  • \ No newline at end of file + +{/if} \ No newline at end of file diff --git a/code/app/home/view/videoNuNu/public/video-list-shu.html b/code/app/home/view/videoNuNu/public/video-list-shu.html index 71d0396..351f520 100644 --- a/code/app/home/view/videoNuNu/public/video-list-shu.html +++ b/code/app/home/view/videoNuNu/public/video-list-shu.html @@ -1,4 +1,28 @@ - +{if $key == 1} +
  • +
    + {if !empty($arrGrm[$key + [start]])} + {$arrGrm[$key+[start]]|raw} + {/if} + + + + + +
    +
  • +{else}
  • @@ -29,4 +53,5 @@

    -
  • \ No newline at end of file + +{/if} \ No newline at end of file diff --git a/code/public/public/fu/fu.js b/code/public/public/fu/fu.js index 838384f..f47ef05 100644 --- a/code/public/public/fu/fu.js +++ b/code/public/public/fu/fu.js @@ -20,6 +20,11 @@ const popupData = [ title: '神印王座', link: 'https://zhaoshiping.com/vod/shen-yin-wang-zuo-26044' }, + { + image: 'https://www.sh-av.com/img/video/2025/05/24/13/rou-pu-tuan-zhi-ji-le-bao-jian.webp', + title: '3D肉蒲团之极乐宝鉴', + link: 'https://zhaoshiping.com/vod/rou-pu-tuan-zhi-ji-le-bao-jian-106422' + }, ]; // 检查和更新展示次数 @@ -113,4 +118,4 @@ function showRandomPopup() { } // 页面加载时检查并展示 -window.onload = showRandomPopup; \ No newline at end of file +// window.onload = showRandomPopup; \ No newline at end of file