mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
修复高清语音无法正常关闭的问题
Update management.js
This commit is contained in:
parent
8e50acc146
commit
f0b7e592ba
1 changed files with 4 additions and 4 deletions
|
|
@ -127,12 +127,12 @@ export class ChatgptManagement extends plugin {
|
|||
fnc: 'versionChatGPTPlugin'
|
||||
},
|
||||
{
|
||||
reg: '^#chatgpt(本群)?(群\\d+)?(关闭|闭嘴|关机|休眠|下班)',
|
||||
reg: '^#chatgpt(本群)?(群\\d+)?(闭嘴|关机|休眠|下班)',
|
||||
fnc: 'shutUp',
|
||||
permission: 'master'
|
||||
},
|
||||
{
|
||||
reg: '^#chatgpt(本群)?(群\\d+)?(开启|启动|激活|张嘴|开口|说话|上班)$',
|
||||
reg: '^#chatgpt(本群)?(群\\d+)?(启动|激活|张嘴|开口|说话|上班)$',
|
||||
fnc: 'openMouth',
|
||||
permission: 'master'
|
||||
},
|
||||
|
|
@ -182,7 +182,7 @@ export class ChatgptManagement extends plugin {
|
|||
permission: 'master'
|
||||
},
|
||||
{
|
||||
reg: '^#chatgpt(开启|关闭)高清语音',
|
||||
reg: '^#chatgpt(开启|关闭)高清语音$',
|
||||
fnc: 'enableTtsHD',
|
||||
permission: 'master'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue