diff --git a/README.md b/README.md index 292a0c4..e68d12b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ ql repo https://github.com/hex-ci/smzdm_script.git "" "env.js|bot.js|sendNotify. 建议自行更改青龙面板的脚本执行时间 +### NodeJS 依赖 + +* crypto-js + ### 抓包 建议使用 Android 手机抓包(iOS 也可以)域名为 `user-api.smzdm.com` 的任意链接,把**所有** Cookie 取出来放到青龙面板的 `SMZDM_COOKIE` 环境变量中,多用户请添加多个同名环境变量或者用 `&` 符号分隔。 diff --git a/smzdm_checkin.js b/smzdm_checkin.js index b206cc1..f3eca0f 100644 --- a/smzdm_checkin.js +++ b/smzdm_checkin.js @@ -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'); // ------------------------------------