联想智选

This commit is contained in:
临渊 2022-08-19 01:50:55 +08:00 committed by GitHub
parent bb02c948f2
commit 189c69a30c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ const $ = new Env('联想智选签到');
const notify = $.isNode() ? require('./sendNotify') : '';
const {log} = console;
const cryptojs = require('crypto-js');
const Notify = 0; //0为关闭通知1为打开通知,默认为1
const Notify = 1; //0为关闭通知1为打开通知,默认为1
const debug = 0; //0为关闭调试1为打开调试,默认为0
let scriptVersion = "1.1.0";
//////////////////////