mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-12 12:30:42 +08:00
.
This commit is contained in:
parent
1d345255b5
commit
7ab64368e3
@ -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");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user