From 007be12bc4e7d1323912da896a53a4c5d03eff37 Mon Sep 17 00:00:00 2001 From: zjk2017 <2548836866@qq.com> Date: Wed, 31 Jul 2024 22:45:11 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=8D=B7=E5=81=9C=E8=BD=A6.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 捷停车.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/捷停车.js b/捷停车.js index 3a7ea54..c42f0db 100644 --- a/捷停车.js +++ b/捷停车.js @@ -48,8 +48,8 @@ const Notify = 1; // 0 为关闭通知, 1 为打开通知, 默认为 1 $.messages = []; // 为通知准备的空数组 // ---------------------- 自定义变量区域 ---------------------- -// $.is_debug = ($.isNode() ? process.env.IS_DEDUG : $.getdata('is_debug')) || 'false'; // 调试模式 -$.is_debug ='true'; // 调试模式 +$.is_debug = ($.isNode() ? process.env.IS_DEDUG : $.getdata('is_debug')) || 'false'; // 调试模式 +//$.is_debug ='true'; // 调试模式 let userId = ($.isNode() ? process.env.jtc_userId : $.getdata(jtc_userId_key)) || '', userIdArr = []; let watchVideo = ($.isNode() ? process.env.jtc_video : $.getdata('jtc_video')) || 'false'; // 此功能有封号风险,默认禁用