From 7627db39f9c8f8faae70f39fbe3a3955d31c6481 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 30 Oct 2024 22:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyPublic.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyPublic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index b6ede318..78c9a1ec 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -1098,7 +1098,7 @@ function subResource() { resources.forEach(it=>{ d.push({ 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)=>{ let Juconfig = storage0.getMyVar('Juconfig'); let cfgfile = globalMap0.getVar('Jy_gmParams').cfgfile;