mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 配置项注释
This commit is contained in:
parent
1a6466dde1
commit
b2b3d7b6c5
1 changed files with 3 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue