diff --git a/SrcJuSet.js b/SrcJuSet.js
index 95a5e76a..e54a1db9 100644
--- a/SrcJuSet.js
+++ b/SrcJuSet.js
@@ -155,7 +155,7 @@ function SRCSet() {
datalist.forEach(item => {
if(getMyVar("SrcJuJiekouType","全部")=="全部" || getMyVar("SrcJuJiekouType","全部")==item.type){
d.push({
- title: (item.stop?``+item.name+``:item.name) + (item.parse ? " [主页源]" : "") + (item.erparse ? " [搜索源]" : ""),
+ title: (item.stop?``:"") + item.name + (item.parse ? " [主页源]" : "") + (item.erparse ? " [搜索源]" : "") + (item.stop?``:""),
url: $(["分享", "编辑", "删除", item.stop?"启用":"禁用"], 1).select((sourcefile, data) => {
if (input == "分享") {
showLoading('分享上传中,请稍后...');