This commit is contained in:
smallfawn
2025-01-25 19:25:17 +08:00
parent 1d345255b5
commit 7ab64368e3
3 changed files with 1 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
* 多账号使用 @ 或者 & 或 新建多个环境变量
* cron: 12 8 * * *
* safe的值
*/
const $ = Env('战马能量星球');

View File

@@ -10,7 +10,6 @@
*/
//=====================================================//
const $ = new Env("zippo");
const notify = $.isNode() ? require("../sendNotify") : "";
const Notify = 1
const debug = 0
const axios = require("axios");