This commit is contained in:
Hex
2023-08-08 22:13:49 +08:00
parent 01290cddf5
commit cc57a52772
2 changed files with 5 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ cron: 10 8 * * *
const Env = require('./env');
const { SmzdmBot, requestApi, removeTags, getEnvCookies, wait } = require('./bot');
const notify = require('./sendNotify');
const CryptoJS = require("crypto-js");
const CryptoJS = require('crypto-js');
// ------------------------------------