|
|
|
@ -859,7 +859,7 @@ function sousuo2(d, disk) { |
|
|
|
|
|
|
|
|
|
fenlei.forEach((item,i)=>{ |
|
|
|
|
d.push({ |
|
|
|
|
title: '🔥'+item+'热搜榜', |
|
|
|
|
title: (ids==i?'✅':'')+item, |
|
|
|
|
url: $('#noLoading#').lazyRule((i) => { |
|
|
|
|
putMyVar("热榜分类",i); |
|
|
|
|
return "hiker://empty"; |
|
|
|
@ -869,7 +869,7 @@ function sousuo2(d, disk) { |
|
|
|
|
}) |
|
|
|
|
list.forEach((item,i)=>{ |
|
|
|
|
d.push({ |
|
|
|
|
title: (i=="0"?'““””<span style="color:#ff3300">' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title:i=="1"?'““””<span style="color:#ff6600">' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title:i=="2"?'““””<span style="color:#ff9900">' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title:'““””<span>' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title)+'\n<small>'+item.comment+'</small>', |
|
|
|
|
title: (i=="0"?'““””<span style="color:#ff3300">' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title:i=="1"?'““””<span style="color:#ff6600">' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title:i=="2"?'““””<span style="color:#ff9900">' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title:'““””<span>' + (parseInt(i)+1).toString() + '</span>\t\t' + item.title)+'\n\t\t〰️<small>'+item.comment+'</small>', |
|
|
|
|
url: item.title + searchurl, |
|
|
|
|
pic_url: item.cover, |
|
|
|
|
desc: item.description, |
|
|
|
|