|
|
@ -2076,6 +2076,10 @@ function manageSet(){ |
|
|
|
img: getIcon("管理-箭头.svg"), |
|
|
|
img: getIcon("管理-箭头.svg"), |
|
|
|
url: $(getItem('依赖', ''),"手工指定聚影代码库地址").input(()=>{ |
|
|
|
url: $(getItem('依赖', ''),"手工指定聚影代码库地址").input(()=>{ |
|
|
|
return $("确定要指定聚影代码库地址"+input).confirm((input)=>{ |
|
|
|
return $("确定要指定聚影代码库地址"+input).confirm((input)=>{ |
|
|
|
|
|
|
|
if(input && !input.startsWith("http")){ |
|
|
|
|
|
|
|
return "toast://输入有误" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
input = input.trim(); |
|
|
|
setItem('依赖', input); |
|
|
|
setItem('依赖', input); |
|
|
|
initConfig({ |
|
|
|
initConfig({ |
|
|
|
依赖: input |
|
|
|
依赖: input |
|
|
|