mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-18 07:44:38 +08:00
.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
* 多账号使用 @ 或者 & 或 新建多个环境变量
|
* 多账号使用 @ 或者 & 或 新建多个环境变量
|
||||||
* cron: 12 8 * * *
|
* cron: 12 8 * * *
|
||||||
|
* safe的值
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const $ = Env('战马能量星球');
|
const $ = Env('战马能量星球');
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
*/
|
*/
|
||||||
//=====================================================//
|
//=====================================================//
|
||||||
const $ = new Env("zippo");
|
const $ = new Env("zippo");
|
||||||
const notify = $.isNode() ? require("../sendNotify") : "";
|
|
||||||
const Notify = 1
|
const Notify = 1
|
||||||
const debug = 0
|
const debug = 0
|
||||||
const axios = require("axios");
|
const axios = require("axios");
|
||||||
|
|||||||
Reference in New Issue
Block a user