|
|
|
@ -1828,6 +1828,7 @@ function jiexi(lx,data) { |
|
|
|
|
title:'是否明确为web普通解析:' + (getMyVar('parseisweb')=="1"?"是":"否"), |
|
|
|
|
col_type: 'text_1', |
|
|
|
|
url:$().lazyRule(()=>{ |
|
|
|
|
if(/^http/.test(getMyVar('parseurl',''))){ |
|
|
|
|
if(getMyVar('parseisweb')=="1"){ |
|
|
|
|
putMyVar('parseisweb','0'); |
|
|
|
|
}else{ |
|
|
|
@ -1835,6 +1836,9 @@ function jiexi(lx,data) { |
|
|
|
|
} |
|
|
|
|
refreshPage(false); |
|
|
|
|
return "hiker://empty"; |
|
|
|
|
}else{ |
|
|
|
|
return "toast:/以http开头的普通解析才能标记" |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}); |
|
|
|
|
}else{ |
|
|
|
|