|
|
@ -82,20 +82,7 @@ function selectsource(input) { |
|
|
|
return 'toast://'+runMode+' 主页源已设置为:' + input; |
|
|
|
return 'toast://'+runMode+' 主页源已设置为:' + input; |
|
|
|
}, input, sourcename, cfgfile, Juconfig) |
|
|
|
}, input, sourcename, cfgfile, Juconfig) |
|
|
|
} |
|
|
|
} |
|
|
|
let sousuoextra = { |
|
|
|
|
|
|
|
id: "sousuopageid", |
|
|
|
|
|
|
|
newWindow: true, |
|
|
|
|
|
|
|
windowId: MY_RULE.title + "搜索页", |
|
|
|
|
|
|
|
longClick: [{ |
|
|
|
|
|
|
|
title: "🔍搜索", |
|
|
|
|
|
|
|
js: $.toString(() => { |
|
|
|
|
|
|
|
return $("hiker://empty#noRecordHistory##noHistory##fullTheme###fypage").rule(() => { |
|
|
|
|
|
|
|
require(config.依赖); |
|
|
|
|
|
|
|
newsousuopage(); |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
}] |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
function rulePage(datatype,ispage) { |
|
|
|
function rulePage(datatype,ispage) { |
|
|
|
let url = "hiker://empty#noRecordHistory##noHistory#" + (ispage ? "?page=fypage" : ""); |
|
|
|
let url = "hiker://empty#noRecordHistory##noHistory#" + (ispage ? "?page=fypage" : ""); |
|
|
|
if(datatype=="分类"){ |
|
|
|
if(datatype=="分类"){ |
|
|
|