update SrcJyXunmi.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent 1f375a0716
commit 5a76704f41
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 4
      SrcJyXunmi.js

@ -456,7 +456,7 @@ function xunmierji(type,ua) {
var pubdate = String(xpath(html, xpfile.dtMark)) || "";
var pic = MY_PARAMS.pic || xpath(html, xpfile.dtImg);
var desc = String(xpath(html, xpfile.dtDesc)) || '...';
var arts = [];
var arts = xpathArray(html, xpfile.dtFromNode+xpfile.dtFromName);
var conts = [];
}else{
//网页
@ -529,7 +529,7 @@ function xunmierji(type,ua) {
let line = i;
tabs.push(line);
var linecode = i;
}else if (/cms/.test(type)) {
}else if (/cms|xpath/.test(type)) {
tabs.push(arts[i]);
var linecode = arts[i];
}else{

Loading…
Cancel
Save