Skip to content

Commit cc57a52

Browse files
committed
update
1 parent 01290cd commit cc57a52

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ ql repo https://github.com/hex-ci/smzdm_script.git "" "env.js|bot.js|sendNotify.
3030

3131
建议自行更改青龙面板的脚本执行时间
3232

33+
### NodeJS 依赖
34+
35+
* crypto-js
36+
3337
### 抓包
3438

3539
建议使用 Android 手机抓包(iOS 也可以)域名为 `user-api.smzdm.com` 的任意链接,把**所有** Cookie 取出来放到青龙面板的 `SMZDM_COOKIE` 环境变量中,多用户请添加多个同名环境变量或者用 `&` 符号分隔。

smzdm_checkin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cron: 10 8 * * *
88
const Env = require('./env');
99
const { SmzdmBot, requestApi, removeTags, getEnvCookies, wait } = require('./bot');
1010
const notify = require('./sendNotify');
11-
const CryptoJS = require("crypto-js");
11+
const CryptoJS = require('crypto-js');
1212

1313
// ------------------------------------
1414

0 commit comments

Comments
 (0)