This commit is contained in:
Hex
2023-04-16 19:00:53 +08:00
parent a988274333
commit 0b4c7e748b
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
什么值得买任务脚本
smzdm 任务脚本
项目地址: https://github.com/hex-ci/smzdm_script
cron: 20 14 * * *
@@ -11,7 +11,7 @@ const notify = require('./sendNotify');
// ------------------------------------
const $ = new Env('什么值得买任务');
const $ = new Env('smzdm 任务');
class SmzdmTaskBot extends SmzdmBot {
constructor(cookie) {