mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix(bym): BUG
- 修复了目录叠叠乐了 - 临时修复发收表情包会把指令一起发出来
This commit is contained in:
parent
c817a6d77d
commit
72e77947c3
3 changed files with 9 additions and 8 deletions
|
|
@ -339,6 +339,7 @@ export class bym extends plugin {
|
|||
const processed = await imageTool.processText(t, {
|
||||
images: opt.images // 传入图片数组而不是单个图片
|
||||
})
|
||||
if (t.match(/^(GETIMG|DOWNIMG):/i)) continue
|
||||
|
||||
// 处理工具返回结果
|
||||
if (processed && typeof processed === 'object') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue