mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
Fix: 修复绘图指令表被抢指令的bug。 (#368)
* feat: add support for ‘greeting’ and ‘global reply mode’ commands, improve variable naming and remove unnecessary backend output. * feat: Add support for black and white lists, global reply mode and voice role settings, private chat switch, and active greeting configuration. Refactor some variable names and comment out redundant code for better readability and reduced backend output. * feat: 为新功能完善了帮助面板 * docs: 完善了‘打招呼’的帮助说明 * Commit Type: feat, bugfix Add functionality to view plugin command table, fix bug in blacklist/whitelist, and fix bug where chat mode can still be used in private messaging when disabled. * Commit Type: feat, bugfix Add functionality to view plugin command table, fix bug in blacklist/whitelist, and fix bug where chat mode can still be used in private messaging when disabled. * refactor: Remove redundant log output. * Refactor: optimize code logic * Fix: 修复绘图指令表被抢指令的bug。 --------- Co-authored-by: Sean <1519059137@qq.com> Co-authored-by: ikechan8370 <geyinchibuaa@gmail.com>
This commit is contained in:
parent
e7a0bcfee0
commit
2ce0a56ef6
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ export class dalle extends plugin {
|
|||
name: 'ChatGPT-Plugin Dalle 绘图',
|
||||
dsc: 'ChatGPT-Plugin基于OpenAI Dalle的绘图插件',
|
||||
event: 'message',
|
||||
priority: 500,
|
||||
priority: 600,
|
||||
rule: [
|
||||
{
|
||||
reg: '^#(chatgpt|ChatGPT|dalle|Dalle)(绘图|画图)',
|
||||
|
|
|
|||
|
|
@ -265,7 +265,7 @@ export class ChatgptManagement extends plugin {
|
|||
}
|
||||
|
||||
await this.reply(prompts.join('\n'))
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue