更新 'SrcJuSet.js'

Ju
src48597962 2 years ago
parent 90bef5da1b
commit fc25a73381
  1. 7
      SrcJuSet.js

@ -130,7 +130,7 @@ function SRCSet() {
datalist.forEach(item => { datalist.forEach(item => {
d.push({ d.push({
title: item.type+ ":" + item.name + (item.parse ? "(主页源)" : "") + (item.erparse ? "(搜索源)" : ""), title: item.name + (item.parse ? "(主页源)" : "") + (item.erparse ? "(搜索源)" : ""),
url: $(["分享", "编辑", "删除"], 1).select((sourcefile, data) => { url: $(["分享", "编辑", "删除"], 1).select((sourcefile, data) => {
if (input == "分享") { if (input == "分享") {
showLoading('分享上传中,请稍后...'); showLoading('分享上传中,请稍后...');
@ -164,8 +164,9 @@ function SRCSet() {
},sourcefile,data) },sourcefile,data)
} }
}, sourcefile, item), }, sourcefile, item),
desc: '', desc: item.type,
col_type: "text_1" img: "https://lanmeiguojiang.com/tubiao/ke/108.png",
col_type: "avatar"
}); });
}) })
setResult(d); setResult(d);

Loading…
Cancel
Save