更新 'SrcJyMenu.js'

pull/1/head
src48597962 2 years ago
parent 19c33bfaa4
commit e6048e4032
  1. 9
      SrcJyMenu.js

@ -452,7 +452,8 @@ function lookset(){
title: getItem('SrcJy$linecolor1','')==''?'线路选中':'‘‘’’<font color='+getItem('SrcJy$linecolor1','')+'>'+'线路选中'+'</font>',
url: $("","选中的线路名颜色设置").input(() => {
setItem('SrcJy$linecolor1',input);
return 'toast://已设置';
refreshPage(false);
return "hiker://empty";
}),
col_type: "text_3"
})
@ -460,7 +461,8 @@ function lookset(){
title: getItem('SrcJy$linecolor2','')==''?'线路未选':'‘‘’’<font color='+getItem('SrcJy$linecolor2','')+'>'+'线路未选'+'</font>',
url: $("","未选中的线路名颜色设置").input(() => {
setItem('SrcJy$linecolor2',input);
return 'toast://已设置';
refreshPage(false);
return "hiker://empty";
}),
col_type: "text_3"
})
@ -468,7 +470,8 @@ function lookset(){
title: getItem('SrcJy$playcolor','')==''?'选集颜色':'‘‘’’<font color='+getItem('SrcJy$playcolor','')+'>'+'选集颜色'+'</font>',
url: $("","选集列表名称的颜色设置").input(() => {
setItem('SrcJy$playcolor',input);
return 'toast://已设置';
refreshPage(false);
return "hiker://empty";
}),
col_type: "text_3"
})

Loading…
Cancel
Save