From fcf79fd380ead7ac0b6118781cda75f458e22cb3 Mon Sep 17 00:00:00 2001 From: tloook Date: Thu, 15 Dec 2022 18:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...61\206\350\212\275\345\275\261\351\231\242.js" | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git "a/js/\350\261\206\350\212\275\345\275\261\351\231\242.js" "b/js/\350\261\206\350\212\275\345\275\261\351\231\242.js" index 2d6b19f..19c169e 100644 --- "a/js/\350\261\206\350\212\275\345\275\261\351\231\242.js" +++ "b/js/\350\261\206\350\212\275\345\275\261\351\231\242.js" @@ -1,7 +1,8 @@ - -var rule = Object.assign(muban.mxpro,{ -title:'豆芽影院', -host:'https://www.imdy.tv', -class_parse:'.navbar-items&&li;a&&Text;a&&href;.*/(.*?).html', -cate_exclude: '追剧周表|今日更新0|热搜', -}); +muban.mxpro.二级.desc = ';;;.module-info-item-content:eq(1)&&Text;.module-info-item-content:eq(0)&&Text' +var rule = { + title:'豆芽影院', + 模板:'mxpro', + host:'https://www.imdy.tv', + class_parse:'.navbar-items&&li;a&&Text;a&&href;.*/(.*?).html', + cate_exclude: '追剧周表|今日更新|热搜', +} -- GitLab