更新 'SrcJyPublic.js'

master
src48597962 4 months ago
parent e04ae530e4
commit 97ce7ae891
  1. 2
      SrcJyPublic.js

@ -1085,7 +1085,7 @@ function subResource() {
resources.forEach(it=>{ resources.forEach(it=>{
d.push({ d.push({
title: it.name + "-" + it.path.split('@')[0], title: it.name + "-" + it.path.split('@')[0],
desc: "自动同步:" + (it.auto?"是":"否") + " 同步时间:" + (it.time||"") + "\n导入模式:" + (it.mode==2?"全量":"增量") + " 导入项目:"+(it.options||""), desc: "自动同步:" + (it.auto?"是":"否") + " 同步时间:" + (it.time||"") + "\n导入模式:" + (it.mode==2?"全量":"增量") + " 导入项目:"+(it.options||""),
url: $(["复制","删除","改名","下载","自动",it.mode=="2"?"增量":"全量"], 2, "选择操作功能项").select((it)=>{ url: $(["复制","删除","改名","下载","自动",it.mode=="2"?"增量":"全量"], 2, "选择操作功能项").select((it)=>{
let Juconfig = storage0.getMyVar('Juconfig'); let Juconfig = storage0.getMyVar('Juconfig');
let cfgfile = globalMap0.getVar('Jy_gmParams').cfgfile; let cfgfile = globalMap0.getVar('Jy_gmParams').cfgfile;

Loading…
Cancel
Save