Fetch the repository succeeded.
This action will force synchronization from ran_lra/Auto.js, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
/*
* @Descripttion:
* @version:
* @Author: 冉勇
* @Date: 2022-01-21 20:22:07
* @LastEditTime: 2022-02-16 18:13:34
* @description:
* @param:
* @return:
*/
var commonFun = require("./Demo/lib/common")
function init() {
// 设置日志文件
try {
// 初始化日志文件 存放在 /sdcard/CloudMobile/ 中
let log_file = "/sdcard/autojs/" + require("./project.json").name + ".log"; // 日志文件
files.createWithDirs(log_file);
console.setGlobalLogConfig({
"file": log_file,
"maxFileSize": 1024 * 1024 // 1M
});
log("初始化日志:" + log_file)
} catch (error) {
log("日志初始化异常:" + JSON.stringify(error))
}
try {
log("初始化 main 文件 版本号:1.2.4 作者:ranyong")
home()
sleep(1000)
} catch (error) {
log("main error:" + error)
}
try {
toastLog("等待无障碍权限开启……\n您必须手动授予本软件无障碍权限\n否则本软件将无法工作!");
auto.waitFor();
toastLog("无障碍权限已开启" + "\n" + "继续运行脚本……");
} catch (error) {
throw error
}
try {
log("当前设备分辨率:" + device.width + "x" + device.height)
log("唤醒屏幕:On", device.wakeUp())
commonFun.volume_Stop()
commonFun.StopAll()
commonFun.limit()
} catch (error) {
throw error
}
}
init()
require("./Demo/script/demo.js");
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。