|
|
@@ -136,11 +136,14 @@ async function handlePage() {
|
|
|
const boxdata = getBoxData()
|
|
|
boxdata.syscfgs.isDebugMode = false
|
|
|
|
|
|
+ console.log(`[WARN] handlePage: $.web = : ${$.web}`)
|
|
|
+
|
|
|
// 调试模式: 是否每次都获取新的页面
|
|
|
const isDebugWeb = [true, 'true'].includes(
|
|
|
$.getdata('@chavy_boxjs_userCfgs.isDebugWeb')
|
|
|
) || true;
|
|
|
- const debugger_web = $.getdata('@chavy_boxjs_userCfgs.debugger_web') || true;
|
|
|
+ let debugger_web = $.getdata('@chavy_boxjs_userCfgs.debugger_web');
|
|
|
+ debugger_web = "http://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/box/chavy.boxjs.html";
|
|
|
|
|
|
const cache = $.getjson($.KEY_web_cache, null)
|
|
|
|