Fixed the issue where the at bot did not remove the at symbol, result… (#2062)

* Fixed the issue where the at bot did not remove the at symbol, resulting in some commands not being activated in group chats. Also, adjusted the logic in the on_message section.

* fix:reply_message  del bot_name
This commit is contained in:
fdc310
2026-03-21 22:07:31 +08:00
committed by GitHub
parent ea07d8ad00
commit 9c0cc1003d
2 changed files with 51 additions and 24 deletions
@@ -18,6 +18,13 @@ spec:
type: string
required: true
default: ""
- name: robot_name
label:
en_US: Robot Name
zh_Hans: 机器人名称
type: string
required: true
default: ""
- name: enable-webhook
label:
en_US: Enable Webhook Mode