更新 'SrcJySet.js'

master
src48597962 7 months ago
parent 7ce4e0fde7
commit 841e2be72e
  1. 2
      SrcJySet.js

@ -1852,7 +1852,7 @@ function resource() {
d.push({
title: '🆗 '+(getMyVar('importtype','1')=="3"?'确定订阅':'确定导入(' + (Juconfig["importmode"]?"全量":"增量")+')'),
url: importtype=="1"&&getMyVar('importjiekou','1')!="1"&&getMyVar('importjiexi','1')!="1"?'toast://请选择导入项目':$('#noLoading#').lazyRule((Juconfig,cfgfile) => {
let input = getMyVar('importinput', '');
let input = getMyVar('importinput', '').trim();
if(input==""){
return 'toast://请先输入链接地址'
}

Loading…
Cancel
Save