NapCatQQ/packages/napcat-onebot/network/plugin
手瓜一十雪 40409a3841 Refactor plugin manager with modular loader and types
Refactors the plugin manager by extracting configuration, loader, and type definitions into separate modules under the 'plugin' directory. Introduces a new PluginLoader class for scanning and loading plugins, and updates the main manager to use modularized logic and improved type safety. This change improves maintainability, separation of concerns, and extensibility for plugin management.
2026-01-30 11:50:22 +08:00
..
config.ts Refactor plugin manager with modular loader and types 2026-01-30 11:50:22 +08:00
index.ts Refactor plugin manager with modular loader and types 2026-01-30 11:50:22 +08:00
loader.ts Refactor plugin manager with modular loader and types 2026-01-30 11:50:22 +08:00
manager.ts Refactor plugin manager with modular loader and types 2026-01-30 11:50:22 +08:00
types.ts Refactor plugin manager with modular loader and types 2026-01-30 11:50:22 +08:00