Skip to content

Commit

Permalink
fix: 合并转发
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka20002 committed Oct 10, 2024
1 parent bcf8799 commit 46dd9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class FLUXDEV extends plugin {
const msgx = await common.makeForwardMsg(e, [str_1, { ...segment.image(imageUrl), origin: true }, str_2, str_3], `${e.sender.card || e.sender.nickname}${canImg2Img ? "图生图" : "文生图"}`)
this.reply(msgx)
} else {
const msgx = await common.makeForwardMsg(e, str_1, str_2, str_3, `${e.sender.card || e.sender.nickname}${canImg2Img ? "图生图" : "文生图"}`)
const msgx = await common.makeForwardMsg(e, [str_1, str_2, str_3], `${e.sender.card || e.sender.nickname}${canImg2Img ? "图生图" : "文生图"}`)
this.reply(msgx)
this.reply({ ...segment.image(imageUrl), origin: true })
}
Expand Down

0 comments on commit 46dd9b0

Please sign in to comment.