From 0b4c7e748bf72e63012f1507e0867ead0aa0666c Mon Sep 17 00:00:00 2001 From: Hex Date: Sun, 16 Apr 2023 19:00:53 +0800 Subject: [PATCH] update --- package.json | 2 +- smzdm_checkin.js | 4 ++-- smzdm_lottery.js | 4 ++-- smzdm_task.js | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 83c404b..00857ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smzdm-script", "version": "1.0.0", - "description": "什么值得买自用脚本 for 青龙面板,支持 App 端签到、转盘抽奖、每日任务等功能", + "description": "smzdm 自用脚本 for 青龙面板,支持 App 端签到、转盘抽奖、每日任务等功能", "main": "smzdm_checkin.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/smzdm_checkin.js b/smzdm_checkin.js index 0aed914..1454270 100644 --- a/smzdm_checkin.js +++ b/smzdm_checkin.js @@ -1,5 +1,5 @@ /* -什么值得买签到脚本 +smzdm 签到脚本 项目地址: https://github.com/hex-ci/smzdm_script cron: 10 8 * * * @@ -11,7 +11,7 @@ const notify = require('./sendNotify'); // ------------------------------------ -const $ = new Env('什么值得买签到'); +const $ = new Env('smzdm 签到'); class SmzdmCheckinBot extends SmzdmBot { constructor(cookie, sk) { diff --git a/smzdm_lottery.js b/smzdm_lottery.js index 74274ed..fc3a3ac 100644 --- a/smzdm_lottery.js +++ b/smzdm_lottery.js @@ -1,5 +1,5 @@ /* -什么值得买抽奖脚本 +smzdm 抽奖脚本 项目地址: https://github.com/hex-ci/smzdm_script cron: 20 8 * * * @@ -11,7 +11,7 @@ const notify = require('./sendNotify'); // ------------------------------------ -const $ = new Env('什么值得买抽奖'); +const $ = new Env('smzdm 抽奖'); class SmzdmLotteryBot extends SmzdmBot { constructor(cookie) { diff --git a/smzdm_task.js b/smzdm_task.js index 8ba3373..93993b4 100644 --- a/smzdm_task.js +++ b/smzdm_task.js @@ -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) {