fix: 配置项注释

This commit is contained in:
Mio-FCIP 2025-03-03 04:25:27 +08:00 committed by GitHub
parent 1a6466dde1
commit b2b3d7b6c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -988,13 +988,13 @@ export function supportGuoba () {
field: 'bymContinue',
label: '伪人模式连续对话',
component: 'Switch',
bottomHelpMessage: '开启后会在时时长内监听触发者的消息来与 bot 连续对话',
bottomHelpMessage: '开启后会在时时长内监听触发者的消息来与 bot 连续对话',
},
{
field: 'bymContinueDelay',
label: '伪人模式连续对话延时',
label: '伪人模式连续对话超时时长',
component: 'InputNumber',
bottomHelpMessage: '伪人模式连续对话延时时长,单位:秒',
bottomHelpMessage: '伪人模式连续对话超时时长限制,单位:秒',
},
{
field: 'bymFuckPrompt',