更新 'SrcJySet.js'

master
src48597962 3 months ago
parent 1e89808f0b
commit 1ec1e9363a
  1. 25
      SrcJySet.js

@ -1951,23 +1951,22 @@ function resource() {
}) })
}); });
*/ */
if(getItem("sourceMode","1")=="1"){
d.push({ d.push({
title: (importtype=="4"?"👉":"")+"drpy_js文件夹", title: (importtype=="4"?"👉":"")+"drpy_js文件夹",
col_type: 'scroll_button', col_type: 'scroll_button',
url: $('#noLoading#').lazyRule(() => { url: $('#noLoading#').lazyRule(() => {
clearMyVar('importinput'); clearMyVar('importinput');
putMyVar('importtype','4'); putMyVar('importtype','4');
refreshPage(false); refreshPage(false);
return "toast://此项仅支持js文件所在的路径"; return "toast://此项仅支持js文件所在的路径";
}) })
}); });
}
if(importtype=="1"){ if(importtype=="1"){
if(getItem("sourceMode")=="2"){ if(getItem("sourceMode")=="2"){
d.push({ d.push({
title: '当前订阅地址:' + Juconfig['dySource'], title: '当前订阅地址:' + (Juconfig['dySource'] || "无"),
col_type: "rich_text", col_type: "rich_text",
extra:{textSize:12} extra:{textSize:12}
}); });

Loading…
Cancel
Save