fix: 更新疯狂星期四文案处理逻辑,添加周四判断和不回复机制

This commit is contained in:
lixiangwuxian
2025-03-17 19:01:55 +08:00
parent 83b0545747
commit c0764036ab
2 changed files with 15 additions and 8 deletions

View File

@@ -19,3 +19,9 @@ type Reply struct {
ReferOriginMsg bool `json:"referOriginMsg"`
FromMsg Message `json:"fromMsg"`
}
var NotReply = Reply{
ReplyMsg: "",
ReferOriginMsg: false,
FromMsg: Message{},
}