更新 'SrcJyPublic.js'

master
src48597962 9 months ago
parent 8e2b5738b7
commit 5763eae0e0
  1. 8
      SrcJyPublic.js

@ -333,6 +333,14 @@ function sortByPinyin(arr) {
function colorTitle(title, Color) {
return '<font color="' + Color + '">' + title + '</font>';
}
//选中状态标识
function getide(is) {
if(is==1){
return '‘‘’’<strong><font color="#f13b66a">◉ </front></strong>';
}else{
return '‘‘’’<strong><font color="#F54343">◉ </front></strong>';
}
}
//取前三历史记录
function getHistory(){
let h = [];

Loading…
Cancel
Save