|
|
@ -73,7 +73,7 @@ function yiji() { |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
return $(sourcenames,2,"请选择主页源").select((runMode,sourcename,cfgfile,Juconfig) => { |
|
|
|
return $(sourcenames,2,"请选择主页源").select((runMode,sourcename,cfgfile,Juconfig) => { |
|
|
|
if(Juconfig[runMode+'sourcename'] == input){ |
|
|
|
if(input.includes(Juconfig[runMode+'sourcename'])){ |
|
|
|
return 'toast://'+runMode+' 主页源未变化:' + input; |
|
|
|
return 'toast://'+runMode+' 主页源未变化:' + input; |
|
|
|
} |
|
|
|
} |
|
|
|
if (typeof (unRegisterTask) != "undefined") { |
|
|
|
if (typeof (unRegisterTask) != "undefined") { |
|
|
|