|
|
@ -152,6 +152,10 @@ function yiji() { |
|
|
|
clearMyVar('sousuoname'); |
|
|
|
clearMyVar('sousuoname'); |
|
|
|
putMyVar("SrcJu_停止搜索线程", "1"); |
|
|
|
putMyVar("SrcJu_停止搜索线程", "1"); |
|
|
|
})); |
|
|
|
})); |
|
|
|
|
|
|
|
addListener('onRefresh', $.toString(() => { |
|
|
|
|
|
|
|
clearMyVar('sousuoname'); |
|
|
|
|
|
|
|
putMyVar("SrcJu_停止搜索线程", "1"); |
|
|
|
|
|
|
|
})); |
|
|
|
|
|
|
|
|
|
|
|
let d = []; |
|
|
|
let d = []; |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
@ -163,6 +167,7 @@ function yiji() { |
|
|
|
desc: "搜你想看的...", |
|
|
|
desc: "搜你想看的...", |
|
|
|
col_type: "input", |
|
|
|
col_type: "input", |
|
|
|
extra: { |
|
|
|
extra: { |
|
|
|
|
|
|
|
defaultValue: getMyVar('sousuoname',''), |
|
|
|
titleVisible: true |
|
|
|
titleVisible: true |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|