mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
fix: 以图搜图合并转发 (#467)
This commit is contained in:
parent
235ced0b78
commit
2034d91912
@ -147,7 +147,7 @@ func init() { // 插件主体
|
|||||||
msg = append(msg, message.Image(pic))
|
msg = append(msg, message.Image(pic))
|
||||||
}
|
}
|
||||||
msg = append(msg, message.Text("\n图源: ", result.Header.IndexName, binary.BytesToString(b)))
|
msg = append(msg, message.Text("\n图源: ", result.Header.IndexName, binary.BytesToString(b)))
|
||||||
ctx.Send(ctxext.FakeSenderForwardNode(ctx, msg...))
|
ctx.Send(message.Message{ctxext.FakeSenderForwardNode(ctx, msg...)})
|
||||||
if s > 80.0 {
|
if s > 80.0 {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user