Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hex-ci committed Aug 8, 2023
1 parent 01290cd commit cc57a52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 环境变量中,多用户请添加多个同名环境变量或者用 `&` 符号分隔。
Expand Down
2 changes: 1 addition & 1 deletion smzdm_checkin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

// ------------------------------------

Expand Down

0 comments on commit cc57a52

Please sign in to comment.