更新 'SrcJySet.js'

master
src48597962 4 months ago
parent 9afed24a77
commit c89c9761bc
  1. 2
      SrcJySet.js

@ -1653,7 +1653,7 @@ function manageSet(){
toast("本地依赖不存在,下载后再来启用");
try{
eval(request(getItem("依赖","").replace(/[^/]*$/,'') + 'SrcTmplVersion.js'))
return newVersion.codeDownload||"toast://暂未发布"
return newVersion.codeDownload?"web://"+newVersion.codeDownload:"toast://暂未发布";
}catch(e){
return "toast://无法在线下载";
}

Loading…
Cancel
Save