fix: merge

This commit is contained in:
ikechan8370 2025-03-24 12:52:30 +08:00
commit eb71222ed8
5 changed files with 355 additions and 7 deletions

View file

@ -40,8 +40,8 @@ export class bym extends plugin {
.find(item => item.keywords.find(keyword => e.msg?.includes(keyword)))
if (option) {
presetId = option.presetId
recall = !!option.recall
}
recall = !!option.recall
}
const presetManager = Chaite.getInstance().getChatPresetManager()