From a15965eab022da0642fd48cc90ca585ae4de95f6 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Tue, 23 Jul 2024 14:44:45 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=9B=B4=E6=96=B0campuxbot=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89hash=E8=A1=A8=E5=90=8D=E7=9A=84=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/deploy/campux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deploy/campux.md b/docs/deploy/campux.md index 4d318f7..e330d3b 100644 --- a/docs/deploy/campux.md +++ b/docs/deploy/campux.md @@ -187,6 +187,8 @@ CAMPUX_REDIS_PASSWORD="" CAMPUX_REDIS_PUBLISH_POST_STREAM="campux_publish_post" CAMPUX_REDIS_NEW_POST_STREAM="campux_new_post" CAMPUX_REDIS_POST_CANCEL_STREAM="campux_post_cancel" +# Hash 表名称,跟stream的相似,需要与后端配置的一致 +CAMPUX_REDIS_POST_PUBLISH_STATUS_HASH="campux_post_publish_status" # 用户发送非命令消息时回复的帮助信息,每用户每60秒只回复一次 CAMPUX_HELP_MESSAGE="发送 #注册账号 以此QQ号注册一个新账号\n发送 #重置密码 重置你的账号密码\n\n投稿地址 https://xxxxxxx" # 群内审核命令不正确时回复的帮助信息