diff --git a/SrcJuPublic.js b/SrcJuPublic.js index 08ccd547..510ce657 100644 --- a/SrcJuPublic.js +++ b/SrcJuPublic.js @@ -96,7 +96,7 @@ function selectSource(selectType) { getListData("yi",selectType).forEach(it=>{ if(sourcenames.indexOf(it.name)==-1){ if(Juconfig[runMode+'sourcename'] == it.name){ - it.name = it.name+'√'; + it.name = "‘‘" + it.name + '√' + "’’" ; } sourcenames.push({title: it.name, icon: it.img, url: it.name}); }