更新 'SrcJyPublic.js'

master
src48597962 6 months ago
parent 7bdbf9a766
commit 5ffa3fa063
  1. 4
      SrcJyPublic.js

@ -784,8 +784,8 @@ function getide(is) {
function getHistory(i){
let h = [];
let ruleTitle = MY_RULE._title || MY_RULE.title;
i = i || 0;
let items = JSON.parse(fetch('hiker://history')).filter(v=> v.type!="网页浏览" && JSON.parse(v.params).title==ruleTitle).slice(0*i, 3);
i = i*3 || 0;
let items = JSON.parse(fetch('hiker://history')).filter(v=> v.type!="网页浏览" && JSON.parse(v.params).title==ruleTitle).slice(i, 3);
items.forEach(item=>{
try{
let extra = JSON.parse(JSON.parse(item.params).params) || {};

Loading…
Cancel
Save