更新 'SrcJySet.js'

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

@ -1951,7 +1951,7 @@ 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',
@ -1962,12 +1962,11 @@ function resource() {
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