From 751c84a2a222d698b428ebd058177e29a1b9598a Mon Sep 17 00:00:00 2001 From: gaotianliuyun <58679624+gaotianliuyun@users.noreply.github.com> Date: Sat, 17 Dec 2022 21:13:18 +0800 Subject: [PATCH] Add files via upload --- js/子子影视.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/js/子子影视.js b/js/子子影视.js index 494e08f8..070ad2e2 100644 --- a/js/子子影视.js +++ b/js/子子影视.js @@ -15,9 +15,18 @@ var rule={ class_url:'1&3&13&14&15', lazy:'', limit:6, - 推荐:'.module-item;a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href', double:true, // 推荐内容是否双层定位 + // 推荐:'.module-item;a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href', + 推荐:'.module-items:eq(0);.module-item;a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href', 一级:'.module-item;a&&title;.lazyloaded&&data-src;.module-item-text&&Text;a&&href', - 二级:{"title":"h1&&Text;.video-info-header&&Text","img":".lazyload&&data-src","desc":".video-info-items:eq(1)&&Text;.video-info-items:eq(2)&&Text;.video-info-items:eq(3)&&Text","content":".vod_content&&Text","tabs":".module-tab-item","lists":".sort-item:eq(#id) a"}, + 二级:{ + "title":"h1&&Text;.video-info-header&&Text", + "img":".lazyload&&data-src", + // "desc":".video-info-items:eq(1)&&Text;.video-info-items:eq(2)&&Text;.video-info-items:eq(3)&&Text", + "desc":";;;.video-info-main .video-info-actor:eq(1)&&Text;.video-info-main .video-info-actor:eq(0)&&Text", + "content":".vod_content&&Text", + "tabs":".module-tab-item", + "lists":".sort-item:eq(#id) a" + }, 搜索:'.module-items;.lazyload&&alt;.lazyload&&data-src;.tag-link&&Text;*', -} \ No newline at end of file +}