From db25ee07a22dbabc0c2b1d25f9a4f1bfb7c789b8 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 21 Oct 2024 09:04:12 +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 b86ed4ce..506a8370 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -1085,7 +1085,7 @@ function subResource() { resources.forEach(it=>{ d.push({ title: it.name + "-" + it.path.split('@')[0], - desc: "最后同步时间:" + (it.time||"") + "\n是否自动同步:" + (it.auto?"是":"否") + " 下载导入模式:" + (it.mode==2?"全量":"增量"), + 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;