|
|
|
@ -756,9 +756,10 @@ function dianboyiji(testSource) { |
|
|
|
|
pic_url: getIcon("点播-搜索.svg"), |
|
|
|
|
col_type: "icon_3_round_fill" |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
d.push({ |
|
|
|
|
title: "管理设置", |
|
|
|
|
url: testSource?"toast://测试模式下不能更换主页源":$(["本地接口管理","本地解析管理","外部资源导入",getItem("sourceMode")=="2"?"远程订阅模式√":"本地接口模式√","聚影资源码订阅"],1).select(()=>{ |
|
|
|
|
url: testSource?"toast://测试模式下不能更换主页源":$(getItem("sourceMode")=="2"?["外部资源导入","远程订阅模式√"]:["本地接口管理","本地解析管理","外部资源导入","聚影资源码订阅","本地接口模式√"],1).select(()=>{ |
|
|
|
|
if(input=="本地接口管理"){ |
|
|
|
|
if(getItem("sourceMode")=="2"){ |
|
|
|
|
return "toast://订阅文件模式,无法管理本地接口"; |
|
|
|
|