|
|
@ -2191,6 +2191,7 @@ function extension(){ |
|
|
|
} |
|
|
|
} |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: isupdate?'💡发现新版本V'+newVersion.SrcJuying:'🎉已是最新版本', |
|
|
|
title: isupdate?'💡发现新版本V'+newVersion.SrcJuying:'🎉已是最新版本', |
|
|
|
|
|
|
|
desc: '当前版本'+getMyVar('SrcJuying-Version',''), |
|
|
|
url: isupdate?$('#noLoading#').lazyRule(()=>{ |
|
|
|
url: isupdate?$('#noLoading#').lazyRule(()=>{ |
|
|
|
deleteCache(); |
|
|
|
deleteCache(); |
|
|
|
refreshPage(); |
|
|
|
refreshPage(); |
|
|
@ -2200,12 +2201,17 @@ function extension(){ |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
if(SrcJuyingdesc){ |
|
|
|
if(SrcJuyingdesc){ |
|
|
|
|
|
|
|
d.push({ |
|
|
|
|
|
|
|
title: '📑 更新日志', |
|
|
|
|
|
|
|
col_type: "rich_text" |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
d.push({ |
|
|
|
|
|
|
|
col_type: "line" |
|
|
|
|
|
|
|
}); |
|
|
|
for(let key in SrcJuyingdesc){ |
|
|
|
for(let key in SrcJuyingdesc){ |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: '版本V'+key, |
|
|
|
title: '版本V'+key+(parseFloat(key) > parseFloat(getMyVar('SrcJuying-Version','').replace('-V',''))?"(未上线)":"")+':'+SrcJuyingdesc[key], |
|
|
|
desc: SrcJuyingdesc[key], |
|
|
|
col_type: "rich_text" |
|
|
|
url: "hiker://empty", |
|
|
|
|
|
|
|
col_type: "text_1" |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|