更新 'SrcJyPublic.js'

master
src48597962 8 months ago
parent 7add3e597c
commit 3ddca18946
  1. 2
      SrcJyPublic.js

@ -610,7 +610,7 @@ function getHistory(){
// 获取图标地址
function getIcon(icon) {
if(!icon.includes('.svg')){
return codepath + icon;
return codepath + 'img/' + icon;
}
let color = getItem('主题颜色','');
return codepath + 'img/' + icon + (!color?'':'?s='+color+'@js=' + $.toString((color) => {

Loading…
Cancel
Save