|
|
@ -55,13 +55,14 @@ function selectsource(input) { |
|
|
|
} |
|
|
|
} |
|
|
|
try{ |
|
|
|
try{ |
|
|
|
let listMyVar = listMyVarKeys(); |
|
|
|
let listMyVar = listMyVarKeys(); |
|
|
|
|
|
|
|
log(listMyVar); |
|
|
|
listMyVar.forEach(it=>{ |
|
|
|
listMyVar.forEach(it=>{ |
|
|
|
if(!/^SrcJu_/.test(it)){ |
|
|
|
if(!/^SrcJu_/.test(it)){ |
|
|
|
clearMyVar(it); |
|
|
|
clearMyVar(it); |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
}catch(e){ |
|
|
|
}catch(e){ |
|
|
|
log(e.message); |
|
|
|
log('清MyVar失败>'+e.message); |
|
|
|
clearMyVar(MY_RULE.title + "分类"); |
|
|
|
clearMyVar(MY_RULE.title + "分类"); |
|
|
|
clearMyVar(MY_RULE.title + "更新"); |
|
|
|
clearMyVar(MY_RULE.title + "更新"); |
|
|
|
clearMyVar(MY_RULE.title + "类别"); |
|
|
|
clearMyVar(MY_RULE.title + "类别"); |
|
|
|