mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47: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',
|
field: 'bymContinue',
|
||||||
label: '伪人模式连续对话',
|
label: '伪人模式连续对话',
|
||||||
component: 'Switch',
|
component: 'Switch',
|
||||||
bottomHelpMessage: '开启后会在延时时长内监听触发者的消息来与 bot 连续对话',
|
bottomHelpMessage: '开启后会在超时时长内监听触发者的消息来与 bot 连续对话',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'bymContinueDelay',
|
field: 'bymContinueDelay',
|
||||||
label: '伪人模式连续对话延时',
|
label: '伪人模式连续对话超时时长',
|
||||||
component: 'InputNumber',
|
component: 'InputNumber',
|
||||||
bottomHelpMessage: '伪人模式连续对话延时时长,单位:秒',
|
bottomHelpMessage: '伪人模式连续对话超时时长限制,单位:秒',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'bymFuckPrompt',
|
field: 'bymFuckPrompt',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue