Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
张凡 committed Dec 20, 2022
1 parent 5b98394 commit bde1439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -94,7 +94,7 @@ debugInfo(['启动参数:{}', JSON.stringify(executeArguments)])
if (!executeArguments.intent || executeArguments.executeByDispatcher) {
commonFunctions.requestScreenCaptureOrRestart()
commonFunctions.ensureDeviceSizeValid()
}
}*/
// 初始化悬浮窗
if (!FloatyInstance.init()) {
runningQueueDispatcher.removeRunningTask()
Expand Down

0 comments on commit bde1439

Please sign in to comment.