mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: wrong command text
This commit is contained in:
parent
0267213f3d
commit
85b0d68e7e
1 changed files with 5 additions and 5 deletions
10
apps/chat.js
10
apps/chat.js
|
|
@ -60,16 +60,16 @@ export class chatgpt extends plugin {
|
|||
reg: '^#结束对话([sS]*)',
|
||||
fnc: 'destroyConversations'
|
||||
},
|
||||
{
|
||||
reg: '#chatgpt帮助',
|
||||
fnc: 'help'
|
||||
},
|
||||
// {
|
||||
// reg: '#chatgpt帮助',
|
||||
// fnc: 'help'
|
||||
// },
|
||||
{
|
||||
reg: '#chatgpt图片模式',
|
||||
fnc: 'switch2Picture'
|
||||
},
|
||||
{
|
||||
reg: '#chatgpt文字模式',
|
||||
reg: '#chatgpt文本模式',
|
||||
fnc: 'switch2Text'
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue