feat: 提供了更多的可选配置项,包括确认开关、暗示指令覆盖、触发方式、模型名称和屏蔽词等

This commit is contained in:
ikechan8370 2023-02-08 21:09:55 +08:00
parent 35b7630d76
commit 233fc7417c
4 changed files with 97 additions and 20 deletions

View file

@ -23,7 +23,7 @@ let helpData = [
icon: 'text',
title: '#chatgpt文本模式',
desc: '机器人以文本形式回答,默认选项'
},
}
]
},
@ -55,6 +55,11 @@ let helpData = [
title: '#移出chat队列首位',
desc: '移出当前对话等待队列中的首位。若前方对话卡死可使用本命令。'
},
{
icon: 'destroy-other',
title: '#chatgpt开启/关闭问题确认',
desc: '开启或关闭机器人收到消息后的确认回复消息。私聊无效。'
},
{
icon: 'help',
title: '#chatgpt帮助',