feat: 各模式分开的指令

This commit is contained in:
ikechan8370 2023-03-20 22:52:38 +08:00
parent c72df75d5a
commit c53b86c181
5 changed files with 193 additions and 42 deletions

View file

@ -11,6 +11,11 @@ let helpData = [
title: Config.toggleMode === 'at' ? '@我+聊天内容' : '#chat+聊天内容',
desc: '与机器人聊天'
},
{
icon: 'chat',
title: '#chat1/#chat3/#chatglm/#bing',
desc: '分别使用API/API3/ChatGLM/Bing模式与机器人聊天无论主人设定了何种全局模式'
},
{
icon: 'chat-private',
title: '私聊与我对话',