From bde1439d30711bb5413b86a0dd15ecfd822cb97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=87=A1?= Date: Tue, 20 Dec 2022 10:04:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index b397801..86f4e31 100644 --- a/main.js +++ b/main.js @@ -73,7 +73,7 @@ logInfo(['AutoJS version: {}', app.autojs.versionName]) logInfo(['device info: {} {} {}', device.brand, device.product, device.release]) logInfo(['设备分辨率:[{}, {}]', config.device_width, config.device_height]) -logInfo('======解锁并校验截图权限======') +/*logInfo('======解锁并校验截图权限======') try { unlocker.exec() } catch (e) { @@ -94,7 +94,7 @@ debugInfo(['启动参数:{}', JSON.stringify(executeArguments)]) if (!executeArguments.intent || executeArguments.executeByDispatcher) { commonFunctions.requestScreenCaptureOrRestart() commonFunctions.ensureDeviceSizeValid() -} +}*/ // 初始化悬浮窗 if (!FloatyInstance.init()) { runningQueueDispatcher.removeRunningTask()