feat: Implement context menus for checkpoints and recipes, including metadata refresh and NSFW level management

This commit is contained in:
Will Miao
2025-04-14 15:37:36 +08:00
parent cede387783
commit d1e21fa345
12 changed files with 828 additions and 3 deletions

View File

@@ -366,4 +366,7 @@ export class LoraContextMenu {
this.menu.style.display = 'none';
this.currentCard = null;
}
}
}
// For backward compatibility, re-export the LoraContextMenu class
// export { LoraContextMenu } from './ContextMenu/LoraContextMenu.js';